I understand that XPCOM is similar to COM and can be implemented in a variety of languages, but I can't find any resources describing how this can be done from C# (or any other .NET language).
The goal is to create a simple Firefox plugin that hosts one or modules created in C#.NET.
How do you create an XPCOM object in C#? (Need to create a Firefox plugin in .NET)?
XPCOM doesn't support this out of the box:
http://developer.mozilla.org/en/docs/XPC...
Take a look at this guy's blog though, he seems to be making some progress and might be a starting point for you:
http://zbowling.com/index.php?s=xpcom
Good luck.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment