I try to using eclipse 3.7 cdt with visual c++ compiler to compile my cpp code appling default setting.
the compile and link process are ok. But the program still could not launch with an error.
“A program file was not specified in the launch configuration.”
I try to using eclipse 3.7 cdt with visual c++ compiler to compile my
Share
See this IBM article (about the debug configuration, but also useful for a “run” configuration):
You need to specify the Project and executable to run.