With the new version of MTASC many things are improved but again you have to change some parts of your code where the compiler behaviour changed.
My changes to compile with 1.04:
mx/events/LowLevelEvents.as:212 -> “==” should be “=”
Add the following classes from DataSet.swc to your mx-classpath (rename swc to zip, extract, rename asi to as and remove packagename):
mx.data.components.datasetclasses.DataSetDataProvider.asi
mx.data.components.datasetclasses.DataSetIterator.asi
mx.data.components.datasetclasses.DeltaPacketConsts.asi
mx.data.components.datasetclasses.DeltaPacketImpl.asi
mx.data.components.datasetclasses.DataSetError.asi
mx.data.components.datasetclasses.DeltaImpl.asi
mx.data.binding.ComponentMixins.asi
mx.xpath.NodePathInfo.asi
mx.utils.ClassFinder.asi
mx.utils.StringTokenParser.asi
The [...]
Recent Comments