Irrlicht in eclipse help

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
B4U5
Posts: 3
Joined: Sat Mar 30, 2013 1:52 am

Irrlicht in eclipse help

Post by B4U5 »

Hey I'm completely new to irrlicht and I have a problem that when I program with irrlicht in eclipse I get so many errors, well not errors but red little squiggly lines under the syntax I think I have installed Irrlicht correctly in eclipse but I don't know if I'm doing anything wrong.

To give you more information, I was trying to program the hello world tutorial and that doesnt even work what am I doing wrong
Please give me suggestions.
CuteAlien
Admin
Posts: 9688
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Irrlicht in eclipse help

Post by CuteAlien »

I have no experience with Eclipse, but we obviously can't help unless we know _which_ errors you get. How can we tell what you do wrong when you give us no idea what it is you are doing? :-)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
B4U5
Posts: 3
Joined: Sat Mar 30, 2013 1:52 am

Re: Irrlicht in eclipse help

Post by B4U5 »

Its not errors really its red squiggly lines under most of the syntax. I have all the libraries,Includes Already set up for eclipse i tried to do the hello world tutorial but it does not work I don't know why
gerdb
Posts: 194
Joined: Wed Dec 02, 2009 8:21 pm
Location: Dresden, Germany

Re: Irrlicht in eclipse help

Post by gerdb »

Maybe try to disable spell-checking, it creates much performance loss on my system, so i got rid of it and never missed it.
B4U5
Posts: 3
Joined: Sat Mar 30, 2013 1:52 am

Re: Irrlicht in eclipse help

Post by B4U5 »

Thanks everyone for your comments although I would greatly appreciate it if you keep giving me suggestions
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Re: Irrlicht in eclipse help

Post by greenya »

Make screenshot of what kind of red little squiggly lines are you taking about.
AReichl
Posts: 269
Joined: Wed Jul 13, 2011 2:34 pm

Re: Irrlicht in eclipse help

Post by AReichl »

No problem - i also worked with Eclipse (now switched to Netbeans - it's easier).
Does the project compile? If so, then the "squiggly lines" will disappear.
The Indexer sometimes has to be "reset" - you also can do that manually.
If it does not compile, then something is wrong with your setup (include and lib
paths).

If you HAVE to work with Eclipse, then first read a book or tutorial. Eclipse is a
"monster". If you can choose, then i strongly suggest to switch to Netbeans.
In Eclipse i always searched for the parameters to set even if i did it several
times before, in Netbeans it is intuitively.
nespa
Posts: 167
Joined: Wed Feb 24, 2010 12:02 pm

Re: Irrlicht in eclipse help

Post by nespa »

Hi,

Try with SharpDevelop 4.3, it is working fine for me on IrrlichtLime-1.3.
Post Reply