i can use this if it is in the c:qt\4.3.2\.....\drivers (so u mean to say that i have to put the qsqlodbc4.dll here) if a computer dont have qt installed this dir/doesnt exist...
to run my program in computer that dont have qt ( i do this):
1 copy the exe file
2 copy the QTCore4.dll and QTSql4.dll (can be with the application)
3 make the dir... c:qt\4.3.2\......\drivers
4 copy the qsqlodbc4.dll
5 move the qsqlodbc4.dll to the dir i make (in number 3)
note: " if i dont do 2-5 steps my program will 'run' but connection to 'database' fails"
6 then my program will run and connect to database
my question is: is it posible to remove number 2-5 step??...
just copy the exe file and run...
1. it will run even without the .dlls required to run the program files (i made this by -static)
2. it will connect to database even without (.dlls that connects to database) QTCore4.dll, QTSql4.dll and qsqlodbc4.dll ( i dunno how)
can i build my apllication that will add this .dlls (QTCore4.dll, QTSql4.dll and qsqlodbc4.dll) internaly so that it will nolonger require this .dlls..?





...
Reply With Quote

Bookmarks