Preventing Windows messages from popping up
-
Hey I am working on a Windows application using Win32 API's and this application has got its own formatted Error messages and so we want to prevent any generic Windows messages to pop up. It was found that in certain extreme or rare conditions its does pop up the Windows messages. Is there a way to completely suppress the Windows error messages? Thanks in advance
-
Hey I am working on a Windows application using Win32 API's and this application has got its own formatted Error messages and so we want to prevent any generic Windows messages to pop up. It was found that in certain extreme or rare conditions its does pop up the Windows messages. Is there a way to completely suppress the Windows error messages? Thanks in advance
:confused: Which error messqge ? You mean that your program crashes and thus displays an error ? I think in that case fixing your application is probably your best option :-D
Cédric Moonen Software developer
Charting control [v2.0] OpenGL game tutorial in C++ -
:confused: Which error messqge ? You mean that your program crashes and thus displays an error ? I think in that case fixing your application is probably your best option :-D
Cédric Moonen Software developer
Charting control [v2.0] OpenGL game tutorial in C++ -
It's not an application crash message. The couple of error messages that are being seen are "Delayed Write Failed" & "Invalid Date & Time". Anyway to supress these and other probbale Windows messages?