I try to program some stuff in c++ with eclipse, but I have slight difficulties. When I create a new Project compiling and making works fine but when I try to run the Application I get the following error message:
"Launch failed. Binary not found"
So what I found out by using google is this workaround: -right-click on the projekt in the projekt explorer -select "run as" and then "run configurations" -expand "c/c++ application" in the navbar on the left -and in the main tab of the project select "browse" -navigate to folder "debug" and select the .exe
after I do that, running works fine but I have to do it again every time I create a new Project, is there a way to automate this process?
And what I also noticed: I don't have a "binaries" folder in my projects in the project explorer, maybe its related to that, but I really don't know.
Any help is appreciated
Thanks Tim
Edit: added a video: http://youtu.be/RKnTOkoHFRU