I want to write a game creator (possibly commercially), which uses Irrlicht.
Can I integrate Irrlicht in a stand alone exe?(i don´t want to use the dll)
Do I have to release the source of my game creator in this case?
What else must I consider when I want to use Irrlicht
Gamecreator using Irrlicht
-
- Posts: 2
- Joined: Thu May 22, 2008 9:36 am
- Contact:
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Re: Gamecreator using Irrlicht
Yes; you just have to build it as a static library rather than as a .dll.RocketRider wrote: Can I integrate Irrlicht in a stand alone exe?(i don´t want to use the dll)
You'll want to change the build target of your project, and define _IRR_STATIC_LIB_ in IrrCompileConfig.h (and possibly a few other tweaks as well, it's been a while since I tried it).
What part of the license is confusing you?RocketRider wrote:Do I have to release the source of my game creator in this case?
This Question is also Frequently Asked.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
-
- Posts: 2
- Joined: Thu May 22, 2008 9:36 am
- Contact: