PDA

View Full Version : The process could not be started! Error



jujose
27th February 2010, 16:53
I am using Qt 4.2.6 in windows vista. I have created a sample qt program. It compiled and created exe in D:\QT\hellogui\release\ folder..
But when i try to execute via QtCreater it is giving me following error.

Starting D:\QT\hellogui\hellogui.exe...
The process could not be started!


To make it run using Qtcreater everytime i need to copy the exe from release folder to main folder..

How can i fix this?


Thanks
Justin

Lykurg
27th February 2010, 16:57
See if you set the path of your Qt libraries right. Use dependency walker to check. And see inside the designer at the project tab if all settings for execution are set up right.

jujose
27th February 2010, 17:23
Thanks for the pointers.....

issue : project build path was wrong. I corrected in project tab.

Thanks
Justin

jujose
27th February 2010, 17:25
Thanks for pointers..

I fixed it by setting correct build path in project tab..

Thanks
Justin