My application causes some strange errors if you turn off the computer while my application is running.
Sometimes a message (address) memory cannot be “read” , sometimes it cannot be “write” .
Shutting down the application in the usual way does not generate such messages.
How can I simulate “closing windows” so that I can debug my application? How can I find out what the application is trying to do, which it cannot?
c ++ windows wxwidgets
Neka
source share