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
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
