MFC application runs perfectly under Windows 7, but gives an error unable to start ... 0xc0000142 on Windows 10

-1

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?

mfc
windows-7
windows-10
asked on Stack Overflow Dec 20, 2018 by user4576528

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0