I'am trying to use SAX2 interfaces to parse XML. On the desk top works fine; when I compile it for the IBitsy I get following error: C2259: 'MyContent' : cannot instantiate abstract class due to following members: .... I do override all the members so I should not be getting that error.