I've got an XPCOM component built using vs2005 working on my development machine. I place it in the firefox components directory and touch .autoreg to kick firefox - everything ok.
But when i move the xpt and dll to a clean test machine, the same JavaScript running on firefox does not detect the component. I suspected it was the vs8 runtime library dlls that were not present so firefox couldn't load the dll. (How can i verify this?) Moving the runtime dll files to various locations on the clean machine does not solve the problem. Recompiling the component with non-dll linkage doesn't seem to be possible (because of the gecko sdk .libs i'm linking with?). Does this problem ring any bells with you? _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
