How to pass ByteArray to C code in alchemy?

后端 未结 3 931
无人共我
无人共我 2020-12-11 23:56

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

相关标签:
3条回答
  • 2020-12-12 00:18

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

    0 讨论(0)
  • 2020-12-12 00:31

    Multiple approaches outlined here: http://blog.debit.nl/2009/03/using-bytearrays-in-actionscript-and-alchemy/

    0 讨论(0)
  • 2020-12-12 00:41

    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.

    0 讨论(0)
提交回复
热议问题