Hello, here is the trace when i compile my flex app:
........ compiler.es=false compiler.external-library-path D:\shared_maven_repo\repository\com\adobe\flex\framework\playerglobal\9-3.2. .3958\playerglobal-9-3.2.0.3958.swc compiler.fonts.local-fonts-snapshot D:\flex\test-project\test\test-ui\target\fonts.ser compiler.headless-server=false compiler.include-libraries= compiler.keep-all-type-selectors=false compiler.keep-generated-actionscript=false compiler.library-path D:\shared_maven_repo\repository\com\adobe\flex\framework\flex\3.2.0.3958\flex-3.2.0.3 58.swc D:\shared_maven_repo\repository\com\adobe\flex\framework\framework\3.2.0.3958\framework-3.2.0.3958.s c D:\shared_maven_repo\repository\com\adobe\flex\framework\rpc\3.2.0.3958\rpc-3.2.0.3958.swc D:\shared_mave _repo\repository\com\adobe\flex\framework\utilities\3.2.0.3958\utilities-3.2.0.3958.swc D:\shared_maven_rep \repository\com\adobe\cairngorm\cairngorm\2.2.1\cairngorm-2.2.1.swc D:\shared_maven_repo\repository\com\ado e\flex\framework\framework\3.2.0.3958\framework-3.2.0.3958-en_US.rb.swc D:\shared_maven_repo\repository\com adobe\flex\framework\rpc\3.2.0.3958\rpc-3.2.0.3958-en_US.rb.swc compiler.locale en_US compiler.optimize=true compiler.services D:\flex\buspinoy-project\buspinoy\buspinoy-ui\target\generated-resources\services-config.xml ...still error. Thanks. Darrell Loverin wrote: > > This error is caused by trying to load playerglobal.swc as an RSL. > playerglobal.swc must always be linked as "external". > > > -Darrell > > --- In [email protected], freak182 <eman.noll...@...> wrote: >> >> >> Hello, >> >> Im getting same error by upgrading my flex sdk: >> here is my scenario: >> >> 1. im using flex-compiler-mojo to build flex >> 2. i upgrade from 3.0.0.477 to 3.2.0.3958 >> 3. it has no when compiling but when i start my app, it gives me > error: >> VerifyError: Error #1079: Native methods are not allowed in loaded >> code....and cascade the errors... >> >> >> Darrell Loverin wrote: >> > >> > Would you please provide some information on what steps you are >> > doing to switch between static linking and using RSLs? Are you > just >> > trying to use the RSL provided in the SDK or are you creating > your >> > own RSLs? >> > >> > -Darrell Loverin >> > Flex SDK >> > >> > >> > --- In [email protected], "Dmitri Girski" <mitek17@> >> > wrote: >> >> >> >> Hmmm. Can't get this RSL thing working. It spoils me with a >> > different >> >> type of error messages such 1001, 1079, 2032 but there is no way >> >> compile it in Flex 3. >> >> >> >> If I change to static linking - everything is fine. >> >> >> >> Did anyone try to compile RSLs with released FB3? >> >> >> >> >> >> Thanks! >> >> >> >> Dmitri. >> >> >> >> >> >> >> >> --- In [email protected], "Dmitri Girski" <mitek17@> >> > wrote: >> >> > >> >> > Hi all, >> >> > >> >> > Just trying to convert the project into RSL and I am getting > this >> >> > strange error on the startup >> >> > VerifyError: Error #1079: Native methods are not allowed in >> > loaded code. >> >> > >> >> > Does anyone know what does it mean? >> >> > >> >> > Thanks! >> >> > >> >> > Dmitri. >> >> > >> >> >> > >> > >> > >> > >> >> -- >> View this message in context: http://www.nabble.com/RSL- > VerifyError%3A-Error--1079%3A-Native-methods-are-not-allowed-in- > loaded-code.-tp15706910p21310605.html >> Sent from the FlexCoders mailing list archive at Nabble.com. >> > > > > -- View this message in context: http://www.nabble.com/RSL-VerifyError%3A-Error--1079%3A-Native-methods-are-not-allowed-in-loaded-code.-tp15706910p21324291.html Sent from the FlexCoders mailing list archive at Nabble.com.

