> These appear to external references to crypt32, yet I don't have > that file (I believe).
OverbyteIcsMsSslUtils is used to verify SSL certificates using the Windows certificate store, if you don't need that functionality you can remove it. Most SSL samples don't use it. But if you do use it, it needs several other units: OverbyteIcsWinCrypt.pas, OverbyteIcsJwaWinCrypt.inc, and OverbyteIcsCryptuiApi.pas, there were Jedi files that Arno copied for our use, and I renamed to ICS format to avoid conflicts. These units import from Cryptui.dll, but not crypt32 to my knowledge. None of this stuff has changed in a few years, except OverbyteIcsCryptuiApi.pas which says: 5 Oct 2017 - only compile for Windows and that V8.50 or later, so maybe look there. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be