哪个 ICU 版本最适合与 Visual Studio Express 2008 配合使用?
ICU 4.6 有适用于 Microsoft Visual Studio 2010 的版本可供下载,但没有适用于 Visual Studio 2008 的版本。我使用 2008 Express 是因为它似乎比 2010 版本更免费,而且可以免费下载 MSDN。 2008 年是这样,但 2010 年不是这样(如果我错了,请纠正我)。
ICU 的先前版本是 4.4,但仅提供“Visual Studio 9”的下载。现在我在 Microsoft 网站或维基百科上找不到有关此 Visual Studio 9 的信息。 9 是否可能是 Visual Studio 2008 中 C/C++ 编译器的版本,或者是更旧的版本?
The ICU 4.6 has versions for download for Microsoft Visual Studio 2010, but not for Visual Studio 2008. I'm using 2008 Express because it seems to be a little more free than the 2010 version and because there is a free download of MSDN that works with 2008 but not so for 2010 (please correct me if I'm wrong).
The previous release of ICU was 4.4 but that only provides a download for "Visual Studio 9". Now I can't find info on this Visual Studio 9 on either Microsoft's site or Wikipedia. Could it perhaps be that 9 is the version of the C/C++ compiler in Visual Studio 2008 or is it some even older version?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,有一个VS2010 Express: http://www.microsoft.com/ express/Downloads/#2010-Visual-CPP
VS9 可能意味着 2008 年,请检查 ICU 自述文件以确保确定。
无论如何,如果您使用 cygwin,您可以从较旧的 MSVC 版本构建 ICU。
我真的会推荐最新的 ICU。
First, there is a VS2010 express: http://www.microsoft.com/express/Downloads/#2010-Visual-CPP
VS9 probably means 2008, check the ICU readme to be sure.
In any event, if you use cygwin you can build ICU from an older MSVC version.
I'd really recommend the latest ICU.