Hello Sieghard.

>Does this ONLY happen on Windows or is this a general problem?

Yes it only happends on Windows.
No problem to load MO files on Unix system (including on ARM/AARCH64).

I have done more test on a Windows 10 machine and the array is not filled when 
a MO file is used.
Imho, the problem is that the MO files are not recognized as they are on 
Windows.
Sadly I have zero skin in PO to MO conversion.

But the good news is that using PO files, all works perfectly.

So, no problem, at the moment I will do this:

procedure tconflangfo.oncreat(Const Sender: TObject);
begin
  Visible := False;
 {$if (defined(windows)) or (not defined(usemo))}
 bousemo.visible := false;
 {$endif}
end;

Have a good night.

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

Reply via email to