I use zlib too all the time. Here's how it works. If you link zlib.lib,
it's a static lib that doesn't require the DLL, it links the entire code
to your executable. If you link zdll.lib, that's merely an import
library for zlib1.dll. It's your choice to decide whether you want to
link the static lib or the import lib for the DLL.
Hope this helps,
Tom
Egbert Nierop (MVP for IIS) wrote:
> Hi,
>
[quoted text clipped - 12 lines]
>
> Thanks
Egbert Nierop \(MVP for IIS\) - 11 Jun 2005 13:56 GMT
>I use zlib too all the time. Here's how it works. If you link zlib.lib,
>it's a static lib that doesn't require the DLL, it links the entire code to
[quoted text clipped - 3 lines]
>
> Hope this helps,
Sure it did.
Thanks.
> Tom
>
> Egbert Nierop (MVP for IIS) wrote:
>> Hi,