The idea is not to write the plugin itself using C# or C++ (although it would be nice if that were possible) but to have it access code written in C# or C++, preferably C#.
Thanks
The idea is not to write the plugin itself using C# or C++ (although it would be nice if that were possible) but to have it access code written in C# or C++, preferably C#.
Thanks
Firefox plugins can be written using NPAPI, which is a C API, so work perfectly well from C++. (This is probably the most common language used.)