Hello Sieghard.

I will do it step by step.

>  "mseconsts_new.zip" is directly relevant for msegui itself, because
 > it contains modifications for the "lang_consts" units.

OK, let's start with this.
Replaced in /mseide-msegui/lib/common/lang_consts/:
msestockobjects.pas and mseconsts.pas with your new files and added 
mseconsts_strings.inc.

Then recompiled some of my projects with and without -dmse_dynpo parameter.
OK, all compile without problems or warnings and run perfectly, many thanks and 
well done.

Just a litle question before to commit the change, in msestockobjects.pas, 
there is

{.$ifdef mse_dynpo}
VAR
  lang_stockcaption,
  lang_modalresult,
  lang_modalresultnoshortcut,
  lang_extended,
  lang_langnames: array of msestring;
{.$endif}

Because of the "." after "{" in {.$ifdef mse_dynpo} the line is considered as 
commented.
The same for {.$endif}.

Is it wanted?
Because without defined "mse_dynpo" the applications compile ok because in the 
"classical unit way" those variables are not needed.

Fre;D
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to