Page 1 of 1

DevC++ Help: Not Compiling

Posted: Tue Jan 31, 2006 7:46 pm
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?

Posted: Tue Jan 31, 2006 8:08 pm
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

Posted: Wed Feb 01, 2006 9:24 am
by Heizi
try to set the directory with the irrlicht.h file in the linker options