compiling into a dll
compiling into a dll
How do I compile the engine into a single dll?
-
- Posts: 370
- Joined: Mon Aug 29, 2005 10:54 pm
- Location: http://web.utk.edu/~pfox1
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: 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)