Logging Unicode String #1306
Mohammed El Hamalawi (hamalawi)
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm trying to log wide string using the API but I can't find an example to do it.
I use
_STR("ParamName", "Value")which works, but when I use L"Value" it doesn't. How to handle wchar_t*?I see mat.h having types for string but no wide string
Thanks
All reactions