Dave Pickles writes:
> I'd like to implement the system error messages currently missing from the
> FormatMessage API call (ie FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM...)),
> and would like some advice on how to proceed. Presumably Wine should
> provide multilingual messages, however it was mentioned here recently that
> the multilingual resource 'hack' used in wine/programs would soon stop
> working - not that I understand it anyway! So where should the message
> text go and how should I handle language support?
> 

Guess what,

I too thought about that. But I didn't find the time yet.
The systemmessages are implemented as Messagtables in kernel32.dll. I
couldn't decipher from the comments in wrc about the actual status of
implementation of the Messagetables in Wine and the proper syntax for
them.

I guess the right implementation are message_xx.rc files for the
different languages. compiled with wrc and bound to kernel32.o.

Bye

Uwe Bonnes                [EMAIL PROTECTED]

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------

Reply via email to