Tut mir leid, dass es so lange gedauert hat, Schule....
Also das wird angezeigt, wenn ich compilen will:
Checking project dependencies...
Compiling trainerwithassembler.dproj (Debug configuration)
[DCC Hint] CEFuncProc.pas(112): H2365 Override method TFreememoryThread.execute should match case of ancestor TThread.Execute
[DCC Hint] symbolhandler.pas(69): H2365 Override method TSymbolloaderthread.execute should match case of ancestor TThread.Execute
[DCC Hint] symbolhandler.pas(71): H2365 Override method TSymbolloaderthread.destroy should match case of ancestor TThread.Destroy
[DCC Hint] symbolhandler.pas(158): H2365 Override method TSymHandler.destroy should match case of ancestor TObject.Destroy
[DCC Error] symbolhandler.pas(187): E2010 Incompatible types: 'Char' and 'AnsiChar'
[DCC Error] symbolhandler.pas(217): E2010 Incompatible types: 'Char' and 'AnsiChar'
[DCC Error] symbolhandler.pas(238): E2010 Incompatible types: 'Char' and 'AnsiChar'
[DCC Warning] symbolhandler.pas(303): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Warning] symbolhandler.pas(406): W1000 Symbol 'Resume' is deprecated
[DCC Error] symbolhandler.pas(772): E2010 Incompatible types: 'Char' and 'AnsiChar'
[DCC Error] symbolhandler.pas(783): E2010 Incompatible types: 'Char' and 'AnsiChar'
[DCC Warning] symbolhandler.pas(962): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Warning] symbolhandler.pas(962): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Warning] symbolhandler.pas(975): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Error] symbolhandler.pas(1062): E2010 Incompatible types: 'Char' and 'AnsiChar'
[DCC Warning] symbolhandler.pas(1153): W1024 Combining signed and unsigned types - widened both operands
[DCC Warning] symbolhandler.pas(1156): W1024 Combining signed and unsigned types - widened both operands
[DCC Warning] symbolhandler.pas(1320): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Fatal Error] CEFuncProc.pas(684): F2063 Could not compile used unit 'symbolhandler'
Failed
Elapsed time: 00:00:03.2
Und dann wird halt diese Zeile rot makiert:
symLoadModule(thisprocesshandle,0,pchar(modulename ),nil,dword(x[i]),0);
€:symLoadModule(thisprocesshandle,0,pchar(modulena me ),nil,dword(x[i]),0); befindet sich in Zeile 187
Fg