windows static zlib
    mandel 
    foo at bar.com
       
    Fri Dec 28 19:04:43 PST 2007
    
    
  
Hi,
I like to link zlib into my application binary for windows (+mingw).
Where do I have to start, or can I just download some lib somewhere?
I tried to download libz1.dll, converted it with implib (from ftp.digitalmars.com/bup.zip) to libz1.lib.
But when I run the exe the zlib1.dll have to be in the same folder
or I get an error message instead.
Someone suggested building zlib statically with dmc.
But that looks like an long time adventure to figure out in detail. :]
    
    
More information about the Digitalmars-d-learn
mailing list