Hello.
My application opens USB device handle,
and it is closed at least at destructor of certain class object.
But when I kill the process by clicking menu-debug/stop debugging,
this operation is NOT executed.
Therefore my application instance still exists because of
remaining USB device.
In this case, only thing I can do is rebooting OS to kill process.
So I want to know how or where I can put finalize code.
Thanks in advance,
kenji
VC++6, WIN2000 SP3