yixiaohui12345 / as3corelib

Automatically exported from code.google.com/p/as3corelib
1 stars 0 forks source link

Error compiling with corelib #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I had trouble using the library in a basic project, the description also 
linked here:
http://stackoverflow.com/questions/288467/trouble-linking-swc-file

I am trying to link the as3corelib library to use their JSON functionality 
following this tutorial. But am having trouble compiling it. My command 
looks like:

mxmlc --strict=true -library-path+=as3corelib.swc --file-specs  myapp.mxml
But I am getting this error:

_divided_mx_managers_SystemManager.as(13): col: 14 Error: Interface method 
getVisibleApplicationRect in namespace mx.managers:ISystemManager not 
implemented by
class _divided_mx_managers_SystemManager.

public class _divided_mx_managers_SystemManager

I tried a older version of the library somebody bundled in there example 
and it worked. So this is an issue with a later version.

Original issue reported on code.google.com by airpor...@gmail.com on 13 Nov 2008 at 11:11

GoogleCodeExporter commented 9 years ago
What version of the SDK are you using? If you compile against the source does 
it work?

Original comment by mikechambers on 15 Nov 2008 at 5:09

GoogleCodeExporter commented 9 years ago
Fixed in the .92.1 build.

Compiled using Flex 3 (was using Flex 3.2 before).

Original comment by mikechambers on 15 Nov 2008 at 5:38