PDA

View Full Version : Running the *.exe



dyonis
19th May 2009, 23:14
Hi,
My application( connection to mdb using QODBC ) run well in Qt Creator when i released it and click the *.exe , from me want to this files:
mingwm10.dll
QtCore4.dll
QtGui4.dll
QtSql4.dll

All of them i put however now give me such an error:
Exception Processin Message c0000139 .....
How can i fix ?
thanks

Dikobrazz
20th May 2009, 05:18
I guess it needs ODBC plugin. Plugins are loaded dynamically at run-time, and Qt does not warn you when it reqires plugin.
Try to put qsqlodbc4.dll from qt\plugins\sqldrivers to <yourapp>\sqldrivers folder.
Here (http://doc.trolltech.com/4.2/plugins-howto.html)is plugins How-to.