E
Egbert Nierop \(MVP for IIS\)
Hi,
I use the llib library from adler and compiled it myself.
First I build the lib configuration, then I included zlib.h in stdafx.h and
I added a lib reference
C:\Data\zip\zlib-1.2.2\projects\visualc6\Win32_LIB_Release\zlib.lib
The implementation works. That's the good news.
But to my surprise, my original DLL with implementation grew 40 Kb in size.
So it looks as if the zlib.dll statically is linked and when I use
depends.exe no link has been made to zlib.dll
Can someone explain to me please what setting exactly makes this happen?
Thanks
I use the llib library from adler and compiled it myself.
First I build the lib configuration, then I included zlib.h in stdafx.h and
I added a lib reference
C:\Data\zip\zlib-1.2.2\projects\visualc6\Win32_LIB_Release\zlib.lib
The implementation works. That's the good news.
But to my surprise, my original DLL with implementation grew 40 Kb in size.
So it looks as if the zlib.dll statically is linked and when I use
depends.exe no link has been made to zlib.dll
Can someone explain to me please what setting exactly makes this happen?
Thanks