On Wed, 26 Jun 2013 12:39:07 -0400 waldo kitty <[email protected]> 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
