Topic: zlib version 1.2.3
Jtevans's photo
Mon 07/13/09 03:07 PM
ok who knows how to compile this stupid thing????


i need zlib-1.2.3.dll for a game and unlike the older zlib.dll (that you can find already compiled and ready)you have to do this yourself using either Microsoft Visual C++ or Borland C++ or similar programs.

i truly know nothing about this stuff and am getting a headache looking at the Read Me file included with it!

a little help please....grumble explode

ayemef's photo
Wed 07/15/09 09:07 PM
download the compiled dll here - http://www.zlib.net/zlib123-dll.zip

next time just google the filename and you should be able to find the compiled library.

Jtevans's photo
Wed 07/15/09 09:30 PM
i already had that file.what i'm asking is how do i put all the files and folders in that rar file together so it will recognise as the dll file?

chrish's photo
Tue 07/28/09 12:01 PM
Just put the file in the same directory as the executable... Or you may need to register it.

If you need to register it:

Copy it into your System32 folder and type (in a command line or the run box):


Regsvr32 "C:\Windows\System32\zlib-1.2.3.dll"