Greetings,

I tried to compile fpGui, but failed.

The problems I encountered where:

1)
The line 
Include(ComponentState, csLoading);
didn't compile, but it was indicated that it only works in fpc 2.2.0 or 
previous versions.

2)
The line 
    property    BackgroundColor: TfpgColor read FBackgroundColor write 
SetBackgroundColor default clWindowBackground;
in gui_form gives error: Range check errors while evaluating constants.
The definition of the constant is:
  clWindowBackground    = $80000001;

remark: I compile the gfx_package, and he tries to compile the gui_form, which 
is included in gui_package ? Strange interdependencies...

3)
In the method TWideStringList.ExchangeItems,
"Illegal type conversion: Widestring to longint" for the line 
Temp  := integer(Item1^.FString);
and the following lines.

All this happened on a Suse 86x64 machine, with a FPC 2.3.1 compiler from 21 
december 2007.

Luk

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to