doesnt work. I am creating the file like this:
retval = directory->Get(NS_GRE_DIR, NS_GET_IID(nsILocalFile), (void **)&greDir);
file->InitWithFile(greDir);
file->AppendRelativePath(NS_LITERAL_STRING("components/components.manifest"));
the contents of the components.manifest file are just one line:
interfaces RegionCapture.xpt
I still get NS_ERROR_FACTORY_NOT_REGISTERED when trying to access the component.
Chris
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding