Eclipse Integration and program not starting
Hi!
I developed an application on Linux with Qt Eclipse integration and everything works there just fine. Now I wanted to see if the program runs on Windows too. I installed Qt with MinGW and again the Eclipse integration. I create a new dummy Qt GUI project, build it and launch it, everything works fine. Now I import my project from SVN, building works, but when I try to run it a little error message pops up saying:
'Launching [MyProgramName] Configuration has encountered a problem.
Error starting process.
The details are saying:
Error starting process.
Cannot run program "C:\[PathToProgram]": Launching failed
Cannot run program "C:\[PathToProgram]": Launching failed
Cannot run program "C:\[PathToProgram]": Launching failed
In my desperation I added the .exe extension to the binary and tried to run it manually. Then it says the program is too large for the ram. I have 1GB ram and the project is small.
Any idea how I can get it to run?
Re: Eclipse Integration and program not starting
I managed to run the project by changing the build command setting in project properties -> C/C++ Make project from "make" to "mingw32-make".
Unfortunately the gui looks a bit different on Windows XP after all. The styles are off by a few pixels in some places. It looks bad enough that I will have to tune a seperate style sheet to be used on XP. :(