adele wrote:
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
It works! Thank you sooooooooooo much, Christian. It solved a problem I've spent hours on.
Adele _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
