On Tuesday, 22 January 2019 at 16:47:45 UTC, FrankLike wrote:
On Tuesday, 22 January 2019 at 16:18:17 UTC, Adam D. Ruppe wrote:
Use "mystring"w, notice the w after the closing quote.

Or toStringz is not work like c_str() in C++?

stringz creates a char*
but you need a wchar*

Reply via email to