Alright, my Dx7 engine checks for and inits certain interfaces in its constructor.
If I cannot create a certain one it shows a messagebox saying it cannot find it.
I want at that point to terminate the application, a proper terminate, all memory gone and such. So how do I terminate an app within a class's constructor?
I will know nothing, no hwnd, no thread, no hinstance.




Reply With Quote