Adam H. Pendleton wrote:
>>
>>
>> That's a compiler problem; it suspected already the right method, but
>> failed to apply the wxChar* cast operator of wxStringBuffer. Try to
>> cast explicitely to (wxChar*), this probably helps.
>
>
> Actually, the problem here is the lack of Unicode functions on Mac OS
> X, not a compiler problem, per se.
>
Didn't 10.3 supply wchar_t (in contrast to 10.2, which lacks it)?!?
Regards,
Andreas