I have created a exe using qt 5.0.2. Application launches if I try o launch it using qt creator. However application fail to launch which is created using MSVC 2010 pro edition. When I double click on exe it will comes out and it will not display any error or dll missing errors. Is there any way to fix/debug these kind of issues.
Asked
Active
Viewed 1,043 times
0
-
application comes out when I click on exe. I tried chmod 777 exe_name. It did not helped me – Mr. Prabhu Jun 12 '13 at 05:46
-
When I narrow down the problem, my issue looks similar to http://stackoverflow.com/questions/14702879/exe-file-does-not-run-without-qtcreator. However it did not solve my problem. Thanks for this post. – Mr. Prabhu Jun 13 '13 at 05:52
-
https://bugreports.qt-project.org/browse/QTBUG-28766 This is a bug in QT 5.0.2. Its in unresolved sate – Mr. Prabhu Jun 13 '13 at 06:26
-
Its discussed in http://stackoverflow.com/questions/14537651/qtcreator-exe-does-work-fine-inside-qtcreator-but-doesnt-outside – Mr. Prabhu Jun 14 '13 at 04:57
-
Very useful link http://qt-project.org/forums/viewthread/23658. It works now..! Problem SOLVED. Thank you – Mr. Prabhu Jun 18 '13 at 12:12