How to pass ByteArray to C code in alchemy?

1.2k views Asked by At

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

3

There are 3 answers

0
JabbyPanda On
0
aaaidan On
1
Scott On

You can use AMF to pass an ActionScript ByteArray. So you're set on the Actionscript side. On the server side, there are slim pickings for AMF server implementations in C++. I use BlazeDS for Java, but the only one I can seem to find for C++ is AMFPP.