Hi,
I have developed an application using QOCI plugins and it is working fine on my machine. On my machine I have QT 4.7 and Oracle 10g client installed. Now I want to deploy this application on the machine having OS win xp where QT as well as Oracle client is not installed. I have deployed my executable with following dlls.
libgcc_s_dw2-1.dll
mingwm10.dll
oci.dll
oraclient10.dll
QtCore4.dll
QtGui4.dll
QtSql4.dll
also, I have created a directory called sqldrivers at the location where all above files and executable is there and have put qsqloci4.dll file in that.
Now when I try to run my application GUI open up but when it try to connect to Oracle it gives an error that Driver not loaded.
How to resolve this issue.
Regards
Manish
Bookmarks