zlib for windows

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
Shane
Posts: 16
Joined: Fri Mar 23, 2007 8:16 pm

zlib for windows

Post by Shane »

If I'm using only windows XP and at some point Vista, do I need to compile using the zlib code, or does windows have it's own libraries?

Thanks,
Shane.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

AFAIK, there's no zlib library packaged in Windows. You could link against and distribute a 3rd party zlib library instead of building zlib functionality into Irrlicht, but I can't really see why you'd bother.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

If you compile without zlib (by commenting it out it in IrrCompileConfig.h) then you won't be able to use zip/pk3 files like in the quake map example.
The same applies to the other libraries and loaders in IrrCompileConfig, each thing you remove will reduce the size of Irrlicht, the functionality it provides, and in the case of DirectX, the external DLLs it requires
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply