GTK+ FT_选择_大小错误
我已经安装了 GTK+ 2.16 和 Code::Blocks,尝试运行一个简单的 GTK+ 程序,它给了我以下运行时错误:
“程序入口点 FT_Select_Size 无法位于动态链接库 freetype6.dll 中”
我已经检查了该库存在,确实如此,但我似乎不知道如何解决这个问题?
I have installed GTK+ 2.16 and Code::Blocks, trying to run a simple GTK+ program it gives me the following runtime error:
"The procedure entry point FT_Select_Size could not be located in the dynamic link library freetype6.dll"
I have checked the library exists, which it does, but I cannot seem to figure out how to fix this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来您正在使用 Windows。
您看到的错误与缺少 Freetype 库有关。
只需从 GTK+ Windows 下载页面下载即可:
http://www.gtk.org/download-windows.html
Seems like you are using Windows.
The error you've seen has to do with missing Freetype library.
Simply download it from GTK+ Windows download page:
http://www.gtk.org/download-windows.html