Mirage Engine
zlib for vista - Printable Version

+- Mirage Engine (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: zlib for vista (/showthread.php?tid=1089)



zlib for vista - Gilgamesch - 06-07-2007

hey,

i ve been using vista lately and everything worked fine so far, but today i implented the zlib tutorial for the pics and stuff, so the problem is that i cant register the DLL in vista, does anyone know where i can get the same dll but for vista?


thanks


Re: zlib for vista - William - 06-07-2007

I always heared zlib wasnt any good to use..


Re: zlib for vista - Matt - 06-07-2007

1) Turn UAC off. Reboot.
2) Register file.

^_^

Or you can send a shortcut to the desktop for regsvr32.exe then just drag the file onto the shortcut.


Re: zlib for vista - William - 06-07-2007

Yeah, its only for very big files.


Re: zlib for vista - Matt - 06-07-2007

Verrigan Wrote:Back on topic.. You do not regsvr32 (or 64, or any other regsvr) zlib.dll, because it is not a ActiveX object. You just declare the functions (Compress/Uncompress) like you would any other API functions.

I was just telling him how to register files under Vista. I know you don't register it. ^_^