Hi,

I am trying to compile an mxml file, which has charting, and am
getting the following error. Can you please help me identify and fix
this error?

I have a valid Charting license, and I downloaded the Charting package
from Adobe site.

The command and error is:
C:\flex_sdk_2\frameworks\source\mx\charts\examples>mxmlc
BubbleChartExample.mxml

Loading configuration file C:\flex_sdk_2\frameworks\flex-config.xml
Error: unable to load SWC automation_charts.swc: multiple points

I tried this too:
C:\flex_sdk_2\frameworks\source\mx\charts\examples>mxmlc
-compiler.library-path=C:\flex_sdk_2\frameworks\libs\ 
BubbleChartExample.mxml
Loading configuration file C:\flex_sdk_2\frameworks\flex-config.xml
Error: unable to load SWC automation_charts.swc: multiple points

I tried this too:
C:\flex_sdk_2\frameworks\source\mx\charts\examples>mxmlc
-compiler.library-path=C:\flex_sdk_2\frameworks\libs\automation_charts.swc
BubbleChartExample.mxml
Loading configuration file C:\flex_sdk_2\frameworks\flex-config.xml  
          Error: unable to load SWC automation_charts.swc: multiple
points                

All SWC files are located in frameworks\lib:
C:\flex_sdk_2\frameworks\libs>dir
Directory of C:\flex_sdk_2\frameworks\libs

12/08/2006  12:35 AM            32,971 automation_charts.swc
12/08/2006  12:35 AM           510,608 charts.swc
06/22/2006  09:58 AM            18,738 flex.swc
06/22/2006  09:58 AM         1,226,706 framework.swc
06/22/2006  09:58 AM           130,534 playerglobal.swc
06/22/2006  09:58 AM           172,197 rpc.swc
06/22/2006  09:58 AM             3,192 utilities.swc

Reply via email to