rafalszemraj / fabrication

Automatically exported from code.google.com/p/fabrication
2 stars 1 forks source link

Runtime error when dynamically linking to fabrication... #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an RSL using fabrication.swc and deploy the resulting
fabrication.swf (RSL) to a well-known-location (this can be your web server)
2.Write a simple HelloWorld FlexModule (using fabrication and use the
-runtime-shared-library-path compiler option to "dynamically" link fabrication.
3.Write a simple FlexApplication that includes the HelloWorld module.

What is the expected output? 
The application should load/display the HelloWorld module.

What do you see instead?

"VerifyError: Error #1014: Class mx.core::WindowedApplication could not be
found" and nothing on the stack.

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

OS: WinXP

Original issue reported on code.google.com by ortclo...@gmail.com on 5 Nov 2008 at 11:10

GoogleCodeExporter commented 9 years ago
I am going to start doing separate builds for flex, flash and air from the next 
release onwards. That will resolve this issue as the air components won't be 
bundled 
in the flex swc.

Original comment by darshan....@gmail.com on 8 Nov 2008 at 5:21

GoogleCodeExporter commented 9 years ago
This is fixed with 0.5, with the separate swc's for flex and air. You will need 
to 
use the 0.5 flex swc.

Original comment by darshan....@gmail.com on 11 Nov 2008 at 4:32