kross77 / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

Error at runtime: VerifyError: Error #1014 IEquals not found #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Hello,

I could not use the as3commons-reflect library. I got a runtime error when a 
Type object is called.

What steps will reproduce the problem?
1.Add a dependency to the as3-commons reflect project to a maven project.
2.var type:Type = Type.forInstance(someClass);
3.The compilation works fine
4.At runtime, I got a problem:
 VerifyError: Error #1014: Class IEquals could not be found.

    at flash.display::MovieClip/nextFrame()
    at mx.managers::SystemManager/deferredNextFrame()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:284]
    at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2633]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.preloaders::Preloader/timerHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\preloaders\Preloader.as:515]
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()

Version as-commons reflect: 1.4.1
Operating system: Windows XP
Flex SDK: 4.5

Thank you in advance,
Fatima

Original issue reported on code.google.com by fatima.a...@gmail.com on 16 Sep 2011 at 10:56

GoogleCodeExporter commented 9 years ago
the -reflect library depends on the lang library:

http://www.as3commons.org/as3-commons-lang/index.html

download that and include it in your library path as well, and you're good to go

Original comment by rol...@stackandheap.com on 16 Sep 2011 at 11:46

GoogleCodeExporter commented 9 years ago

Original comment by martin.h...@gmail.com on 22 Sep 2011 at 2:32

GoogleCodeExporter commented 9 years ago

Original comment by ihatelivelyids on 23 Sep 2011 at 8:33