Device Lost/Reset

rifter1818

Junior Contributor
Joined
Sep 11, 2003
Messages
255
Location
A cold dark place
Im currently Just trying to get the most basic support for loosing a device and regaining it (Stupid alt tab make my life so much harder) Anyways Right now the only handling i have is writing to debug when the device is lost/reset, the problem is it doesnt seem to register that the device is lost until i alt tab back into the program at which point it immidiatly resets the device, but it doesnt work. Anyone here care to lend me a helping hand on this one?
 
First make sure you're using debug libraries as pointed out in another thread. First thing to check is if you release all resources in default pool. Other than that debug output will give you the most information.
 
Back
Top