Forum Discussion

mathieuleb's avatar
mathieuleb
Contributor
10 years ago

Create a LWSTR


Hi, I can't seem to create a LPWSTR, I tried this:



    var wstr = DLL["New"]("LPWSTR", 256);


    wstr.Text = "aaaa";



But in the debugger it's:

wstr.Text  == "aa"





I tried to set my projet in Unicode, but it doesn't work.   How I can do this?

 

No RepliesBe the first to reply