PDA

View Full Version : Porting my program to another windows machine !



probine
13th March 2007, 22:08
I have a qt program that connects to a mysql database. Everything works fine, because I hace configure it to run with the database.

Now, I move the whole program to another windows machine. The program runs because I have the needed .dlls with it, but.... the program cannot use the database. the message I get is:

QMYSQL3 driver not loaded

How can I load it in my new windows machine that does not have Qt installed in it ?

Lykurg
14th March 2007, 06:46
Hi,

maybe you have compiled the mysql-driver as a plugin, so you have to ship this dll with your application too.

Lykurg