jonair / as3awss3lib

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

Inconsistant linkage in airglobal.swc(Stage) - 'flash.display:Stage' is marked as extern, but 'flash.display:FocusDirection' is not. #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create Flex Library Project out of source downloaded from Google Code
2. Reference latest version of as3corelib from source (latest as of 5/20/08)
3. Reference latest version of as3crypto compiled from source
4. Reference Flex 3 SDK folder
5. Reference Flex Air folder

What is the expected output? What do you see instead?
I should be able to build the project, but I am getting the following error
message

Inconsistant linkage in C:\Program Files\Adobe\Flex Builder
3\sdks\3.0.0\frameworks\libs\air\airglobal.swc(Stage) -
'flash.display:Stage' is marked as extern, but
'flash.display:FocusDirection' is not.

What version of the product are you using? On what operating system?
Flex Builder 3.0 (build 3.0.194161) on XP SP2

Please provide any additional information below.

This happens as soon as I add the reference to the airglobal.swc file, as
you would expect.  I have other projects that use airglobal.swc without a
problem.

Original issue reported on code.google.com by jamie.ga...@gmail.com on 20 May 2008 at 12:15

GoogleCodeExporter commented 8 years ago
I finally figured this out.  I was trying to add the reference to airglobal.swc 
with
the "merge into code" link type option set.  Once I set it to external 
everything was
fine.

Original comment by jamie.ga...@gmail.com on 21 May 2008 at 12:11

GoogleCodeExporter commented 8 years ago
Thank you so much for this solution. I was having the exact same problem...

Original comment by carolina...@gmail.com on 19 Jun 2009 at 5:03

GoogleCodeExporter commented 8 years ago
Thank you - having the same problem!

Original comment by Glenn.Br...@gmail.com on 16 Dec 2010 at 6:05