Hi,
sorry, i don't have find a answer in the links above!
i have download MySQL 5.0.3.7 without installer (mysql-noinstall-5.0.37-win32.zip) and extract to my local drive "C:\MySQL\"
The Qt (qt-win-commercial-src-4.2.3.zip) is available at "C:\Qt_4.2.3\"
Qt is configure with this command:
configure -platform win32-msvc2005 -I C:\MySQLl\include -L C:\MySQL\lib\opt -l mysql -qt-sql-mysql -qt-sql-sqlite -debug-and-release
I compile the src with msvc2005 an nmake (i don't use MinGW), and i get an error LINK : fatal error LNK1181: cannot open input file 'mysql.lib'
The "mysql.lib" is not available in my MySQL directory and that is the problem!
What can i do?
Thanks in advance,
Whitefurrows
Bookmarks