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

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
patrickniceboy
Posts: 23
Joined: Fri Apr 27, 2007 3:22 pm
Location: Brazil

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

Post by patrickniceboy »

why does irrlicht create and require a .lib file as well as a dll?
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post 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)... ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
sobieh
Posts: 54
Joined: Sat Feb 09, 2008 11:12 pm

Post 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.
FuzzYspo0N
Posts: 914
Joined: Fri Aug 03, 2007 12:43 pm
Location: South Africa
Contact:

Post by FuzzYspo0N »

glad you only firgured that out now?

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

But thanks for your contribution
Post Reply