求人解答 头文件出错
Error2error C2375: 'abs' : redefinition; different linkaged:\my documents\visual studio 2008\projects\matlabtest\matlabtest\matlib.h2867
求人解答
...
#if !defined(_MSC_VER) | (_MSC_VER>=1100)
m_type DLLI abs(m_type x);
#endif
...
....
#undef TMP_MAX
#undef abs
#undef acos
#undef and
#undef asin
#undef atan
#undef atan2
#undef bitand
#undef bitor
#undef clear
#undef cos
#undef exp
#undef fabs
#undef feof
#undef ferror
#undef finite
#undef isinf
#undef islower
#undef isnan
#undef isspace
#undef isupper
#undef log
#undef log10
#undef log2
#undef max
#undef min
#undef not
#undef or
#undef sin
#undef sin
#undef sqrt
#undef strcmp
#undef strcmpi
#undef strncmp
#undef strncmpi
#undef tan
#undef xor
...