Re: register XPCOM object on windows mozilla version

Daniel Veditz <[email protected]> Fri, 04 Feb 2005 10:08:20 -0800
Newsgroups gmane.comp.mozilla.devel.xpinstall
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
If manually placing the files in a release version fails then you've got 
an xpcom problem, not an install problem.

btw, "about:plugins" is another way to trigger a component autoregister.

Is your compiled version of mozilla (where these work) debug or optimized?

Unless your component has absolutely zero linkages to any mozilla 
libraries--which is very unlikely, you have to work very hard to kill 
all the linkages--then a debug component will not work with a release 
xpcom. I'd have expected some visible error messages about missing entry 
points from that mismatch, though.

-Dan Veditz

[email protected] wrote:
> Hi every body,
> 
> i have a probleme to register an xpcom object on windows mozilla.
> That's work on compile mozilla version but not on "classical " mozilla
> version.
> My XPI file copy object xpt and dll file in components directory.  And
> when i restart mozilla, object is not recorder.
> Then i try to add .autoreg file in program directory, start regxpcom
> command on components directory ....
> It does'nt work.
> Some body has an idear about it ??
> Thanks 
> Frederic