On Sat, May 03, 2008 at 07:10:32PM -0400, Lee Jenkins wrote: > Anyone have this working? I'm trying to compile with it but get: > > gnugettext.pas(948,39) Error: Identifier not found "ResourceStringTableCount" > > ResourceStringTableCount appears to be located in ObjPas unit which I believe > is > implicitly imported, isn't it?
No, only if the language mode is objfpc or Delphi. IOW that unit is the OBJect PAScal extension to the systme unit > I need to share units between delphi and lazarus so I need to use gnugettext. Try to compile using Delphi mode. _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
