I successfully installed IT++ with VS2015, and I tried to compile MEX files in MATLAB(2018b). I copied a simple function at the bottom of this page: http://itpp.sourceforge.net/4.3.1/group__mexfiles.html Then I typed the following orders in MATLAB: mex QPSK.cpp -IC:\itpp-4.3.1 -LC:\itpp-4.3.1\lib And MATLAB returned: 使用 'Microsoft Visual C++ 2015' 编译。 错误使用 mex 正在创建库 QPSK.lib 和对象 QPSK.exp QPSK.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: virtual __cdecl itpp::Factory::~Factory(void)"...
I successfully installed IT++ with VS2015, and I tried to compile MEX files in MATLAB(2018b). I copied a simple function in http://itpp.sourceforge.net/4.3.1/group__mexfiles.html Then I typed the following orders in MATLAB: mex QPSK.cpp -IC:\itpp-4.3.1 -LC:\itpp-4.3.1\lib And MATLAB returned: 使用 'Microsoft Visual C++ 2015' 编译。 错误使用 mex 正在创建库 QPSK.lib 和对象 QPSK.exp QPSK.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: virtual __cdecl itpp::Factory::~Factory(void)" (__imp_??1Factory@itpp@@UEAA@XZ),该...
Hi Mudasar, I had problems like you. But I then used the old version of VS2015 and followed the steps in http://herve.boeglen.free.fr/itpp_windows/. That worked.