![]() |
Hilfe bei Serverkomponente
Was mache ich nur falsch? Egal in welches Tutorial ich gehe und es mir
anschauen will, komme ich damit nicht klar. Wenn ich eine Komponente hinzufüge, zum Beispiel für die obige Prozedur TcpServer aus der Palette Internet funktioniert das nicht, da ich ganz andere Instanzen habe. Dieser Kram mit Sockets ist bei mir in Delhi nicht zu finden. Ich brauche dringend Hilfe. |
Re: Hilfe bei Serverkomponente
versuche es mal von hande hier mit:
Code:
ist viel arbeit wird aber gehen
uses
ScktComp; type TForm1 = class(TForm) private { Private-Deklarationen } public { Public-Deklarationen } end; var Form1: TForm1; Cl:TClientSocket; Server:TServerSocket; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 20:44 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz