summaryrefslogtreecommitdiff
path: root/win32/DLL_FAQ.txt
diff options
context:
space:
mode:
Diffstat (limited to 'win32/DLL_FAQ.txt')
-rw-r--r--win32/DLL_FAQ.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/win32/DLL_FAQ.txt b/win32/DLL_FAQ.txt
index a3ed5dd..1746a95 100644
--- a/win32/DLL_FAQ.txt
+++ b/win32/DLL_FAQ.txt
@@ -175,7 +175,7 @@ in the zlib distribution, or at the following location:
175 zlib in other programming languages. Some of them, like Ada 175 zlib in other programming languages. Some of them, like Ada
176 (GNAT) and Fortran (GNU G77), have C bindings implemented 176 (GNAT) and Fortran (GNU G77), have C bindings implemented
177 initially on Unix, and relying on the C calling convention. 177 initially on Unix, and relying on the C calling convention.
178 On the other hand, the pre- .NET versions of Microsoft Visual 178 On the other hand, the pre- .Net versions of Microsoft Visual
179 Basic require STDCALL, while Borland Delphi prefers, although 179 Basic require STDCALL, while Borland Delphi prefers, although
180 it does not require, FASTCALL. 180 it does not require, FASTCALL.
181 181
@@ -203,13 +203,11 @@ in the zlib distribution, or at the following location:
203 zlib distribution. 203 zlib distribution.
204 204
205 205
206 8. I need a DLL for my Microsoft .NET project. What can I do? 206 8. I need to use zlib in my Microsoft .Net project. What can I
207 do?
207 208
208 - We did not implement a COM wrapper around zlib, so you will 209 - Henrik Ravn has contributed a .Net wrapper around zlib. Look
209 have to develop it yourself, or to get it from somewhere else. 210 into contrib/dotzlib/, inside the zlib distribution.
210
211 If you would be so generous as to contribute such a wrapper,
212 we would like to include it in a future zlib version.
213 211
214 212
215 9. If my application uses ZLIB1.DLL, should I link it to 213 9. If my application uses ZLIB1.DLL, should I link it to