Hello…
I compiled and follow the instruction in qt documentation about deployment.
I already used dependency walker to find all dll needed.
I got these .dll in my app folder:
libgcc_s_dw2-1.dll
libstdc++-6.dll
libwinpthread-1.dll
QtCore4.dll
QtGui4.dll
QtNetwork4.dll
QtOpenGL4.dll
myapp.exe
I run the .exe and it’s working the computer in which I used to compile the application. But when I moved to other computer and try to run it, it crashed.
Later I found out that the graphic card of the computer I used to compile is different with the graphic card of the computer I used to test the application. They also have different version of opengl32.dll.
Can this be the problem?
Any idea?
Thanks in advance
Ray
↧