Показать сообщение отдельно
  #4  
Старый 04.05.2012, 18:50
Scooby_Do Scooby_Do вне форума
Прохожий
 
Регистрация: 25.12.2011
Сообщения: 41
Версия Delphi: 7
Репутация: 10
По умолчанию

Вот ошибки:

[Error] Unit1.pas(34): Undeclared identifier: 'ICQClient1'
[Error] Unit1.pas(34): Missing operator or semicolon
[Error] Unit1.pas(35): Missing operator or semicolon
[Error] Unit1.pas(36): Missing operator or semicolon
[Error] Unit1.pas(39): Undeclared identifier: 'ICQClient1MessageRecv1'
[Error] Unit1.pas(39): ';' expected but '(' found
[Error] Unit1.pas(41): Undeclared identifier: 'Memo1'
[Error] Unit1.pas(41): Missing operator or semicolon
[Error] Unit1.pas(41): Undeclared identifier: 'UIN'
[Error] Unit1.pas(41): '(' expected but ')' found
[Error] Unit1.pas(42): Missing operator or semicolon
[Error] Unit1.pas(44): Undeclared identifier: 'OnLine'
[Warning] Unit1.pas(44): Comparing signed and unsigned types - widened both operands
[Error] Unit1.pas(45): Undeclared identifier: 'Send'
[Error] Unit1.pas(45): 'END' expected but ')' found
[Error] Unit1.pas(47): Missing operator or semicolon
[Warning] Unit1.pas(47): Comparing signed and unsigned types - widened both operands
[Error] Unit1.pas(48): Undeclared identifier: 'icqclient1'
[Error] Unit1.pas(48): Missing operator or semicolon
[Error] Unit1.pas(48): Incompatible types: 'Cardinal' and 'String'
[Error] Unit1.pas(51): Missing operator or semicolon
[Error] Unit1.pas(51): Incompatible types: 'Cardinal' and 'String'
[Error] Unit1.pas(52): Incompatible types: 'String' and 'procedure, untyped pointer or untyped parameter'
[Error] Unit1.pas(54): ';' expected but 'ELSE' found
[Error] Unit1.pas(56): '.' expected but ';' found
[Error] Unit1.pas(58): Undeclared identifier: 'nick'
[Error] Unit1.pas(60): Undeclared identifier: 'Reged'
[Warning] Unit1.pas(60): Comparing signed and unsigned types - widened both operands
[Error] Unit1.pas(61): Undeclared identifier: 'nick'
[Error] Unit1.pas(61): Undeclared identifier: 'ListBox2'
[Error] Unit1.pas(61): ')' expected but ',' found
[Error] Unit1.pas(64): ';' expected but 'FUNCTION' found
[Error] Unit1.pas(64): Undeclared identifier: 'OnLine'
[Error] Unit1.pas(67): Undeclared identifier: 'OnLine'
[Error] Unit1.pas(68): Undeclared identifier: 'ListBox1'
[Error] Unit1.pas(69): Incompatible types
[Error] Unit1.pas(69): Missing operator or semicolon
[Error] Unit1.pas(79): Undeclared identifier: 'Str2'
[Error] Unit1.pas(79): Missing operator or semicolon
[Error] Unit1.pas(79): Undeclared identifier: 'UIN'
[Error] Unit1.pas(80): Assignment to FOR-Loop variable 'i'
[Error] Unit1.pas(80): 'DO' expected but identifier 'Items' found
[Error] Unit1.pas(82): Undeclared identifier: 'i2'
[Error] Unit1.pas(90): '(' expected but ':=' found
[Error] Unit1.pas(90): Not enough actual parameters
[Error] Unit1.pas(91): '(' expected but ',' found
[Error] Unit1.pas(91): Incompatible types
[Error] Unit1.pas(92): Undeclared identifier: 'icqclient1'
[Error] Unit1.pas(92): Missing operator or semicolon
[Error] Unit1.pas(92): Incompatible types

Цитата:
Вообще делай по примеру что там
Я делал тачно также как на примере. Скопировать - вставить...
Ответить с цитированием