On 13/04/2017 at 06:19, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 18
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;
---------
Hi,
I'm using the pugi lib for dealing with XML files. The file methods require file paths in a wchar_t* buffer. On Windows I simple convert the string to a UInt16 buffer using GetUcBlock. But on macos this doesn't work. As far as I know, wchar_t is 32 bit on macos.
So is there anybody, who has already found a solution?
Thank you.