[lazarus] INTERFACE is not compile

Yoyong Hernan yoyong_98 at philwebinc.com
Thu Oct 2 21:27:27 EDT 2003


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






More information about the Lazarus mailing list