On Mon, Oct 5, 2009 at 12:33 AM, Aaron Carter
<atca...@atcware.com> wrote:
I read on the Nix website that it could be used to develop plugins for Chrome and Fireforx, by using JScript to call C++ functions. However, I was curious as to whether or not the same thing could be done with C#. I have a feeling it could at least be done with a wrapper, and at least on Windows, but please let me know. I'd be interested in doing something in C# if possible. It's just far more robust than JScript, which I'm not a big fan of.
Thanks! |
I know very little about C#.
It's certainly possible to add a separate generator for C# in Nixysa, however I was under the impression that there are already similar tools offered by Microsoft: if you make a COM type library, using the midl tool, doesn't that make the code available to C# ?
Antoine