Forum: C++ Aug 8th, 2008 |
| Replies: 2 Views: 430 Spot on and sorry for late reply |
Forum: C++ Jul 25th, 2008 |
| Replies: 2 Views: 430 Hi,
I have a gizmo attached on serial port and need to detect
changes of controls signals DSR, DTR etc. no data, just
changes (edge). I do it with MSCOMM.ocx and it works,
but only when is... |
Forum: C++ Feb 8th, 2008 |
| Replies: 8 Views: 957 Yes, it would. But unfortunately, these files are "in use" so I have to either write a paralel filesystem working at sector level or find some way how to deal with NTFS locks. |
Forum: C++ Feb 7th, 2008 |
| Replies: 8 Views: 957 What I want is to freeze content of cache folder. Just like I would pull power cord - in this case all files keep as they are and after reboot I can copy them. TerminateProcess works perfectly but ... |
Forum: C++ Feb 7th, 2008 |
| Replies: 8 Views: 957 Definitely yes, only C++ has the power do things like that! |
Forum: C++ Feb 6th, 2008 |
| Replies: 8 Views: 957 Hi,
I have a problem - when I close my web browser it clean up cache files.
The same if is process terminated by tool like debugger or task manager.
Only known way how to do it is break power,... |