2015.01.12. 8:36 keltezéssel, Anthony Walter írta:
I've been building FPC 3.0 and Lazarus 1.4 from svn sources. Here are
some problems.

First, all Linux builds seem to be working correctly.

On Windows though I encountered a few problems.

1) In lcl\interfaces\win32\win32callbacks.inc lines 1547 and 1571, the
following cannot compile:

   ItemState := TOwnerDrawState(PDrawItemStruct(LParam)^.itemState);

2) There is a similar problem in lcl/grids.pas:

   cfg.SetValue(AKey + '/style/value', Integer(AFont.Style)); // around
line 1905
   AFont.Style:= TFontStyles(cfg.GetValue(AKey + '/style/value', 0)); //
around line 1913

Hi,

Crosscompile working for me from Linux x86_64 to Windows i386-Win32 with FPC fixes_3_0 29421 and Lazarus fixes_1_4 47347.

Gabor

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to