[Lazarus] INVALID_* consts
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Jun 27 02:14:47 CEST 2013
On Wed, 26 Jun 2013 12:39:07 -0400
waldo kitty <wkitty42 at windstream.net> wrote:
>[...]
> > IMO such unsigned constants should be used only in specific cases, e.g. with OS
> > defined records containing part of an longer (int64) type. The FCL can use that
> > constant in Win32 platform code, the LCL or user code never should use it at all.
>
> i understand this... how can i get this const (as defined) into the FCL if it
> does not already exist? how can i tell my converted delphi project to use the
> FCL in addition to the LCL? right now when i look at the project inspector, the
> LCL is the only "required" package shown...
The LCL uses the FCL, so your project too.
Mattias
More information about the Lazarus
mailing list