problem

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
John Diasparra
Posts: 7
Joined: Tue Jan 29, 2008 3:01 pm

problem

Post by John Diasparra »

I followed the tutorial on how to set up Dev-C++ for the Irrlicht engine, and some of the files it says to include in the parameters, from the /lib folder are not there, and when i code it is says that there is no such <irrlicht.h> folder in the directory.

What does one do?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Just take the project files from the SDK. These are much more recent and updated. There's a dev-cpp file for the engine, and several for the examples from which you can start your own project.
Post Reply