Release Device Context Failed if I use File=>Exit
|
08-18-2013, 09:52 AM
Post: #4
|
|||
|
|||
RE: Release Device Context Failed if I use File=>Exit
Hmm,the Exit screen button and the X button are sending WM_CLOSE which is the normal way to close a window.
Code: PostMessage(MainWindow::hwndMain, WM_CLOSE, 0, 0); but File=>Exit is sending WM_DESTROY Code: case ID_FILE_EXIT: http://msdn.microsoft.com/en-us/library/...s.85).aspx Using PPSSPP on Windows 7 x64 SP1 i7 4771 3.5Ghz,GTX750TI,16GB RAM Batch iso <=> cso converter http://forums.ppsspp.org/showthread.php?tid=5384 Save Game\States Manager http://forums.ppsspp.org/showthread.php?tid=5516 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Release Device Context Failed if I use File=>Exit - vsub_ - 08-18-2013, 08:33 AM
RE: Release Device Context Failed if I use File=>Exit - bonquacks - 08-18-2013, 09:23 AM
RE: Release Device Context Failed if I use File=>Exit - vnctdj - 08-18-2013, 09:30 AM
RE: Release Device Context Failed if I use File=>Exit - vsub_ - 08-18-2013 09:52 AM
|