If you are a Flex developer, I am sure that you know what SWC is. SWC files are component archive files (a.k.a. libraries) and it’s the library format of choice for Flash Authoring and Flex. SWCs are zip-compatible - that means you can use any zip utilities to open and view it.
The SWC format was [...]
Archive for the ‘compc’ Category
SWC: More Should Be Done For Tooling
Posted in Technology, compc, tagged compc, Flex on April 20, 2008 | 2 Comments »
Understanding the Flex Compiler
Posted in Technology, asdoc, compc, fcsh, mxmlc, tagged compc, Flex, Flex Compiler, Flex SDK, mxmlc on April 19, 2008 | No Comments »
STOP! Before you continue, I want to make sure that you have downloaded the compiler source code from the Adobe open source site. Ideally, it would really help if you also have Eclipse setup so you can view the source files easily.
As I mentioned in my previous post, the Flex compiler supports multiple programming languages. [...]