在 Windows 上编译基于 Qt 的 NPAPI 浏览器插件
我正在 Qt 中进一步开发 NPAPI 插件。我得到了插件的源代码和预编译的 Windows (DLL) 版本。我添加了一些功能并尝试使用 Qt Creator 的默认构建过程来编译它。在我编辑的案例以及原始案例中,编译在 Windows 和 Linux 上运行得非常好。问题是,该插件本身只能在 Linux 机器上使用。在 Windows (XP SP3) 上,提到了一个错误,即我的特定可编写脚本的方法不存在。 Windows 上有没有特殊的编译方式或工具链?或者有什么办法可以定位故障吗?
感谢期待!
I am further developing a NPAPI Plugin in Qt. I got the source code and a precompiled windows (DLL) version of the Plugin. I added some functionality and tried to compile it using the default Build process of Qt Creator. In my edited case as well as in the original case the compiling worked perfectly well on windows and linux. The problem is, that the plugin itself is only usable on the linux machine. On Windows (XP SP3) there is an error mentioned, that my specific scriptable methods wouldn't exist. Is there a special way or toolchain for compiling on Windows? Or is there way to locate the failure?
Thanks in anticipation!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有一些需要检查和尝试的事情:
Here are some things to check and to try: