Quote Originally Posted by surfdabbler
I'm familiar enough with memory access errors, where you get an OS error about invalid access, but what can cause the app to just vanish?
Unhandled exception.

Why not compile a release version, and under the debugger, just let it run? If the production machine has a way to communicate to with via TCP/IP, you can even debug it remotely from your development machine.

Regards,

Paul McKenzie