_Z17qt_message_output9QtMsgTypePKc could not be located in the dynamic link library QtCore4.dll
Installation and Deployment
1
Posts
1
Posters
1.9k
Views
1
Watching
-
I am running into the following error when I try to run programs compiled with CTK:
“The procedure entry point _Z17qt_message_output9QtMsgTypePKc could not be located in the dynamic link library QtCore4.dll
A previous thread posted a solution (http://qt-project.org/forums/viewthread/769) which does not apply: I do not have multiple copies of the library QtCore4.dll. Only the one in \bin. I compiled Qt 4.8.4 from source with mingw64 (webkit disabled, as I recall, being the only major modification I had to do). I have also tried the official precompiled build. Same error.