Search found 1 match

by ClassDev
Thu Jun 19, 2008 2:23 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicht Static Linking
Replies: 20
Views: 20572

Irrlicht Static Linking

For those how want use Irrlicht but doesn't like dist the app with a dll (like me) just do this. Step 1. Recompile the Irrlicht Engine as static library Step 2. Move the .lib (~48mb to lib dir) Step 3. Before include irrlicht.h write "#define _IRR_STATIC_LIB_" done. compile, and you will h...