Post compilation application error
-
Hello, I am having problems with my executable after it has been compiled. I can open my software from QtCreator but when I compile it and try to open the .exe, it displays The application failed to start properly (0xc000007b).
I already installed the dependencies from the Qt prompt with windeploy but it still doesn't work.
Has anyone ever encountered this problem and know how to fix it ?Thank you in advance
-
Hi and welcome to devnet,
Which version of Qt are you using ?
Do you have any external dependencies ? -
Hello, I use Qt5.15.2 MinGW32bit for my project and for the dependencies I don't really know (I'm new on the tool) I know however that in addition to the qt include I have at least include boost and graphiz in my add on.
-
Did you deploy these .dlls as well ?
-
I need to use a specific command line ?
-
Just the copy command or drag and drop if that is easier for you.