When I in a Full-screen of irrlicht ,press Alt-Tab will bug.
This is irrlicht wrong,how to fix?
Full-screen to another aplication
just again try
not believe me? You can try the demo that lrrlicht SDK with.Important,in the state of Full-Screen ,this is a bug!!CS have it on some verviosn.Please try!!
forViolet, I did as you said an' ran the IrrlichtSDK demo in fullscreen the alt-tabbed out of the application, and back into it a few times about; I never once got a crash. Now I am not at all saying I don't believe you, it is quite possible that due to a diferent hardware, OS setup or what not, you are having this problem.
Maybe, as asked, you could give us abits more information about your box and drivers so that we could try and help you further?
Maybe, as asked, you could give us abits more information about your box and drivers so that we could try and help you further?
Could simply be that your hardware is not handling the switch between screen resolutions to well? Try bumping up the screen resolution in your compiler where you create your Irrlicht Device. Not at my own computer so I can't find the exact code. something like createDevice(driver, dimension(800,600), fullscreen, etc. etc.);
Change the 800 x 600 to an acceptable screen rez? 1024,768.
Just a thought.
Change the 800 x 600 to an acceptable screen rez? 1024,768.
Just a thought.