build dinamic an application
-
I have deployed an application witch contains a database in sql and a qrpt librairie. It compiles in release mode. After that I used windeployqt , which make work the application standalone. But when I rename the qt directory, the application stop working and throw me an error message: "This application has requested the Runtime to terminate it in an unusual way. Please ...". I used also dependency walker, dumpbin, tasklist, ListDLLs. It doesnt work and says same error message. Please help.
-
If visual studio compiler is used, did u also include the
vs runtime ?You should list, compiler, qt version and platform :)
-
If visual studio compiler is used, did u also include the
vs runtime ?You should list, compiler, qt version and platform :)
-
Hi
I used
http://www.tripleboot.org/?p=138
for my first deployment folder -
Hi
I used
http://www.tripleboot.org/?p=138
for my first deployment folder -
@mrjj when i run an simple application on another computer (with he dlls from windeployqt) it works. maybe the qtrpt librairie is the problem.
-
@mrjj in the directory "QtRptProject 1.5.5 binary for windows" are the same dlls like in a simple qt application and an additional QtZint.dll. I tryied to copy all these dlls to the directory of my application but did not work.
-
@vicarod said:
QtZint.dll
Hi
Maybe you need to build your own QtZint.dll
You should NOT copy qtDlls from any folder then
the compiler folder under Qt.
Mixing versions of Qt Dlls will only bring u pain.