On 01/03/2013 16:47, Pau Garcia i Quiles wrote: > http://stackoverflow.com/questions/9187021/c-application-exit-error-code-62097-what-does-that-mean > > It means memory allocation failed.
Yeah I also found this comment but I cannot make my memory allocator fail in a way that I get this exit code. When an MSVC program crashes, a first class exception is thrown. Every exception has a numerical code. This numerical code is used as exit code. And those codes have proper defines like EXCEPTION_ACCESS_VIOLATION. Joerg _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
