Emanuel Dejanu wrote:
1. I want to develop an application that will be able to export objects as XPCOM or COM. Is there a layer for this. So that I write a single code and with a define I can get XPCOM or COM objects.
The actual COM and XPCOM objects are compatible. I.e., all you should need to change is the registration code.
2. Is there a problem with running XPCOM based application on Windows 95? I know that Firefox will not install on Windows 95.
Should work (SeaMonkey works on Windows 95), but you may need to install DCOM95.
_______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
