> I'm not too happy with c-obj files. I would prefer one of the many > Delphi ports.
Why? Using a Pascal port of a C code is a maintenance nightmare, bugs may have been introduced during the port, and it's unlikely to be kept up to date with the latest ZLIB version, so may have security vulnerabilities. The Borland VCL uses OBJ files for it's TCustomZlibStream class in Delphi 7 and later (and for JPEG images), so if it's good enough for them, it should be good enough for us. That's what I'll try and use, although I might need a more recent ZLIB. I've now managed to build most of my applications in Delphi 7, as a stepping stone to Delphi 2006, so am rapidly losing interest in Delphi 6 and earlier. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
