DevC++ Help: Not Compiling

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
tomash

DevC++ Help: Not Compiling

Post by tomash »

Hi.
When i try and compile a simple file in Devc++, i says it can't find irrlicht.h, even though irrlicht.h is in the project and in the same folder! Why?
boboS
Posts: 188
Joined: Tue Oct 18, 2005 6:36 pm
Location: Romania

Post by boboS »

Irrlicht.h doesnt need to be necesary in the same folder. The include files and the libs must be linked. There are a TONE of tutorials showing how to do that. Learn how to fly man. Unleash the power of Search button.

ByTheWay

<irrlicht.h> will search the file in system folder that is linked
"irrlicht.h" will search the file in the same directory
As your ship is going down
ll stand by and watch you drown
Heizi
Posts: 30
Joined: Mon Oct 10, 2005 11:23 am
Location: Steinach/Baden

Post by Heizi »

try to set the directory with the irrlicht.h file in the linker options
Post Reply