I have an MFC C++ application that runs perfectly under Windows 7. If I copy it to Windows 10, it gives the error "unable to start correctly 0xc0000142". It is compiled as x86 and I tried it on a 32bit Windows 10.
I've heard that it is connected with the user directory paths, because it is different on Windows 10.
I also recompiled it, it didn't help. Should I change some code parts? Which ones are related? It uses many DLL-s. How to figure it out, which DLL causes the problem?
User contributions licensed under CC BY-SA 3.0