[lazarus] CodeTools Win32
Luis R. Hilario
l_hilario at yahoo.com
Tue Oct 16 15:38:45 EDT 2001
Hi,
Lazarus for Win32 is not compiling (in Linux I do not know because I do
not have the updated compiler: RPM3).
Some errors and their solutions.
Under Win32, gtkglarea it does not compile (error linking).
memcheck.pas
Line 689
Error: {$ifdef win32}get_ebp: cradinal;{$endif}
Fix: {$ifdef win32}get_ebp: cardinal;{$endif}
===================
linkscanner.pas
Line 1192
Error: (UpChars(TheFilename[1]) in ['A'..'Z']) and
(TheFilename[2]=':'));
Fix: (UpChars[TheFilename[1]] in ['A'..'Z']) and (TheFilename[2]=':'));
------------------
Line 1267
Error: and (not ((PathEnd-PathStart=2)
Fix: hoping to that somebody teaches to me :-)
--
|------------------------------|
| Luis R. Hilario |
| http://www.luis-digital.8m.com |
|------------------------------|
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
More information about the Lazarus
mailing list