我正在使用 Visual Studio 2012 和 Zxing c++ 核心来构建 Windows 运行时组件。我在我的项目中包含了我的 c++ 文件。
编译时,出现以下错误:
Error 32 error LNK2005: "public: static unsigned int const
zxing::DecodeHints::CHARACTER_SET" (?CHARACTER_SET@DecodeHints@zxing@@2IB)
already defined in MyObject.obj
我在 Google 上找到了一个帖子(https://groups.google.com/forum/#!topic/zxing/U5dLnFjsDwQ),但这并没有解决我的问题。
任何想法 ?