E
Eduardo Pavinato Klein
Does anyone has PInvoked zlib.dll?
I think I have a mistake. For example, is it correct to use:
[DllImport("zlibce.dll")]
public static extern IntPtr gzopen (string path, string mode);
for the evc++ function
gzFile gzopen (const char *path, const char *mode);
Thanks,
Eduardo Pavinato Klein
I think I have a mistake. For example, is it correct to use:
[DllImport("zlibce.dll")]
public static extern IntPtr gzopen (string path, string mode);
for the evc++ function
gzFile gzopen (const char *path, const char *mode);
Thanks,
Eduardo Pavinato Klein