GTK+ FT_选择_大小错误

发布于 2024-08-19 03:29:07 字数 168 浏览 3 评论 0原文

我已经安装了 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 技术交流群。

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

发布评论

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

评论(1

流绪微梦 2024-08-26 03:29:07

看来您正在使用 Windows。
您看到的错误与缺少 Freetype 库有关。

只需从 GTK+ Windows 下载页面下载即可:
http://www.gtk.org/download-windows.html

  1. 转到“所需的第三方依赖项”会话。
  2. 点击 Freetype 的“运行时”进行下载。
  3. 打开 zip 文件,将 ./bin/freetype6.dll 解压到 %SystemRoot%\SYSTEM32 文件夹(即英文 Windows 上的 C:\WINDOWS\SYSTEM32)

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

  1. Go to the "Required third party dependencies" session.
  2. Click on "Run-time" for Freetype to download.
  3. Open the zip file, extract ./bin/freetype6.dll to %SystemRoot%\SYSTEM32 folder (i.e. C:\WINDOWS\SYSTEM32 on English Windows)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文