使 GNU gettext 适用于 MFC 应用程序

发布于 2024-10-07 04:41:24 字数 481 浏览 3 评论 0原文

我试图在我的 mfc 应用程序上使用 gettext 添加 i18n 支持,但我发现了以下问题

1) ufficial distribution 停止支持 MSVC,所以我在这里找到了另一个版本。

http://gnuwin32.sourceforge.net/packages/gettext.htm

我修复了包含和新库的链接器路径,但是当我尝试使用 gettext 时,它给了我这个错误

Error   1   error LNK2001: unresolved external symbol __imp__libintl_gettext    ToolManager.obj ToolManager

知道为什么吗?我很确定重要的 .lib 位于链接器路径中。

im trying to add i18n support with gettext on my mfc app, but i found the following problems

1) The ufficial distribution stopped to support MSVC, so i found another build here.

http://gnuwin32.sourceforge.net/packages/gettext.htm

i fixed the include and linker path for the new libraries but when i try to use gettext it give me this error

Error   1   error LNK2001: unresolved external symbol __imp__libintl_gettext    ToolManager.obj ToolManager

Any idea of why? im pretty sure the important .lib are in the linker path.

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

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

发布评论

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

评论(1

还如梦归 2024-10-14 04:41:24

尝试来自 ftp.gnome.org 的二进制文件;最新的 gettext 版本是从 2010 年 9 月 12 日开始的,据我所知应该可以与 MSVC 一起正常工作。

http://ftp.gnome.org/pub/gnome/binaries/win32/依赖项/

Try the binaries from ftp.gnome.org; latest gettext build is from 12-Sep-2010 and should AFAIK work fine with MSVC.

http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/

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