使 GNU gettext 适用于 MFC 应用程序
我试图在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试来自 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/