c++ - launch error: using eclipse cdt with visual c compiler error(cl.exe) -


i try using eclipse 3.7 cdt visual c++ compiler compile cpp code appling default setting.
compile , link process ok. program still not launch error.
"a program file not specified in launch configuration."

see this ibm article (about debug configuration, useful "run" configuration):

enter image description here

you need specify project , executable run.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -