On Nov 16, 8:00 pm, [EMAIL PROTECTED] wrote: > I have loaded XPCOM in a c++ application using the glue. I am attaching > to firefox's distribution of xpcom. When I enumerate the ContractIDs I > get a small subset (54) of what is visible using firefox's XPCOM > Component Viewer extension (789). Should I be able to see all of the > firefox components? In the end I would like to connect to the cookie > service in a standalone application. What am I missing?
most likely you haven't given it a components path so it didn't find all the components available to apps that live in the bin directory. if you're on windows you'll want to use dependency walker, if you're on unix, strace/truss would work. since you're not spamming individual people's inboxes you could also list the contracts you found, since that'd mean people wouldn't have to guess. (don't list the 789, just the 54 you get and maybe a sample of things you don't get.) _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
