Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi idIRC verbindet nicht (https://www.delphipraxis.net/92438-idirc-verbindet-nicht.html)

Relicted 19. Mai 2007 18:58


idIRC verbindet nicht
 
huhu!

ich habe ein problem mit den indy komponenten ( aktuelle version ).
ich habe eine dll die ein formular beinhaltet.
auf diesem formular ist eine idIRC komponente.

die komponente gibt als connected true zurück, jedoch befindet sich der benutzer nicht auf dem server ( lokaler irc server ).

hat jemand eine idee woran das liegen kann ?

edit:
einstellung der kompo
Delphi-Quellcode:
  object IdIRC1: TIdIRC
    IOHandler = IdIOHandlerStack1
    ConnectTimeout = 0
    Host = 'localhost'
    IPVersion = Id_IPv4
    ReadTimeout = 1000
    CommandHandlers = <>
    ExceptionReply.Code = '500'
    ExceptionReply.Text.Strings = (
      'Unknown Internal Error')
    OnDisconnect = IdIRC1Disconnect
    Nickname = 'brabelschneck'
    AltNickname = '1234'
    RealName = 'Test123'
    Replies.Finger = 's'
    Replies.Version = '1'
    Replies.UserInfo = 'd'
    Replies.ClientInfo = 'a'
    UserMode = []
    OnPrivateMessage = IdIRC1PrivateMessage
    OnJoin = IdIRC1Join
    OnPart = IdIRC1Part
    Left = 80
  end
  object IdIOHandlerStack1: TIdIOHandlerStack
    OnStatus = IdIOHandlerStack1Status
    Destination = 'localhost:6667'
    Host = 'localhost'
    MaxLineAction = maException
    Port = 6667
    DefaultPort = 0
    ReadTimeout = 1000
    Left = 200
    Top = 168
  end

achja delphi-version ist 2007 prof.

gruß
reli

Relicted 20. Mai 2007 15:30

Re: idIRC verbindet nicht
 
*bump*


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:03 Uhr.

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