Moshe Katz wrote:
> 
> Hi All,
> 
> I get an access violation while trying to call nsIContent::GetContentID()
> from my dll in netscape6.
> That's didn't happen when I worked with the same dll with mozilla.
> 
> Does anybody has any idea ?
> 
> Thanks,
> Moshe.

That interface has changed since NS6 shipped. So, some methods
won't line up if you use current headers to compile for use with
old dlls. See the change log:
http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/layout/base/public/nsIContent.h

John.

Reply via email to