I have this app that uses sqlite database. Login to the app is done by accessing the credentials in a table in the database. I am able to login on the development machine but on the target machine, i am not able to login. I built the program in release mode. What could be the problem?
target machine is windows 7, no debug info or warning. These are the files i shipped with the app;
kernel32.dll
libgcc_s_dw2-1.dll
libstdc++-6.dll
libwinpthread-1.dll
msvcrt.dll
QtCore4.dll
QtGui4.dll
QtSql4.dll
the_database_file.db
user32.dll
sqldriverssubdirectory? I am not sure if this is required with qt4 as well but it is often forgotten and not always necessary on a dev machine as qt finds it in its own path - Bowdzone.sqlitefile with DB located? And how did you write path to it in code ? - tema