wchar_t from char in mex
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to call a library function which uses wchar_t* path.
How would I make this assignment?
wchar_t* path = "Some value" //Won't work
Also, if this were an input instead of a constant it is unclear as to what would need to be changed.
I've found a few links but it is really unclear as to what the answer to these ended up being:
Thanks, Jim
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Biological Physics finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!