Hello,
I downloaded zlib.NET and there's a file that I must import,its named "zlib.net.dll".
My question is :How do I import that file so I can use it in C# Express 2008 like "System.zlib.etc"?
Thanks.
Hello,
I downloaded zlib.NET and there's a file that I must import,its named "zlib.net.dll".
My question is :How do I import that file so I can use it in C# Express 2008 like "System.zlib.etc"?
Thanks.
You need to add a reference to the assembly:
lib
directory somewhere near the code).After that you should be able to use it in your code.