The export needs to be C exports (without C++ name mangling). Try defining the EXPORT macro like this: #define EXPORT extern "C" _declspec(dllexport).
確定! 回上一頁