On Sat, May 16, 2009 at 1:30 PM, ruhatadiyaman
<[email protected]> wrote:

> i have wanted to use eclipse platform and download Version: 3.4.2, installed 
> cdt plugin.
> then i wrote a simple code but it underlined the 'include<stdio.h>' code as a 
> syntax error. and when i want to debug my code it doesn't debug and says that 
> 'launch failed. binary not found'.
> as i understand i must show a compiler in configurations. dev c++ is 
> installed on my pc. but i don't know i have to configure in eclipse, what i 
> have to do ( i use windows)

Eclipse is expecting gcc to be available at the command-line unless
you tell it otherwise. I don't know specifically how to use it with
Dev-C++ ... the again, Dev-C++ has its own GUI so you really don't
need Eclipse. You might have better luck using it with MinGW.

Here are some instructions I helped put together for using Eclipse on
Win32 for use with  the GNU toolchain. While some of the details
pertain specifically to building an open source 3D modeling
application called K-3D, it more or less is a good guide for getting
Eclipse to work on Windows.

Instructions for installing MinGW:
http://www.k-3d.org/wiki/Windows_Build/MinGW

Instructions for configrung Eclipse:
http://www.k-3d.org/wiki/Eclipse_build

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to