我可以将外部 dll 添加到 npapi 插件中,以便安装在浏览器中吗?

发布于 2024-12-08 10:03:51 字数 88 浏览 0 评论 0原文

我正在为 FF 和 Chrome 构建插件,该插件需要调用外部 dll/so 中的 API 方法。我可以将 npapi 插件与插件中的外部 dll 捆绑在一起吗?

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 ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

少跟Wǒ拽 2024-12-15 10:03:51

当然可以。请记住,有些人似乎无法从插件 DLL 目录加载链接的 DLL,因此您可能需要延迟加载它并在插件启动时设置 DLL 搜索路径以在插件所在的目录中搜索,但是您可以将依赖项与插件 DLL 一起安装。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文