Static Library Problems

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
lzr
Posts: 5
Joined: Fri Mar 02, 2007 2:55 am
Contact:

Static Library Problems

Post by lzr »

Ok, I've been making a game for a while and have been dreading having to add the sound since day 1. But then I found irrKlang, and it's been working without a hitch, except I can't seem to figure out how to get the static library thing to work. I #defined IRRKLANG_STATIC before I #included the header, but it still doesn't work without the DLLs. Is there something else I have to do?
My Site: http://lzr.cc
Rambus
Posts: 96
Joined: Thu Nov 24, 2005 4:56 pm
Location: Canada
Contact:

Post by Rambus »

That .lib file isnt the static library, in fact its only 500 bytes big!. Think of it as an interface to the .Dll file.

You have to wait until niko gives out a .lib version for us to use.
(Unless I missed the .lib release!)
lzr
Posts: 5
Joined: Fri Mar 02, 2007 2:55 am
Contact:

Post by lzr »

Ohh, I missed the final sentence of the change log that stated that the static library might not be released yet. Thanks
My Site: http://lzr.cc
Post Reply