I just reinstalled Mysql and Qt
Mysql to c:\mysql and qt to the default directory
After that i followed again the instructions from http://wiki.qtcentre.org/index.php?t...ws_using_MinGW
After that i configured Qt with the command
configure -static -plugin-sql-mysql -I "C:\MySql\include" -L "C:\MySql\lib"
When that was done i tried the sqldriver demo but it only showed QSQLITE and QODBC
Then i tried -shared -plugin-sql-mysql -I "C:\MySql\include" -L "C:\MySql\lib"
I got the same results.
I used dependency walker to check qsqlmysql4.dll from C:\Qt\4.3.0\plugins\sqldrivers and he got find al the dependency's except MPR.DLL
Bookmarks