No output when running C++ applications via Eclipse CDT IDE

Started by
0 comments, last by AutoBot 12 years, 7 months ago
[font="Verdana, Geneva, Lucida,"]Eclipse can build my applications for me so far, and I can execute them directly (via Windows 7 Explorer), but I get no results when I use the run command via the CDT perspective. The console tab only tells me that the application terminated, even with a console app with input (cin >> and so forth). Win32 apps don't execute either. Once again I can execute them directly via the debug folder, so this must be an IDE issue. Is this normal? Or are there settings I could change to make it work?[/font]
[font="Verdana, Geneva, Lucida,"]
[/font]
[font="Verdana, Geneva, Lucida,"]Thanks for any advice! And please post if you are having the same issue![/font]
Advertisement
Found the solution. It was because the workspace was under "Program Files", which has a space in it, and I believe MinGW rejects spaces for some reason.

This topic is closed to new replies.

Advertisement