[lazarus] INTERFACE is not compile
DMo2
madarzoo at o2.pl
Sun Oct 5 17:11:31 EDT 2003
But from FPC I've got message : there is no problem with it (with THandle
all is OK)
and I need 1.1 FPC
Darek
----- Original Message -----
From: "Yoyong Hernan" <yoyong_98 at philwebinc.com>
To: <lazarus at miraclec.com>
Sent: Thursday, October 02, 2003 3:05 AM
Subject: Re: [lazarus] INTERFACE is not compile
> As far as I know, 1.1 is not yet stable for Lazarus. Try 1.0.10 instead.
>
>
> ----- Original Message -----
> From: "DMo2" <madarzoo at o2.pl>
> To: <lazarus at miraclec.com>
> Sent: Tuesday, September 30, 2003 1:46 AM
> Subject: [lazarus] INTERFACE is not compile
>
>
> > I have problem with compile module INTERFACE
> > I've got message:
> >
> > win32winapih.inc(52,10) Error: There is no method in an ancestor class
to
> be
> > overridden: "TWin32Object.CreateDIBSection(HDC,const tagBITMAPINFO,
> > Longword,var Pointer, HANDLE, Longword):DWord"
> >
> > I discover that is problem with Thandle
> >
> > in WINDOWS.PP (base.inc) is:
> >
> > Thandle= HANDLE = type Cardinal;
> >
> > in CLASSES (classesh.inc)
> > THANDLE = longint;
> >
> >
> > I use FPC 1.1
> >
> > In FPC1.0 in WINDOWS was
> >
> > HANDLE = longint; { or should it be cardinal ?? PM }
> >
> > I don't know how to avoid this problem
> >
> > Darek
> >
> >
> >
> >
> > _________________________________________________________________
> > To unsubscribe: mail lazarus-request at miraclec.com with
> > "unsubscribe" as the Subject
> > archives at http://www.lazarus.freepascal.org/mailarchives
>
> _________________________________________________________________
> To unsubscribe: mail lazarus-request at miraclec.com with
> "unsubscribe" as the Subject
> archives at http://www.lazarus.freepascal.org/mailarchives
More information about the Lazarus
mailing list