Delphi 7
malikmi
Messages postés
139
Date d'inscription
Statut
Membre
Dernière intervention
-
mystaa Messages postés 44 Date d'inscription Statut Membre Dernière intervention -
mystaa Messages postés 44 Date d'inscription Statut Membre Dernière intervention -
bonsoir je n arrive pas trouver clientsochet and server socket dans le delphi 7 . avant j ai utilisé delphi 6 et je les ai trouvé dans internet ...
A voir également:
- Delphi 7
- Delphi 7 - Télécharger - Langages
- Photofiltre 7 - Télécharger - Retouche d'image
- Clé windows 7 - Guide
- Télécharger 7-zip - Télécharger - Compression & Décompression
- Télécharger windows 7 32 bits usb - Télécharger - Systèmes d'exploitation
3 réponses
Les composants sockets ont été supprimés par Borland pour des raisons de sécurité. Tu as le choix entre recoder ton application avec de l'Indy (plus fiable et plus facile) ou alors à installer le packet "dclsockets70.bpl" présent dans le dossier Bin de Delphi.
Extrait du readme.txt :
"Borland is deprecating the use of the TServerSocket and TClientSocket from the unit ScktComp. It is recommended that you use the
Indy components for socket operations. The TServerSocket and TClientSocket will no longer be installed on the component palette by default.
If you require then use of these components then you can install the design time package named dclsockets70.bpl, found in your bin directory.
For deployment with runtime packages, you will need to deploy rtl70.bpl and any other required packages."
Extrait du readme.txt :
"Borland is deprecating the use of the TServerSocket and TClientSocket from the unit ScktComp. It is recommended that you use the
Indy components for socket operations. The TServerSocket and TClientSocket will no longer be installed on the component palette by default.
If you require then use of these components then you can install the design time package named dclsockets70.bpl, found in your bin directory.
For deployment with runtime packages, you will need to deploy rtl70.bpl and any other required packages."