有什么方法可以在 Windows 操作系统中使用 C 运行 GTK 库吗?
经过整整一周的尝试让 GTK 使用 makefile 在 Cygwin 和 MinGW 上工作,我遇到了困难。有谁知道我如何在 widows 操作系统中使用 C 和 GTK 库进行编程吗?如果有谁可以给我一步一步的指导!环境必须运行 hello world 程序作为示例: http://en.wikipedia.org/ wiki/GTK%2B
提前致谢!
After a whole week of trying to get GTK working on Cygwin and MinGW using makefile, I've hit a stone cold wall. Does anyone please, anyone know how I can program using C and GTK libraries in widows operating system that WORKS? If there is can anyone give me step by step instructions please! The environment has to run the hello world program as an example: http://en.wikipedia.org/wiki/GTK%2B
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Windows 上配置 GTK+ 工具链有点棘手。
最简单的方法是使用这个 GTK+ 包。它提供易于使用和安装的GTK+运行环境。您将在其中找到如何出于开发目的延长此运行时间的注释。
根据 GTK+ 的邮件列表,2.16 版本被认为是最稳定的,但是尝试更新的版本也许是个好主意。
此外,请访问 GTK+ 的主页并阅读有关 GTK+ 和 GTK+ 的主题。 gtk-app-devel 邮件列表上的 Windows 7。
It's a bit tricky to configure GTK+ toolchain on Windows.
The easiest way is to use this GTK+ bundle. It provide easy to use and install GTK+ runtime environment. You will find there note how to extend this runtime for developing purposes.
According to GTK+'s mailing list version 2.16 is known to be the most stable, however maybe it's good idea to try newer one.
Moreover go to GTK+'s home page and read threads about GTK+ & Windows 7 on the gtk-app-devel mailing list.