Hello,

Up until now I've been developing with qwt in Linux. I'm trying now to compile my qwt project in Windows. These are the steps I've taken:

  1. Downloaded and installed qt-sdk-win-opensource-2010.05.exe
  2. Added \MinGW\bin to path
  3. Checked out "svn co https://qwt.svn.sourceforge.net/svnroot/qwt/branches/qwt-5.2"
  4. Edited .pri: CONFIG += release, CONFIG += QwtExamples
  5. Built qwt: qmake, mingw32-make


Everything seems to go well, but when I run any example app I get the following error:

"The procedure entry point _Z5qFreePv could not be located in the dynamic link library QtCore4.dll"

The solution in this other thread hasn't worked for me:

http://www.qtcentre.org/threads/1693...ght=_Z5qFreePv

Any help would be much appreciated.

Regards,
Catto