Hy to all
I wrote a program that uses QODBC driver, everything works fine on my PC where I have Qt installed. But then I create an installer to export my program to an other computer. but when I open it I get the error Driver not Loaded Driver not Loaded! This error is generated from the function
QSqlDatabase db=QSqlDatabase::addDatabase(“QODBC”);
db.lastError().text();
someone has some idea?? do I have to include some files into the installer?? and if yes wich files??
thank’s for the help!!
P.S. I’ using Inno Setup Compiler to create the installer
↧