Compile errors
Status: Beta
Brought to you by:
jopix
When compiling DelphiBot 3.0.1 with Delphi 2005 I get
the following errors:
[Error] client.pas(81): E2170 Cannot override a
non-virtual method
[Error] client.pas(84): E2170 Cannot override a
non-virtual method
[Error] client.pas(215): E2003 Undeclared identifier:
'BoundIP'
[Error] client.pas(227): E2010 Incompatible types:
'string' and 'procedure, untyped pointer or untyped
parameter'
[Error] client.pas(358): E2003 Undeclared identifier:
'BoundIP'
Logged In: YES
user_id=1180883
Delphi 2005 is using Indy 10, wich is incompatible with the old
Indy 9. The IRC client class is based on TIdTcpClient on indy
9.
It compiles fine on Delphi 7