nsSample.o(.text+0x4f8): In function `nsSampleImpl::WriteValue(char const*)':
: undefined reference to `vtable for myEnumerator'
Hm... where are you implementing the nsISupports methods on myEnumerator? You need a line like:
NS_IMPL_ISUPPORTS1(myEnumerator, nsISimpleEnumerator)
in your .cpp file
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom
