在 Dev-C++ 中安装 Allegro使用他们的包

发布于 2024-09-06 15:09:30 字数 400 浏览 13 评论 0原文

我正在尝试在 Dev-C++ 中安装 Allegro,我注意到新版本位于可用的软件包中,而不是手动安装,所以这会更容易。

位于管理器中

这里显示其自身包含头文件。

当我尝试运行最简单的 Allegro 程序时,它无法识别

有人知道如何解决这个问题吗?或者有更好的方法来做到这一点?谢谢。

I'm trying to install Allegro in Dev-C++, and rather than do it manually, I noticed the new version was in the available packages, so that'd be easier.

Here it is in the manager.

Here it is showing itself containing the header file.

And when I try to run the simplest of Allegro programs, it doesn't recognize it.

Anyone know how to fix this? Or a better way to do it? Thanks.

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

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

发布评论

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

评论(1

与风相奔跑 2024-09-13 15:09:30

您需要配置您的项目以引用正确的库。 MinGW 不支持自动链接,因此您需要配置 DevCPP 的项目文件以将 MinGW 指向正确的位置。

You need to configure your project to reference the correct libraries. MinGW does not support auto-linking, so you'll need to configure DevCPP's project file to point MinGW at the right location.

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