flex-users / flexlib

Open Source Flex components library.
github.com/flex-users/flexlib
MIT License
206 stars 88 forks source link

Flexlib doesn't compile with Flex 3.4 SDK #249

Open nicoulaj opened 13 years ago

nicoulaj commented 13 years ago

Originally filed by bradley....@gmail.com on 2009-10-07T17:51:47

Flexlib has always caused two Warnings when being compiled: (Flex 3.2 SDK)

However, when you attempt to compile Flexlib using the Flex 3.4 SDK you get two Errors:

nicoulaj commented 13 years ago

Updated by binaryle...@gmail.com on 2009-10-13T12:06:33

Have you checked your source to make sure that ChartElement is included? This just my first thought.

I have noticed many errors many about deprecated items but also about bad code from trying to compile against both sdk 4.0 (beta) and also against SDK 3.3

I would be interested in knowing if anyone is capable of compiling at all against any SDK that is 3.0 or greater?

nicoulaj commented 13 years ago

Updated by primo...@gmail.com on 2009-10-22T14:52:36

Looks like r170 did the update to SDK 3.4.

nicoulaj commented 13 years ago

Updated by fga...@gmail.com on 2010-01-06T11:15:04

1) data visualisation classes (mx.charts.* etc.) do not belong to the standard flex sdk anymore and must be downloaded separately (e.g. http://download.macromedia.com/pub/flex/sdk/datavisualization_sdk3.5.zip for sdk3.5) 2) I compiled flexlib classes with flex 3.5 without problem (with datavisualization.swc in the library path of course)