Error Message 0xc000a200 for .EXE File
-
Hi Guys,
I currently have a problem with the execute of my executable File...
i have created the File like in the TUtorial ... but i still get an Error message.Error 0xc000a200
i googled it and i found out that i have to deactivate the APPCONTAINER:NO https://msdn.microsoft.com/de-de/library/dn195768.aspx
I found an solution with a Visual Studio Project but i didn't really know how to do this in QT.
I am currently Using the MSVC 2017.Can sb Help me ?
Thanks in advance
Best Regards
Giovanni Camodeca
-
hi
In what context ? inside creator or when you try clicking the exe ? -
Hi
When you need to run exe outside creator , it needs the Qt dlls in the same folder and
some sub folders with other dlls too.It is called a deployment folder.
You can use the tool
http://doc.qt.io/qt-5/windows-deployment.html
to help create the folderI also like
http://www.tripleboot.org/?p=138for more information.
-
Yes that's exactly what i've done :/ but still i get this Error Message ... I also checked IT with dependency Walker and all the DLL are implented in my folder where the .exe lies... but i still get this Error Message ... In Google i found this ... https://msdn.microsoft.com/de-de/library/dn195768.aspx but the example is only For Visual Studio :/ any idea ?
-
Yes that's exactly what i've done :/ but still i get this Error Message ... I also checked IT with dependency Walker and all the DLL are implented in my folder where the .exe lies... but i still get this Error Message ... In Google i found this ... https://msdn.microsoft.com/de-de/library/dn195768.aspx but the example is only For Visual Studio :/ any idea ?
well some of the dlls can need other dlls.
what compiler do u use ?
sometimes you need the runtime also ?
(mingw/ visual stud)There is noting to do besides keep looking.
Also search the forum. it often comes up.
There was one needed dlls that was a surprise to me, but i forgot name.Also make sure you test it on clean pc and not the dev pc.