PDA

View Full Version : launch failed no binaries


StOoZ
March 1st, 2008, 06:03 PM
I keep getting this message in eclipse (latest version)
this is when im trying to create a new C++ project (I've downloaded the C++ version of eclipse), and empty project.
I add a new cpp file, create a simple 'hello world' code, and press 'run' and I get this messege.
now , when I use the already made templates that are included, it works like a charm.
any idea how to solve this??

mike_g
March 1st, 2008, 06:20 PM
Maybe its telling you that you need to compile the project before running it? I don't know, I have never used eclipse myself.

StOoZ
March 1st, 2008, 06:38 PM
Well im a newbie, but not that stupid, of course I compiled it.
:(

amingv
March 1st, 2008, 06:41 PM
Well im a newbie, but not that stupid, of course I compiled it.
:(

And linked/built it?
Not saying you're stupid, but stuff happens sometimes...

<edit>
...when I use the already made templates that are included, it works like a charm.

Also, pressing the compile button doesn't ensure it's compiled; double check for syntax errors.
</edit>

StOoZ
March 1st, 2008, 06:51 PM
well your help is much appreciated !
but I decided to dump eclipse, and moved to netbeans.
eclipse and I started on the wrong foot.. :)

tommyhakinen
April 19th, 2008, 03:20 AM
Try adding the correct Binary Parser. Project -> Properties -> C/C++ Build ->Settings ->Binary Parsers, check the "PE Windows Parser"

applejay
September 4th, 2008, 06:16 AM
thanks tommyhakinen! adding that binary parser worked for me!

feewang
September 24th, 2008, 04:14 AM
I have done it as you said. But It still appear that message.And I work it on ubuntu.