Application dissappearing
-
I've built a client server application built in visual c++ sp5 inheriting from the CAsyncSocket class. Also i am spinning of a thread when my application starts which is used only for logging purposes. My problem is that the application sometimes just disappears without giving any error message. i've put try catch blocks everywhere and have been as defensive as possible but this is happening at random positions so am not sure what to do at this point. Any ideas why this might be happening? The operating system is windows 2000 server and using a intel P4 HTT machine.
-
I've built a client server application built in visual c++ sp5 inheriting from the CAsyncSocket class. Also i am spinning of a thread when my application starts which is used only for logging purposes. My problem is that the application sometimes just disappears without giving any error message. i've put try catch blocks everywhere and have been as defensive as possible but this is happening at random positions so am not sure what to do at this point. Any ideas why this might be happening? The operating system is windows 2000 server and using a intel P4 HTT machine.