Quoted
I have copied all DLL necessary(QT dll , oci.dll, qsqloci4.dll).
What is the probleme?? and what i have to do??
Quoted
folder_exe
------> app.exe
------> libgcc_s_dw2-1.dll
------> mingwm10.dll
------> QtCored4.dll
------> QtGuid4.dll
------> QtSqld4.dll
------> sqldrivers (folder)
-----------> folder <- what is this? or I misunderstand.
----------------> oci.dll (and i have also put all DLLs which was with oci.dll in the oracle folder)
----------------> qsqloci4.dll
must be something like
(main/application/executable folder)
app.exe
libgcc_s_dw2-1.dll
mingwm10.dll
QtCored4.dll
QtGuid4.dll
QtSqld4.dll
sqldrivers
sqldrivers\oci.dll (and i have also put all DLLs which was with oci.dll in the oracle folder)
sqldrivers\qsqloci4.dll
Quoted
And please tell how to use depends because its complicated for me or just where found the depends DLLs of the EXE file.
Quoted
And about QtCored4.dll, i cannot run the application only if i compiled Qt in static mode and my application arent in debug mode
Quoted
The SDK comes with two sets of dlls. One set resides in $BASEDIR/bin and the other in $BASEDIR/qt/bin. The former contains the dlls used by Qt Creator, while the latter are the dlls that you want to ship with your executable.
Quoted
i didnt inderstand what you mean exactly