talatabao / as3corelib

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

Trouble linking to lib #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new Flex Builder 3 Project
2. On the libraries tab, link to a3corelib.swc
3. No other code is needed to create the error.  Just linking to the lib
causes compile errors in an empty project.

What is the expected output? What do you see instead?

Expected: no compile errors with a default empty project

This is what I get:

1044: Interface method addChildBridge in namespace
mx.managers:ISystemManager not implemented by class
_JSONExample_mx_managers_SystemManager.     JSONExample line 13 1226469186804   332
1044: Interface method addChildToSandboxRoot in namespace
mx.managers:ISystemManager not implemented by class
_JSONExample_mx_managers_SystemManager.     JSONExample line 13 1226469186804   327
1044: Interface method deployMouseShields in namespace
mx.managers:ISystemManager not implemented by class
_JSONExample_mx_managers_SystemManager.     JSONExample line 13 1226469186789   322
1044: Interface method dispatchEventFromSWFBridges in namespace
mx.managers:ISystemManager not implemented by class
_JSONExample_mx_managers_SystemManager.     JSONExample line 13 1226469186789   323
1044: Interface method get swfBridgeGroup in namespace
mx.managers:ISystemManager not implemented by class
_JSONExample_mx_managers_SystemManager.     JSONExample line 13 1226469186804   325
1044: Interface method getSandboxRoot in namespace
mx.managers:ISystemManager not implemented by class
_JSONExample_mx_managers_SystemManager.     JSONExample line 13 1226469186789   324
1044: Interface method getTopLevelRoot in namespace
mx.managers:ISystemManager not implemented by class
_JSONExample_mx_managers_SystemManager.     JSONExample line 13 1226469186804   329
1044: Interface method getVisibleApplicationRect in namespace
mx.managers:ISystemManager not implemented by class
_JSONExample_mx_managers_SystemManager.     JSONExample line 13 1226469186804   334
1044: Interface method isDisplayObjectInABridgedApplication in namespace
mx.managers:ISystemManager not implemented by class
_JSONExample_mx_managers_SystemManager.     JSONExample line 13 1226469186804   326
1044: Interface method isTopLevelRoot in namespace
mx.managers:ISystemManager not implemented by class
_JSONExample_mx_managers_SystemManager.     JSONExample line 13 1226469186804   333
1044: Interface method removeChildBridge in namespace
mx.managers:ISystemManager not implemented by class
_JSONExample_mx_managers_SystemManager.     JSONExample line 13 1226469186804   330
1044: Interface method removeChildFromSandboxRoot in namespace
mx.managers:ISystemManager not implemented by class
_JSONExample_mx_managers_SystemManager.     JSONExample line 13 1226469186804   331
1044: Interface method useSWFBridge in namespace mx.managers:ISystemManager
not implemented by class _JSONExample_mx_managers_SystemManager.    
JSONExample line 13 1226469186804   328

What version of the product are you using? On what operating system?

.92

Please provide any additional information below.

I'm a bit of a noob at this, and tried following Mike's example:

http://www.mikechambers.com/blog/2006/03/28/tutorial-using-json-with-flex-2-and-
actionscript-3/

But I can't even seem to create a default project, with nothing but the
standard mxml wrapper without getting the errors above while linking to the
.92 lib.

steven.j.henderson@gmail.com

Original issue reported on code.google.com by steven.j...@gmail.com on 12 Nov 2008 at 6:38

GoogleCodeExporter commented 9 years ago
What version of Flex Builder are you using?

Original comment by mikechambers on 12 Nov 2008 at 7:57

GoogleCodeExporter commented 9 years ago
Hi Mike,

Flex Builder 3-Professional Edition - Educational

Thanks!

Steve

Original comment by steven.j...@gmail.com on 12 Nov 2008 at 8:22

GoogleCodeExporter commented 9 years ago
Sorry that's build 3.0.1.205647 (ed version)

Original comment by steven.j...@gmail.com on 12 Nov 2008 at 8:23

GoogleCodeExporter commented 9 years ago
I'm having similar problems when using flex-mojos (2.0M7) which I uses the OEM
complier, version 3.1.0.2710 I think.

Original comment by basil.wh...@gmail.com on 12 Nov 2008 at 7:22

GoogleCodeExporter commented 9 years ago
I too am seeing this problem as well.  I'm using FlexBuilder3 build 
(3.0.194161). 
I'm thinking about just extracting the source code I need and using it that way.

Original comment by charlie....@gmail.com on 13 Nov 2008 at 1:41

GoogleCodeExporter commented 9 years ago
the issue is that the SWC was compiled with the nightly build of Flex SDK 3.2 
which
is incompatible with older versions.

See this Issue:
http://code.google.com/p/as3corelib/issues/detail?id=78

Original comment by wuppert...@googlemail.com on 13 Nov 2008 at 4:12

GoogleCodeExporter commented 9 years ago
When will there be a build compatible with pre 3.2 versions of the Flex SDK?

Original comment by charlie....@gmail.com on 13 Nov 2008 at 4:34

GoogleCodeExporter commented 9 years ago
If you compile against the source, does everything work?

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

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:39

GoogleCodeExporter commented 9 years ago

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