Topic: zlib version 1.2.3 | |
---|---|
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.... |
|
|
|
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. |
|
|
|
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?
|
|
|
|
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" |
|
|