Page 1 of 1

ahhhh Irrlicht 0.11

Posted: Mon Jul 11, 2005 2:50 pm
by r3i
Installed Irrlicht 0.11 on Win Xp with devcpp : projects compile but don't exec !!!

Ahhh!!

Posted: Mon Jul 11, 2005 2:59 pm
by Midnight
theres an .11 already? lol

cool I'll check it out. 8)

Yeah

Posted: Mon Jul 11, 2005 3:26 pm
by r3i
It says "Irrlicht.dll" not found! How can I solve it?

...

Solved...sorry...

Posted: Mon Jul 11, 2005 3:31 pm
by bitplane
copy irrlicht.dll to your project's folder or to %systemroot%\system32

Posted: Mon Jul 11, 2005 3:34 pm
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

Posted: Mon Jul 11, 2005 3:41 pm
by Fred
As Bitplane said - copy the new irrlicht.dll to your system32 folder.

Posted: Mon Jul 11, 2005 6:17 pm
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.

Posted: Mon Jul 11, 2005 11:56 pm
by Midnight
ahh yes thats right dev DOES do that...

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