ヘッダーを次のように追加しようとすると、ソースに vs 2010 のカスタム アクション プロジェクトがあります。
#include "wx/wxprec.h"
#include "wx/wx.h"
#include "wx/string.h"
#include "wx/tokenzr.h"
それをコンパイルすると、次のエラーが発生します。
Error 12 error LNK2019: unresolved external symbol "public: void __thiscall wxStringData::Free(void)" (?Free@wxStringData@@QAEXXZ) referenced in function "public: void __thiscall wxStringData::Unlock(void)" (?Unlock@wxStringData@@QAEXXZ) C:\MSIvalidate\Samples\Source Code\MSISerialValidateSample\MSISerialValidateSample\MSISerialValidateSample.obj MSISerialValidateSample
Error 13 error LNK1120: 1 unresolved externals C:\MSIvalidate\Samples\Source Code\MSISerialValidateSample\MSISerialValidateSample\Debug\MSISerialValidateSample.dll MSISerialValidateSample
ありがとう