rifter1818 Posted April 14, 2004 Posted April 14, 2004 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? Quote
Kavan Posted April 14, 2004 Posted April 14, 2004 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. Quote
rifter1818 Posted April 14, 2004 Author Posted April 14, 2004 Stupid Question but How do i release the resources? Quote
DrunkenHyena Posted April 15, 2004 Posted April 15, 2004 This article may help: http://www.drunkenhyena.com/cgi-bin/view_article.pl?article=1008 Quote
LDV Posted April 17, 2004 Posted April 17, 2004 I found this article very helping too: http://staff.develop.com/candera/weblog2/articleview.aspx/DirectX/Direct3D/13%20Device%20Recovery.xml LDV Quote
DrunkenHyena Posted April 17, 2004 Posted April 17, 2004 I found this article very helping too: http://staff.develop.com/candera/weblog2/articleview.aspx/DirectX/Direct3D/13%20Device%20Recovery.xml Overall it's a good article (all of that series are actually), but if you use it in a full-screen setup your app will crash. None of Craig's articles/samples use full-screen. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.