[Solved] Deployed application getting close silently at execution [Windows]
-
I deployed application on another windows machine as explained "here":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html . My application work fine on development machine but on deployed machine its keep getting close silently without any error message. (Nothing happen when I double click on the 'exe' file)
-
That usually means missing platform plugin.
-
try using dependency walker to see if all the right dlls are included.
-
@sierdzio can you explain what is platform plugin?
@qtprojuserna I did try with dependency walker everything fine.
My development machine is windows 8 64 bit(but i compiled for 32 bit) deployed machine is windows xp 32 bit. I'm using qprinter and sqlite for this project.
Environment : 5.1.0 Alpha
Compiler: VC2010 -
Great. Please edit your initial post and add [Solved] to the title. Maybe it will help somebody else along the way.