开发者

Adobe alchemy and dllimport

开发者 https://www.devze.com 2023-03-11 04:29 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号