带有 PDCurses 的菜单库
我目前正在通过阅读本教程学习使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
菜单库是 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