![]() |
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 |
Re: idIRC verbindet nicht
*bump*
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:02 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-2025 by Thomas Breitkreuz