[lazarus] CodeTools Win32

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Oct 16 15:57:19 EDT 2001


On Tue, 16 Oct 2001 16:09:41 -0300
"Luis R. Hilario" <l_hilario at yahoo.com> wrote:

> 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).

Sorry, only for linux.



> memcheck.pas
> Line 689
> Error: {$ifdef win32}get_ebp: cradinal;{$endif}
> Fix: {$ifdef win32}get_ebp: cardinal;{$endif}

thx, fixed


> linkscanner.pas
> Line 1192
> Error: (UpChars(TheFilename[1]) in ['A'..'Z']) and
> (TheFilename[2]=':'));
> Fix: (UpChars[TheFilename[1]] in ['A'..'Z']) and (TheFilename[2]=':'));

thx, fixed


> Line 1267
> Error: and (not ((PathEnd-PathStart=2)
> Fix: hoping to that somebody teaches to me :-)

missing brackets fixed


Mattias






More information about the Lazarus mailing list