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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.)