PDA

View Full Version : deployment of a dll using qt



mandal
14th March 2007, 15:46
I have created a dll that uses qt 's database libraries to access and execute queries and stored procedures on ms sql server database. Development environment is Visual Studio 2003 C++.

I created an installation file using ghost installer. But after installation i have "driver not loaded" error for my ODBC driver.

Problem has resolved after i installed qt.

What should i do to deploy my dll properly without installing qt??

Thanx in advance...

wysota
14th March 2007, 16:35
You should distribute the odbc Qt driver along the application.