My environment: VS2008+Qt4.6.0+Win7.
The program running without problem in Debug model, however, it's failed in release model. I compiling in release mode works fine. I can even start the programm with VS. but once i go to the folder containing the executable and i try to run it i get an error:
"?free@QVectorData@@SAXPAU1@H@Z" was not found in "QtCore4.dll"
I am linking with: qtmain.lib QtCore4.lib QtGui4.lib
the problem is QVector. I don't know how to solve this problem!
Bookmarks