Error when running application on windows
General and Desktop
3
Posts
2
Posters
2.7k
Views
1
Watching
-
Hi all
I have a application written with Qt 4.7.4 (SDK 1.1.1). It works on Linux. On windows, when I run it from Qt Creator (Ctrl+R) it works but trying to run it from release directory, I'm given this error:
@the procedure entry point _z17qt_message_output9qtmsg TypePKc
could not be located in the dynamic link labrary qtcored4.dll@
What this mean? I also added binary directories of Qt and MingW to system PATH variable.