Here is the title error with complete paths:
\\\\psf\\Home\\Dropbox\\Development\\Repositories\\GIT\\i-cc\\Powerhouse\\Notes\\master\\flash\\lib\\libnote\\
In one of your library classes (prob an SWC), do you have an asset with the export name of NotesCore
? I think the compiler's getting mixed up here - It's trying to resolve 2 separate classes with the same name.
If you want to add the other functionality (onAddedToStage()
etc), extend the class coming from the swc. Something like:
public class NotesCoreEx extends NotesCore
{
...
}