[Vm-dev] Re: New Win32 VM [m17n testers needed]

Andreas Raab andreas.raab at gmx.de
Sun Jun 3 20:46:59 UTC 2007


Yoshiki Ohshima wrote:
>> Cause, there have been used Windows functions that convert WCHAR streams
>>
>>     MultiByteToWideChar
>>     WideCharToMultiByte
>>
>> Could the problem be there?
> 
>   I can't quite trace the detail (and my memory), but when the macro
> UNICODE is defined, the latter should be just used?

The VM is not generally compiled with -DUNICODE; the places where we 
utilize WCHAR are explicit and we use the explicit *W variants of the 
Windows functions.

Cheers,
   - Andreas



More information about the Squeak-dev mailing list