How to convert AS3 ByteArray into wchar_t const* filename? (Adobe Alchemy)

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-03-13T09:30:14Z Indexed on 2010/03/13 9:35 UTC
Read the original article Hit count: 148

Filed under:
|
|
|
|

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?)

© Stack Overflow or respective owner

Related posts about adobe

Related posts about alchemy