compiling into a 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
Linera
Posts: 23
Joined: Wed Jan 25, 2006 6:58 pm
Contact:

compiling into a dll

Post by Linera »

How do I compile the engine into a single dll?
Guest

Post by Guest »

lol?
pfo
Posts: 370
Joined: Mon Aug 29, 2005 10:54 pm
Location: http://web.utk.edu/~pfox1

Post by pfo »

It does compile into a single dll. If you download the Irrlicht source, and open the project, and build it, it should spit out a single Dll. Note though that there are different modes: debug and release. Debug contains information for debugging, release is optimized for speed, but could be more error prone.

Linera: its pretty obvious that a lot of this stuff is pretty new to you. Do yourself a favor and either find a good website about C++ and programming, or better yet, get a book. These kinds of questions just clutter up the forum, and furthermore if you search you should find answers faster than people can post them (without wasting time or space)
Linera
Posts: 23
Joined: Wed Jan 25, 2006 6:58 pm
Contact:

Post by Linera »

I really don't need to know much about C++ cuz i'm only porting this to for use in Game Maker.
Braneloc
Posts: 68
Joined: Fri Jan 20, 2006 5:12 am
Location: England
Contact:

Post by Braneloc »

..more to the point, the download and CVS code versions don't compile without modification, and its not immediately obvoius what needs to be done.
Linera
Posts: 23
Joined: Wed Jan 25, 2006 6:58 pm
Contact:

Post by Linera »

All I want is Irrlicht 0.14 ported over to Game Maker.

One guy ported over Irrlicht 0.09 but has yet to bother with porting any of the new versions of Irrlicht.

If you're willing to port it I'll link you to the info on making dlls for Game Maker.
Post Reply