Hello
I'm doing batch-testing on our win32 c++ programs. Some of them crash. What's the best way to catch those crash from the command line and report it?
thanks
edit: answer:
1) you can't catch another process's exception from batch / command line
2) example to do it right in c#: