带有 PDCurses 的菜单库

发布于 2024-12-11 21:21:58 字数 333 浏览 0 评论 0原文

我目前正在通过阅读本教程学习使用 NCurses/PDCurses 进行编程:http://tldp。 org/HOWTO/NCURSES-Programming-HOWTO/ 但是当我读到有关菜单库的第 17 章时,我有点陷入困境。 #include 不起作用,我在 pdcurs34 文件夹中找不到 menu.h。有没有办法将菜单库(menu.h)添加到PDCurses? (PS:我使用的是 MS Visual Studio。)

I'm currently learning to program with NCurses/PDCurses by reading this tutorial: http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/ But when I get to chapter 17 which is about the menus library, I'm getting kind of stuck. #include <menu.h> doesn't work, and I can't find menu.h in the pdcurs34 folder. Is there a way to add the menus library (menu.h) to PDCurses? (PS: I'm using MS Visual Studio.)

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

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

发布评论

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

评论(1

热情消退 2024-12-18 21:21:58

菜单库是 ncurses 包的一部分,我认为菜单库不能与 pdcurses 一起使用,但您可以尝试从 ncurses 源中提取它并针对 pdcurses 进行编译。

最新的 ncurses: ftp://ftp.gnu.org/pub /gnu/ncurses/ncurses-5.9.tar.gz

The menu library is part of the ncurses package I don't think the menu library will work with pdcurses but you could try extracting it from the ncurses source and compiling against pdcurses.

The latest ncurses: ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz

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