> I'm looking at ICS-V5 which seems to fully support Delphi4, but I don't > see the any SSL (esp. > tSSLHttpCli) support for that version. I've retrieved both OverbyteICSV5 > and ICSslSrcV5i which I > believe are all that is required. The ICSslSrcV5i has packages for Delphi > 5 and later but none for > Delphi 4. Is there some reason that D4 won't be able to implement ICS > SSL?
Delphi 4 lacks many "modern" language constructions which are used in ICS-SSL. At present time, I'm almost sure you won't fine anyone willing to downgrade the code to D4 ! You'd better update your compiler to the latest version which is Delphi 2009. It is likely that your D4 code will still compile with D2009. Probably some changes will be required because D2009 strings are Unicode strings (16 bits characters) and depending on what you've done with the strings, you may need to change some code. If you use string for string (sic !), then it will probably just compile fine. If you use strings as general buffer, then you may have to change some code. Be aware that you have to upgrade all your third party components as well. Of course you have to use ICS-V7. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be -- 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