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
_______________________________________________ Mozilla-xpinstall mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpinstall
