I am in the process of learning how to use SWIG on Windows.
The following is my c++ code:
/* File : example.cxx */ #include \"example.h\" #defin
add MS_NO_COREDLL definition at Configuration Properties->C/C++->Preprocessor->Preprocessor Definitions; or add #define MS_NO_COREDLL line before including python.h.
#define MS_NO_COREDLL #include