Page 1 of 1

why does irrlicht create and require a .lib file as well ...

Posted: Sun Feb 17, 2008 1:20 pm
by patrickniceboy
why does irrlicht create and require a .lib file as well as a dll?

Posted: Sun Feb 17, 2008 2:43 pm
by Acki
because your IDE/compiler needs to know what functions (and such) are delivered by the dll, and this all stands in the lib (simple said)... ;)

Posted: Sun Feb 17, 2008 4:54 pm
by sobieh
You can include all the source code of irrlicht (modify it a little ... remove dllimport) and you wont't need LIB or DLL.

You can compile Irrlicht as a Static Library ... no DLL needed then.

Posted: Sun Feb 17, 2008 8:16 pm
by FuzzYspo0N
glad you only firgured that out now?

Im sure anyone requireing this would gladly do it...

But thanks for your contribution