Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi Hilfe bei Serverkomponente (https://www.delphipraxis.net/12921-hilfe-bei-serverkomponente.html)

gerritlober 6. Dez 2003 17:03


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.

NewWave 7. Dez 2003 12:32

Re: Hilfe bei Serverkomponente
 
versuche es mal von hande hier mit:


Code:
uses
   ScktComp;

type
  TForm1 = class(TForm)
  private
    { Private-Deklarationen }
  public
    { Public-Deklarationen }
  end;

var
  Form1: TForm1;
  Cl:TClientSocket;
  Server:TServerSocket;
ist viel arbeit wird aber gehen


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