在 Dev-C++ 中安装 Allegro使用他们的包
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要配置您的项目以引用正确的库。 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.