Andrew Goodale wrote:

My Mozilla tree is the 1.0 tree, and I'm using Visual C++.NET. (VC7)

The XPCOM Glue did not exist in the 1.0 tree and isn't supported. I would stick to the samples in mozilla/xpcom/sample on the 1.0 BRANCH and realize that the component you build will be tied to that given milestone release.


Using the XPCOM Glue, in more recent milestones, allows for forward compatiblity. For example, you can build a component against the 1.3 milestone using the glue and only using frozen interfaces, ensuring that your component will work against 1.4 as well.

--
Doug Turner
[EMAIL PROTECTED]




Reply via email to