[Lazarus] Gtk2 SynEdit doublebuffer change

Ales Katona almindor at gmail.com
Mon Jun 9 18:58:42 CEST 2008


On 09/06/2008, Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:
>  environmentopts.pp(1527,57) Error: Identifier not found "GetUserDir"
>  environmentopts.pp(2701) Fatal: There were 1 errors compiling module, stopping

Looking at that unit, the error occurs inside the InitMacros() method

  {$IFNDEF Ver2_2_0}
  AMacroList.Add(TTransferMacro.Create('Home',GetUserDir,
                 lisUserSHomeDirectory, nil, []));
  {$ENDIF}


I'm not sure if this code is for < FPC 2.2.0  or  > FPC 2.2.0


Regards,
  - Graeme -


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



More information about the Lazarus mailing list