>This is my problem : I have just been given an old Delphi 4 application, which needs to be modified. >This program was written using ICS components ten years ago. I have a Delphi 4, and also the >components as they existed when the progran was created. So I should be able to open then > program, and modify it. But when I try to install the ICS package in Delphi 4, I get an arror >message telling (in french) : Ne peut charger le paquet 'ICSdel40'. Il contient l'unité 'system', qui > est également contenu dans le paquet Vcl40
Delphi 4 is very old and I don't remember exactly how it worked then. But anyway, it looks like ICS package doesn't "requires" VCL packages which for him to include units normaly found in those packages. You should probably just add VCL40 to the "requires" section in ICS package and rebuild it completely. Then it will work. -- francois.pie...@overbyte.be Embarcadero MVP 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