I have been trying to use the "Shine MP3 Encoder on Alchemy" in my action script file: import fr.kikko.lab.ShineMP3Encoder
So I\'ve a collection of C++ classes which I now have converting fine with Alchemy to a swc file and can call the exposed func开发者_JAVA技巧tions fine from my AS3 code.
I\'m trying to build a project using OpenCV with alchemy. My idea was to isolate the parts I need from OpenCV (v.2.2), compile them with alchemy g++ and link with my code statically. So here\'s what I
I\'m trying to compile ICU v4.8.1 with Alchemy, but am running into an LLVM problem: Assertion failed: (LHSCst != RHSCst && \"Compares not folded above?\"), function visitAnd, file /Volumes/d
I have lexer/parser (Generated from an ANTLR grammar file) which (for performance reasons) I have compiled to C code which will be included into my actionscript project using Adobe Alchemly.
So I created ffmpeg configuration file that makes it pure C (platform independent, but only theoretically)
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
I have C++ application that use OpenGL. Need to convert this app to flash app. Is it possible to do this with Adobe Alchemy? Is it will be possible to get from that swc current image (for开发者_开发问
I want to display a video from a not supported USB camera in Air (or Flash). There is a SDK (of the camera) to display the video stream.
I have an alchemy compiled swc which contains methods to perform certain key algorithms. These methods should only return values only if user is authorized(bought license from online service) for secu