i compile this [developer.nokia.com] code and want make a contact phone book. compiling the source code in release mode and then i added some required library mingw10.dll, qwidget.dll …….with the binary file. Run the binary file, it works fine. i can successfully add, delete and view contact list.
problem happed when i test this binary file in friend’s PC(windows). this application does not running. just show “Database not found”. i try to find where is the problem. my friend does not use QT. when i install qt in his computer, then try to run this binary file. it works fine.
————————————————————-
that’s means this application is run successfully if qt is installed in pc. binary file does not run where is not qt. why it’s happed? i have tested in windows xp and seven. i m using QT 4.7.3
this is the source code [developer.nokia.com] of the contact phone book app. remind this, database file will save in your user home directory.
and this is the binary file [technologybasic.com] of the application which failed to import database file where qt is not installed.
please help me. please.
↧