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 ) を見つけましたが、これで問題は解決しませんでした。
何か案が ?