[Lazarus] [PATCH] Really do not create AutoColumns without dgeAutoColumns option

Alexander Klenin klenin at gmail.com
Wed Oct 8 06:19:29 CEST 2008


On Tue, Oct 7, 2008 at 2:23 PM, Mattias Gärtner
<nc-gaertnma at netcologne.de> wrote:
> The default widgetset was changed from gtk1 to gtk2 on Linux, BSD, Sparc.
>

I just got a svn update and couldn't compile Lazarus with FPC 2.2.0.
I got an error which indicates i need a newer FPC version.

class procedure TSetDesigningComponent.SetDesignInstanceOfComponent(
  AComponent: TComponent; Value: Boolean);
begin
  // requires fpc >= 2.2.1
  TSetDesigningComponent(AComponent).SetDesignInstance(Value);
end;


So what is the minimum required FPC version? 2.2.1 (is that still
around) or 2.2.2 (I believe the latest stable release)  or 2.2.3?  I'm
get an update to FPC_trunk, so hopefully that would suffice.


Regards,
  - Graeme -


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




More information about the Lazarus mailing list