HomeSearchContact UsForum

Home arrow Z arrow zlib1.dll
zlib1.dll PDF Print E-mail
Click here to run a free scan for dll/ocx related errors
Monday, 19 November 2007
File name: zlib1.dll
File size: 31.9 KB
Downloads: 1064

zlib data compression library

Notes:DLL support by Alessandro Iacopetti & Gilles Vollant

(C) 1995-2003 Jean-loup Gailly & Mark Adler

Version:1.2.1

 

Performance Scan: Run a FREE Performance Scan( free scan for dll related errors )


» Download zlib1.dll

Comments (2)Add Comment
...
written by tom, July 16, 2008
when I try to run Ordinal, I got error message:
this application has failed to start because zlib1.dll was not found. Re-installing the application may fix this problem.
...
written by Nike, July 16, 2008
I try to access this dll with c#:

using System;
using System.Runtime.InteropServices;
namespace DllCall {
class Program {
[System.Runtime.InteropServices.DllImport("zlib1.dll")]
public static extern System.String zlibVersion();
static void Main(string[] args) {
string s = zlibVersion();
} }}

But C?

Write comment
quote
bold
italicize
underline
strike
url
image
quote
quote
Smiley
Smiley
Smiley
Smiley
Smiley
Smiley
Smiley
Smiley
Smiley
Smiley
Smiley
Smiley

Copyright 2007. All Rights Reserved.
busy
 
< Prev   Next >
how to register dll:

After you download "*.Dll" on your machine,copy it to windows/system32/, go to "start" ==> "run" and type "regsvr32\*.dll" to register the file to the system.

Related Items