Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to pass ByteArray to C code in alchemy?

I want to pass a byte array object from flex code to C code.How to do that?

like image 958
karthick Avatar asked Dec 28 '25 01:12

karthick


1 Answers

Passing a ByteArray from Flex to C++ http://nexus.zteo.com/blog/2008/12/22/adobe-alchemy-passing-a-bytearray-from-flex-to-c/

like image 128
JabbyPanda Avatar answered Dec 30 '25 22:12

JabbyPanda