Some weeks ago I made some modifications to an old "Visual C++ 6" multi-threaded application. Since then, the application randomly disappears from the screen without leaving any error messages (not even in the event viewer). I am in big trouble and dont know how to find the problem.
The code was written with try/catch to catch every exception, and for years I've been able to trace my programming mistakes thanks to exception messages and the like. It's the first time I see my application die with no error messages.
Could somebody please give me a tip