Previously, I created XPCOM dll for the mozilla version 3.6 and XulRunner version of 1.9.2.
Now I try to update that xpcom dll for the mozilla recent versions namely 4 and above.
So I downloaded Xul Runner above version but I couldn't find nsIGenericFactory.h.
How to work my xpcom dll for the mozilla 4 and above versions.
Actually I used the following sample to develop XPCOM DLL.
http://www.iosart.com/firefox/xpcom/
Thanks..