Hello Sieghard.

I did try to compile MSEclock for Windows (using emulator wine for Linux).
It fails to compile for mo4stock.pas.

The trick is to add those 2 units in uses section:

USES
  msefileutils, msesysintf, ...

It fails to compile later with error in UNIT fontlist.pas, this because only 
Unix was implemented.
For Windows, you may find inspiration form ideU project: /ideU/src/conflang.pas

There is in section {$ifdef windows} the procedure 
tconflangfo.listlangfont(lang : String);

;-)

Fre;D
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to