How to convert AS3 ByteArray into wchar_t const* filename? (Adobe Alchemy)
- by Ole Jak
How to convert AS3 ByteArray into wchar_t const* filename?
So in my C code I have a function waiting for a file with void fun (wchar_t const* filename) how to send to that function my ByteArray? (Or, how should I re-write my function?)