C/C++ > General > Additional Include Directories)" />
开发者

Problems building ICU samples under VS2008

I tried to build ICU4C sample "uncv" using visual studio 2008 without success

  1. I added the header directories (Configuration Properties > C/C++ > General > Additional Include Directories)
  2. referenced the lib folder (Configuration Properties > Linker > Additional Library Directorie开发者_JAVA技巧s)
  3. I added the bin folder the PATH environment variable

After building the errors of kind "unresolved external symbol ... referenced in function ..." is shown. Am i missing anything ?


You did indeed miss one step -- you need to actually link to the ICU .lib files rather than just tell the linker where they reside. See .Lib Files as Linker Input for more information.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜