Hello, According to:
http://stackoverflow.com/questions/9187021/c-application-exit-error-code-62097-what-does-that-mean It means memory allocation failed. On Fri, Mar 1, 2013 at 4:43 PM, Joerg Bornemann <[email protected]>wrote: > In qprocess_win.cpp there's this code for determining if the child > process crashed or not. > > //### for now we assume a crash if exit code is less than -1 or the > magic number > crashed = (exitCode == 0xf291 || (int)exitCode < 0); > > Does anybody have an idea where this magic number 0xf291 comes from? > I cannot find it anywhere in the Windows headers. Neither can I produce > a crashing application that returns this code. > > Hint: it is not the exit code for unsatisfied DLL dependencies. > That's STATUS_DLL_NOT_FOUND. > > > Cheers, > > Joerg > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development > -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer)
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
