yekerui wrote:
Hi, All:
I am porting a number of IE activeX control to Mozilla browsers by use of XPCOM. Our activeX com controls are written using either Visual C++ 6 or Visual C++ 2003. I like to merge xpcom C++ codes with activeX com control code which was written from visual C++ 2003. Merging two piceces of codes helps us easily distribute dlls. However, I have met a problem that firefox can see the plugin written from Visual C++ 6, but the plugin merged with Visual C++ 2003 and activeX com control can not be seen from firefox. I have worked with the problem for more than 10 hours, but can not find a trick leading the problem. I searched the problem for a long time, but no clues can help me out.

Followup to mozilla.dev.tech.plugins

Does the VC7 plugin link against XPCOM? Which linking strategy are you using?

http://developer.mozilla.org/en/docs/XPCOM_Glue

Since Mozilla itself is compiled using VC6, you will need to the "dependent glue" linking strategy with a plugin that needs to link against XPCOM.

--BDS
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to