Keren Dong wrote: > Now I have build the dylib successfully, but how to register it with > Firefox? > I put the t.dylib and t.xpt in > /Applications/Firefox.app/Content/MacOS/components and start the > firefox, but seems it can not load my component. > Then I try the regxpcom like this: > regxpcom -x /Applications/Firefox.app/Contents/MacOS/components . > but it says "bus error"...
Don't use regxpcom (ever). Please *do* touch Contents/MacOS/.autoreg (or delete the compreg.dat in the profile directory); Firefox will not automatically register new components that are put in the components directory until you do this. --BDS _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
