Einzelnen Beitrag anzeigen

mandawar

Registriert seit: 24. Mai 2006
1 Beiträge
 
#16

Re: Neunis IRC-Bot - Neue Version!

  Alt 24. Mai 2006, 09:01
Also ich habe Delphi 7 Enterprise und dazu Indy10 Components, aber ich bekomme folgende Fehlermeldungen, bei denen sich nich sofort erschließt, was nicht richtig läuft:
"Field Form1.irc does not have any corresponding component. Remove the Declaration?"
"Field Form1.IdHTTP1 does not have any corresponding component. Remove the Declaration?"

Build
[Error] Unit1.pas(41): Undeclared identifier: 'TIdIRCUser'
[Error] Unit1.pas(42): Undeclared identifier: 'TIdIRCChannel'
[Error] Unit1.pas(124): Undeclared identifier: 'Nick'
[Error] Unit1.pas(125): Undeclared identifier: 'AltNick'
[Error] Unit1.pas(167): ')' expected but identifier 'Nick' found
[Error] Unit1.pas(167): 'END' expected but ')' found
[Error] Unit1.pas(169): ';' expected but 'IF' found
[Error] Unit1.pas(171): '.' expected but 'ELSE' found
[Error] Unit1.pas(173): Undeclared identifier: 'cmdcheck'
[Error] Unit1.pas(173): Undeclared identifier: 'content'
[Warning] Unit1.pas(176): Comparing signed and unsigned types - widened both operands
[Error] Unit1.pas(180): Undeclared identifier: 'position'
[Error] Unit1.pas(180): Incompatible types
[Error] Unit1.pas(180): '(' expected but ')' found
[Error] Unit1.pas(182): Missing operator or semicolon
[Warning] Unit1.pas(182): Comparing signed and unsigned types - widened both operands
[Error] Unit1.pas(186): Undeclared identifier: 'iLine'
[Error] Unit1.pas(186): Not enough actual parameters
[Error] Unit1.pas(196): Missing operator or semicolon
[Error] Unit1.pas(200): Undeclared identifier: 'ausgabe'
[Error] Unit1.pas(200): Undeclared identifier: 'idhttp1'
[Error] Unit1.pas(200): Missing operator or semicolon
[Error] Unit1.pas(200): Incompatible types
[Error] Unit1.pas(200): ')' expected but ',' found
[Error] Unit1.pas(200): Incompatible types
[Error] Unit1.pas(204): Undeclared identifier: 'irc'
[Error] Unit1.pas(204): Missing operator or semicolon
[Error] Unit1.pas(204): 'END' expected but ')' found
[Warning] Unit1.pas(213): Text after final 'END.' - ignored by compiler
[Error] Unit1.pas(43): Unsatisfied forward or external declaration: 'TForm1.ircUserMode'
[Error] Unit1.pas(44): Unsatisfied forward or external declaration: 'TForm1.ircReceive'
[Fatal Error] Project2.dpr(6): Could not compile used unit 'Unit1.pas'


Ich denk ma, wenn die ersten beiden Fehler behoben sind könnte es sogar klappen und die restlichen Fehler kläören sich dann wie von selbst.
Hat jemand ne Idee? Wär mir sehr lieb
MfG Mandawar
  Mit Zitat antworten Zitat