Setting up irrlicht manualy code blocks

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
trollger
Posts: 84
Joined: Tue Jun 01, 2010 2:17 am
Location: At my computer

Setting up irrlicht manualy code blocks

Post by trollger »

I have been using the Irrlicht wizard since I stared learning Irrlicht and now for some technical reasons I need to set up Irrlicht on code blocks with out the wizard on windows.

It looks like all I have to do is include irrlicht.h. So I went to compiler and debugger and added Irrlicht include directory in the search directories.

It still says: |error: irrlicht.h: No such file or directory|



what am I doing wrong? Irrlicht looked so easy to set up.
Iyad
Posts: 140
Joined: Sat Mar 07, 2009 1:18 am
Location: Montreal, Canada

Post by Iyad »

In build options, get to the search directory tab, then in the Compiler lower tab, add the include folder of irrlicht.
#include <Iyad.h>
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

maybe this tutorial can help xou !?!?! 8)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
trollger
Posts: 84
Joined: Tue Jun 01, 2010 2:17 am
Location: At my computer

Post by trollger »

maybe this tutorial can help xou !?!?! 8)
Yes it would, Thank you :lol: :D
Post Reply