tunedal
09/06/2018, 10:31 AMplatform.windows.WCHAR
is now a UShort
but String.wcstr still creates an array of Short
. So "foo".wcstr.ptr
is no longer an LPCWSTR
. Is this a bug?reneemcclelland
09/06/2018, 10:31 AMtunedal
09/06/2018, 10:59 AM... as CValues<WCHARVar>
to make it work.olonho
09/06/2018, 11:02 AM