bonjour,
j'utilise indy 10 (et Delphi 7) pour créer un serveur tcp/ip. je souhaite utiliser des flux, mais le compilateur ne reconnait pas TIdStreamVCL !!! que faire ?
merci d'avance,
georges
bonjour,
j'utilise indy 10 (et Delphi 7) pour créer un serveur tcp/ip. je souhaite utiliser des flux, mais le compilateur ne reconnait pas TIdStreamVCL !!! que faire ?
merci d'avance,
georges
Salut,
As-tu déclaré le namespace ?
Quelle version de Indy 10 utilisez vous ?
J'avais eu ce problème sur une ancienne version (10.0.5 il me semble).
J'ai pu compiler mon project après avoir téléchargé la dernière version (CSV 10.1.xx) :
http://www.neillans.co.uk/indydownload/
Delphi / BCB Installation
1. Open and compile in the following order:
2.
1. IndySystem (in Lib\System)
2. IndyCore (in Lib\Core)
3. IndyProtocols (in Lib\Protocols)
4. IndySuperCore (in Lib\SuperCore)
If you are not using SuperCore, then you do not need to compile this package.
3. Now open and click install in the following order
4.
5.
1. dclIndyCore (in Lib\Core)
2. dclIndyProtocols (in Lib\Protocols)
3. dclSuperCore (in Lib\SuperCore)
Only install this if you have compiled SuperCore.
J'espere que cela vous aidera
Partager