I would like to tak emy existing AS3 or Flex project and compile it to run on native C++ code. Is there a way to do this? What sort of solutions exist? I do not want to change my AS3 code.
No, because of
Object
and describeType
equivalent there)In short, it's much easier to write similar program in C++ (using Qt or whatever framework of comparable strength) than write convertor for that.