MDP_Tracking
MDP_Tracking copied to clipboard
fatal error LNK1561 when I run compile.m
(windows 7, VS 2013, matlab R2013a) when I run compile.m, it displays: LINK : fatal error LNK1561: entry point must be defined D:\PROGRA~1\MATLAB\R2013A\BIN\MEX.PL: Error: Compile of 'lk.cpp' failed. So, how can I solve this problem? why does this error happen? the function "mexFunction" in lk.cpp is the entry point, right? Thank you so much!
I comment these lines in lk.cpp: // #ifdef _CHAR16T // #define CHAR16_T // #endif because CHAR16_T will be defined in D:\program files\MATLAB\R2013a\extern\include\tmwtypes.h after that, which will cause an error. I don't think this is the issue, right?