Search code examples
windowsdllairair-native-extension

How to access to native code in Air Application?


Hi I am working in a c++ program in win OS. Currently, by a constraint, I need to build an Air app that's hat to consume an api from by c++ program. I am being reading about how to access and I got Air Native Extension as "unique" approach consume dll.

by Chance, is there any other approach to way to consume an C++ api or maybe dll?


Solution

  • I found something that will probably help you.

    You can communicate with native processes as if it were through a command line.

    This should help: http://help.adobe.com/en_US/as3/dev/WSb2ba3b1aad8a27b060d22f991220f00ad8a-8000.html

    Oh and this: http://help.adobe.com/en_US/air/build/WS789ea67d3e73a8b22388411123785d839c-8000.html