Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Die Delphi-IDE (https://www.delphipraxis.net/62-die-delphi-ide/)
-   -   Probleme mit Indy10 installation/update (https://www.delphipraxis.net/114153-probleme-mit-indy10-installation-update.html)

Assertor 30. Mai 2008 23:43

Re: Probleme mit Indy10 installation/update
 
Zitat:

Zitat von gsh
cool danke für die Anleitung
...
super hat alles wunderbar hinghauen ...

Bitte, gerne!

Zitat:

Zitat von gsh
bis auf eins:
Er erkennt TBytes nicht mehr ... sind die mit der neuen Version raus?

procedure TThread_UDP.UDPServerUDPRead(Sender: TObject; AData: TBytes; ABinding: TIdSocketHandle);

[Pascal Fehler] T_UDP.pas(19): E2003 Undefinierter Bezeichner: 'TBytes'

Einfach mal IdUDPServer.pas öffnen, da steht die neue Deklaration:
Delphi-Quellcode:
TUDPReadEvent = procedure(AThread: TIdUDPListenerThread; AData: TIdBytes; ABinding: TIdSocketHandle) of object;
Also statt AData: TBytes nun AData: TIdBytes nutzen.

Gruß Assertor

gsh 31. Mai 2008 14:30

Re: Probleme mit Indy10 installation/update
 
gut
danke jetzt kann ich wieder das Projekt compilieren :D

TERWI 9. Feb 2016 20:13

AW: Probleme mit Indy10 installation/update
 
EDIT
Richtiger Text in der falschen Abteilung sorry.
Kann gelöscht werden


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:45 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz