I have a custom actions project in vs 2010 , in the source when i try to add the headers as:
#include "wx/wxprec.h"
#include "wx/wx.h"
#include "wx/string.h"
#include "wx/tokenzr.h"
and compile it , following errors encuntered:
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
Thanks