During sturtup program exited with code 0xc0000139
-
Hello!
I have project. When i want to compile it with MSVC 2008(Debug), i get it: "During sturtup program exited with code 0xc0000139"
After it i try to compile with MinGW(Debug) and i also get this error, but if i try to rebuild all with MinGW program start and working right on the Release and Debug. And if i try to compile my code with MSVC 2008(Release) i get it: "C:\Users\ruzik\Documents\my_projects\Debug\RizekFaster.exe exited with code -1073741511"
This is my debug journal when i compile with MSVC:
http://nekaka.com/d/_fZZQ3kZN3
I would have posted the code but program is big and i have not any idea about error's position
Windows 7(64 bit) -
I update qt sdk to for new version, update QtCreator, but there is dont work.
MinGW(Debug) and MSVC(Debug) still dont work and get me this error "During sturtup program exited with code 0xc0000139", MSVC(Release) dont work too and get me this:
āC:\Users\ruzik\Documents\my_projects\Debug\RizekFaster.exe exited with code -1073741511ā
And if i can see in the memoty window adress with code 0xc0000139 is empty, there is no zero in it.It is error in Qt Creator, because i can compile my project in Microsoft Visual Studio with MSVC without any problems!