ok. thanks
i have build my app both in release and debug mode.
when i double click on the exe in release folder, i get this error
du.exe - Entry point not founf
The procedure entry point ?? 0QCoreapplicaiton @@QAE@ABV0@@Z could not be located in the dynamic link library QtCore4.dll
I have added #include <QCoreApplication> as a header in both main and the class file i have used.
the exe in the debug folder works fine.
how can i solve this?
Bookmarks