Adobe alchemy and dllimport
Is it possible to connect c++ dll to .c file (with dllimport or somet开发者_C百科hing else) and convert it to .swc with adobe alchemy? If it does - how to do that?
This is like asking "can I use a dll on mac os x"?
A dll is platform-specific (windows) machine code. Alchemy is a C/C++ compiler for Flash. They don't mix- all your code must be compiled with Alchemy.
For more info see the Alchemy FAQ.
If you're running on the desktop (AIR) you can execute DLLs with the NativeProcess. That might be as close as you can get.
精彩评论