alchemy
Issue with Shine MP3 Encoder on Alchemy
I have been trying to use the "Shine MP3 Encoder on Alchemy" in my action script file: import fr.kikko.lab.ShineMP3Encoder[详细]
2023-04-12 17:23 分类:问答Creating AS3 code for C++ classes converted with Alchemy (a là Box2D)
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.[详细]
2023-04-11 13:31 分类:问答Weird Adobe Alchemy compiler fail
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[详细]
2023-04-01 10:24 分类:问答Assertion failed: (LHSCst != RHSCst && "Compares not folded above?")
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[详细]
2023-03-31 06:39 分类:问答Adobe Alchemy returning C data structures
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.[详细]
2023-03-21 15:34 分类:问答How to compile ffmpeg via Alchemy gcc?
So I created ffmpeg configuration file that makes it pure C (platform independent, but only theoretically)[详细]
2023-03-12 11:29 分类:问答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[详细]
2023-03-11 04:29 分类:问答Using Adobe Alchemy to get the OpenGL image from c++ code to flash app
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开发者_开发问[详细]
2023-03-09 20:01 分类:问答How to display video in/with Adobe Alchemy?
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.[详细]
2023-03-07 07:54 分类:问答Protect method calls in a swc residing in another swc
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[详细]
2023-03-05 09:42 分类:问答