Im building plugin to FF and Chrome , this plugin needs to call API methods that are in external dll/so . can i bundle that npapi plugin with external dll in the plug ?
Share
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.
Of course you can. Keep in mind that some people seem to have trouble getting a linked DLL to load from the plugin DLL directory, so you might need to delay load it and set the DLL search path on plugin startup to search in the directory the plugin is in, but you can install the dependency along with the plugin DLL.