You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
i am getting error while compiling mex? how to resolve it. I m using VS2015 and Matlab 2016b
libcpmt.lib(xthrow.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1900' doesn't match value '1800' in
nms_gpu_mex.o
libcpmt.lib(syserror.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1900' doesn't match value '1800' in
nms_gpu_mex.o
Creating library F:\Malanoma\R-FCN\R-FCN-master\bin\nms_gpu_mex.lib and object
F:\R-FCN\R-FCN-master\bin\nms_gpu_mex.exp
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
nms_gpu_mex.o : error LNK2019: unresolved external symbol "char const * __cdecl std::_Winerror_map(int)"
(?_Winerror_map@std@@YAPEBDH@Z) referenced in function "public: virtual class std::basic_string<char,struct
std::char_traits,class std::allocator > __cdecl std::_System_error_category::message(int)const "
(?message@_System_error_category@std@@ueba?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@2@H@Z)
F:\R-FCN\R-FCN-master\bin\nms_gpu_mex.mexw64 : fatal error LNK1120: 1 unresolved externals
The text was updated successfully, but these errors were encountered:
hi
i am getting error while compiling mex? how to resolve it. I m using VS2015 and Matlab 2016b
libcpmt.lib(xthrow.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1900' doesn't match value '1800' in
nms_gpu_mex.o
libcpmt.lib(syserror.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1900' doesn't match value '1800' in
nms_gpu_mex.o
Creating library F:\Malanoma\R-FCN\R-FCN-master\bin\nms_gpu_mex.lib and object
F:\R-FCN\R-FCN-master\bin\nms_gpu_mex.exp
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
nms_gpu_mex.o : error LNK2019: unresolved external symbol "char const * __cdecl std::_Winerror_map(int)"
(?_Winerror_map@std@@YAPEBDH@Z) referenced in function "public: virtual class std::basic_string<char,struct
std::char_traits,class std::allocator > __cdecl std::_System_error_category::message(int)const "
(?message@_System_error_category@std@@ueba?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@2@H@Z)
F:\R-FCN\R-FCN-master\bin\nms_gpu_mex.mexw64 : fatal error LNK1120: 1 unresolved externals
The text was updated successfully, but these errors were encountered: