Hey there peeps


I have an object in the library that is linked with class Myclass, I define MyClass in its own AS file and everything runs ok, but as soon as I remove the linkage of the object with the class the compiler generates an error with a seemingly totally different class, that class is part of an open source data structure library for AS3, unrelated to that library object or class MyClass.

The error code is 1044: Interface method ****** in namespace ******* not implemented by class ********.

And of course I checked and the class implements the interface methods, all of them so there should be no errors.

The library I'm using is at http://lab.polygonal.de/ds/
and the class reporting errors is HashMap and HashTable
I'm almost 100% percent sure that there the library is not the problem though.


Anyone know what could be happening ?