PDA

View Full Version : Improper execution!



dreamh4k
16th September 2009, 23:59
I’ve coded most of my project in Linux and decided I wanted to port my development back to windows. When I open and run the project, the UI window doesn’t pop up… instead I get a momentary glance at a command prompt. The application output window lists only

Starting ...
exited with code 0

instead of the usual

Starting C:/<project directory>debug/<projectname>.exe...
C:/<project directory>debug/<projectname>.exe exited with code 0

This problem also arises when I create a UI file using the standalone Qt Designer and
attempt to add it to a project; the qt creator displays the UI file normally but won’t execute properly.

Any ideas on how I can solve these issues?

Thanks in advance!

PS. if any clarification is needed, please let me know!

tpf80
19th September 2009, 02:08
Please provide a minimum example of the code that has this problem