BAsh wrote:
When I try to compile the class containing the above function, I get
errors that I think mean that It can't find the class
nsIHTMLAppletElement or nsIGenericHTMLElement.
For a start, the latter does not exist. Actually, neither does the former.
To reference those two classes, I have tried including them in my *.idl
file with: interface nsIHTMLAppletElement;
interface nsIGenericHTMLElement;
That doesn't include them; it just forward-declares them.
You could include nsIDOMHTMLAppletElement.idl to get
nsIDOMHTMLAppletElement.
Of course the real question is "what are you actually doing?"
-Boris
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom