ahhhh Irrlicht 0.11

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
r3i
Posts: 147
Joined: Wed Jun 29, 2005 10:15 am
Location: Sorrento
Contact:

ahhhh Irrlicht 0.11

Post by r3i »

Installed Irrlicht 0.11 on Win Xp with devcpp : projects compile but don't exec !!!

Ahhh!!
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

theres an .11 already? lol

cool I'll check it out. 8)
r3i
Posts: 147
Joined: Wed Jun 29, 2005 10:15 am
Location: Sorrento
Contact:

Yeah

Post by r3i »

It says "Irrlicht.dll" not found! How can I solve it?

...

Solved...sorry...
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

copy irrlicht.dll to your project's folder or to %systemroot%\system32
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

No idea honestly.. I've got Guice to compile in .11 no problem.

check these things and tell me if it works..

no .dll in windows directory..

replaced .dll for project and setup new include and library directories..

delete old compiler files such as debug folder for msvc..

try a different project or tutorial and reboot computer..

that should do it otherwise its something else. :P
Fred

Post by Fred »

As Bitplane said - copy the new irrlicht.dll to your system32 folder.
Joe_Oliveri
Posts: 448
Joined: Tue Oct 05, 2004 3:24 am
Location: Boston, MA

Post by Joe_Oliveri »

With dev-cpp it prob best to use the irrlicht.dll in your project folder. What you will find in fact when using dev-cpp and you update Irrlicht is you need to relink everything which is a given and then recompile the project as a whole. Then you should be all set.
Irrlicht Moderator || Game Designer
Learn the basics at </dream.in.code>
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

ahh yes thats right dev DOES do that...

which is exactly why I don't use dev! 8)
Post Reply