Re: register XPCOM object on windows mozilla version
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
thanks for your reply. I try with my compile mozilla version ... and it doesn't work. When i restart mozilla, a box is display : " application can not start because xpcom_core.dll file do not exist" (it's translation from french message). then i look at link program but i use nsMemory functions ... then i don't know if problem come from that ... thanks for your reply... i 'm working on your proposition Frederic Daniel Veditz <[email protected]> wrote in message news:<[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