在 C 中嵌入 XUL 后端

发布于 2024-09-15 16:25:08 字数 164 浏览 8 评论 0原文

我需要编写一个独立的(不在 XULRunner 下)c/c++ 应用程序(Windows 操作系统),它使用 XUL 作为其后端 GUI 库。

如果可能的话,您能给我一个示例应用程序的链接吗?我看到了一些关于 libXul 的内容,有必要吗?我在哪里可以找到它?

TNX,维蒂尔卡

I need to write a standalone (not under XULRunner) c/c++ application (Windows OS) that uses XUL as its backend GUI library.

If it is possible, can you give me a link to an example application ? I saw something about libXul, is it needed ? where can i find it ?

TNX, Vertilka

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

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

发布评论

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

评论(1

╰ゝ天使的微笑 2024-09-22 16:25:08

我需要编写一个独立的(不在 XULRunner 下)c/c++ 应用程序(Windows 操作系统),它使用 XUL 作为其后端 GUI 库。

在 C++ 应用程序之上创建 XUL GUI 的常用方法是使用封装在 XPCOM 插件中的 C++ 代码编写 XULRunner 应用程序。

您可以通过创建一个安装程序将 XULRunner 运行时与 XPCOM 插件一起复制到用户的计算机来使您的应用程序“独立”。例如,这就是 GStreamer SongBird 的工作原理。

I need to write a standalone (not under XULRunner) c/c++ application (Windows OS) that uses XUL as its backend GUI library.

The usual way to create a XUL GUI on top of a C++ application is by writing a XULRunner application with the C++ code wrapped in an XPCOM plugin.

You can make your application "stand-alone" by creating an installer program that copies the XULRunner runtime together with the XPCOM plugin to the user's computer. This is how GStreamer SongBird works, for example.

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