Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

problems with exe files generated by QT

$
0
0
I have a QT486 application and lunched from QT creator 3.1.2 it works great in both Debug and Release modes. The problems are with the exe files generated by QT in both Debug and Release folders. If I try to lunch the exe file from my application’s debug folder it starts but when i press a button is shows this error: https://www.dropbox.com/s/sapm7c29ud4cx0m/err1.jpg?dl=0 when i lunch the exe file generated in Release folder and press the same button it crashes like this https://www.dropbox.com/s/0l7fhfrm9drxon1/err2.jpg?dl=0 More specific, when i press that button it shows the file open dialog window and after i select an image it crashes. In normal operation, when I press that button the app should load an image, display it and shows some data about that image. I have placed in both Release and Debug folders all DLL needed. I tried to debug it with CDB auto-detected debugger but going step by step with the debugger, I found no problem ! It works lunched from QT creator. Have no idea what to do, maybe I can get some useful suggestions. Thanks

Viewing all articles
Browse latest Browse all 4972

Trending Articles