[fpc-devel] Bug in trunk?

Graeme Geldenhuys graemeg.lists at gmail.com
Fri Mar 28 08:56:52 CET 2008


On 28/03/2008, Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:
>
>  and TfpgColor is defined as follows:
>
>   TfpgColor = type longword;
>
>  With FPC 2.2.0 (64bit and 32bit) the code compiles with out issues.


And some predefined colors used in fpGUI are defined as follows:

  clSilver        = TfpgColor($C0C0C0);
  clTeal          = TfpgColor($008080);
  clWhite         = TfpgColor($FFFFFF);
  clYellow        = TfpgColor($FFFF00);
  clNone          = TfpgColor($1FFFFFFF);
  clDefault       = TfpgColor($20000000);


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-devel mailing list