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   -
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:

3 réponses

mystaa Messages postés 44 Date d'inscription   Statut Membre Dernière intervention   100
 
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."
1
mystaa Messages postés 44 Date d'inscription   Statut Membre Dernière intervention   100
 
Il se trouve dans dclsockets70.bpl dans le dossier BIN
0
malikmi Messages postés 139 Date d'inscription   Statut Membre Dernière intervention   10
 
je n arrive pas le trouver voulez-vous préciser ?
0