[lazarus] CodeTools Win32
Luis R. Hilario
l_hilario at yahoo.com
Wed Oct 17 17:08:31 EDT 2001
Mattias Gaertner wrote:
>
> 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
No fixed.
Watch the fix well: (UpChars(TheFilename[1]) --->
(UpChars[TheFilename[1]]
>
> > Line 1267
> > Error: and (not ((PathEnd-PathStart=2)
> > Fix: hoping to that somebody teaches to me :-)
>
> missing brackets fixed
thx :-)
But after all there is a last problem compiling for Win32: IDE error 2.
--
|------------------------------|
| 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