On Monday 07 October 2013 09:12:23 Алексей Логинов wrote:
> Thank you, Martin, this problem was fixed.
> I rebuilt RPM packages mseide-msegui with
> apps/ide/templates/default/project.pas:
>
> program ${%PROJECTNAME%};
> {$ifdef FPC}{$mode objfpc}{$h+}{$endif}
> {$ifdef FPC}
> {$ifdef mswindows}{$apptype gui}{$endif}
> {$endif}
> uses
> {$ifdef FPC}{$ifdef unix}cthreads,{$endif}{$endif}
> msegui,mseforms,main,
>
> mseconsts,mseconsts_ru,mseconsts_fr,mseconsts_uzcyr,mseconsts_es,mseconsts_
>id,mseconsts_zh,mseconsts_de; begin
> setlangconsts(''); //set system default
> application.createform(tmainfo,mainfo);
> application.run;
> end.
>
The including of all languages will slightly enlarge the produced binaries.
> Which program templates must I change also?
>
apps/ide/templates/default/project.pas is the only AFAIK. The console project
does not use gui elements.
> I found untranslated string "Exeption":
Please try again with git master b349af5ee8a89a9a6f412d27b7443dc5f9e01e8e.
Martin
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk