resolving member libs flex sdk mxmlc
i'm new flex sdk perplexing exercise rudimentary digest controlling widget. many support out there assumes controlling adobe's flexbuilder product, $250 obscure plug-in i'd rather prevaricate buying. problem i'm carrying simply removing doug's swc file, binary chronicle member lib, famous mxmlc, flex sdk digest compiler. i keep removing blunder messages such as
error: solve member installation
and
error: form found compile-time constant: c .
i have also attempted form "videoc " i am graceful certain forms tangible doug's lib. alas, i am stranded reckoning out where i've left wrong.
the following full calm mxml digest file, called c .mxml.
<?xml version="1.0" encoding="utf-8"?>
<mx:application
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:local="*"
height="100%"
width="100%"
layout="absolute">
<local:c
id="c "
horizontalcenter="0"
verticalcenter="0"
borderthickness="10"
bordercolor="#ffffff"
width="100%"/>
</mx:application>
i am perplexing accumulate following command:
c:\flex_sdk_3\bin\mxmlc.exe -compiler.source-path=lib c .mxml
i have also attempted relocating c _lib.swc record same dir mxml record instead controlling source-path argument, nonetheless does seem difference.
i gladly rtfm somebody kind indicate me instruction repremand docs. there associated smoke-stack yield questions .
thank you!
update: i have altered build management following:
mxmlc -library-path+=lib c .mxml
and i also attempted following:
mxmlc -library-path+=c _lib.swc c .mxml
with swc record same dir mxml file. however, i'm still removing same errors.
there's also arrangement same library i'm perplexing use, nonetheless flex builder. unfortunately, doesn't arrangement mxmlc.
i've also attempted stripping down mxml simply,
<mx:application
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:local="*" >
<local:videoc />
</mx:application>
Comments
Post a Comment