Irrlicht 0.14.0 and build Irrlicht.DLL

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
Nadro

Irrlicht 0.14.0 and build Irrlicht.DLL

Post by Nadro »

I use irrlicht sdk 0.14.0 and etcaptor visual editor. I don't build example. I don't build irrlicht.dll from sources [lib and a]
AndyCR
Posts: 110
Joined: Tue Nov 08, 2005 2:51 pm
Location: Colorado, USA
Contact:

Post by AndyCR »

I'm sorry, I don't quite understand what you're asking.
Guest

Post by Guest »

Good for you! ;)
xtc

Post by xtc »

"I use irrlicht sdk 0.14.0 and etcaptor visual editor. I don't build example. I don't build irrlicht.dll from sources [lib and a]"

Good for you! ;)
Fhqwhgads
Posts: 42
Joined: Tue Jun 21, 2005 1:43 am

Post by Fhqwhgads »

Another exelant reason to disable guest posting.
Nadro

Irrlicht.dll

Post by Nadro »

What build file Irrlicht.dll for sources. I use dev-cpp.

#pragma comment(lib, "Irrlicht.lib")

this command build Irrlicht.dll? but i write up command and in my project folder isn't irrlicht.dll
nosafira
Posts: 7
Joined: Thu Feb 09, 2006 10:55 pm
Location: joinville - brasil
Contact:

Post by nosafira »

go to the directory bin\Win32-VisualStudio. There is the Irrlicht.dll file. Copy it to c:\windows\system32 directory.
Eu não acredito em duendes - eles mentem muito!
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

he's using devc++; the MSVC dll won't work for him.

You gotta use the devc++ dll or compile the engine yourself.

Please follow this tutorial:
http://irrlicht.sourceforge.net/tut_devcpp.html

and there are several branches of how to compile the dll with devc++ here in the forums; you'll find them by using the search function.
Guest

Post by Guest »

better tell him to take a few english lessons :roll:
Goddess

Post by Goddess »

I would hate to be a bubble buster but the tutorial says :
For release 0.3, we can find the files we need in "irrlicht-0.3\lib\DevCpp. There are three files of interest:

libIrrlicht.a -- the Irrlicht library
libjpeg.a -- the Independant JPEG group library
libz.a -- the zlib compression library
I am also using the version he is using and surprise surprise that folder does not exsist where it claims to. however you could suggest to him to download the older version to retrieve the needed file unless that would cause error :P
Guest

Post by Guest »

yes the tutorial is wrong and out of date. great find there.
Post Reply