从linux执行X11程序

发布于 2024-11-14 12:53:59 字数 102 浏览 3 评论 0原文

我的大学使用的是linux操作系统,我们可以启动xserver,然后会出现空的gui,我编写了程序来显示一行,我编译了代码,没问题。但是当我执行程序时它显示分段错误,如何在gui中执行程序?

My college uses a linux os, we can start xserver and then empty gui will appear, i wrote program to display a line, i compiled the code it 's fine. but when i execute the program it shows segmentation fault, how to execute the program in gui??

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

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

发布评论

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

评论(1

拧巴小姐 2024-11-21 12:53:59

如果你的程序出现段错误,它可能与 GUI 无关。您可能正在尝试访问未授予您的内存。

对于您关于如何编写 GUI 的问题,我最好的建议是使用 Qt 或 GTK 等库来抽象出困难、奇怪的 Xserver 代码。

If your program segfaults, it probably has nothing to do with the GUI. You are probably attempting to access memory you weren't granted.

For your question on how to program a GUI, my best suggestion would be to use a library like Qt or GTK to abstract away the hard, strange Xserver code.

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