cocos2d-x 3.17.2+VS2015是不是不支持多线程(/MT)?

前辈们,如题,在链接阶段报link2001

错误 LNK2001 无法解析的外部符号 “__declspec(dllimport) public: static class cocos2d::GLViewImpl * _cdecl cocos2d::GLViewImpl::createWithRect(class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class cocos2d::Rect,float,bool)” ( imp ?createWithRect@GLViewImpl@cocos2d@@SAPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VRect@2@M_N@Z)

错误 LNK2001 无法解析的外部符号 “__declspec(dllimport) public: static class cocos2d::GLViewImpl * _cdecl cocos2d::GLViewImpl::createWithRect(class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class cocos2d::Rect,float,bool)” ( imp ?createWithRect@GLViewImpl@cocos2d@@SAPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VRect@2@M_N@Z) myapp D:\gaige1\myapp\proj.win32\AppDelegate.obj 1 1

image image

把编译”输出“日志,和错误详细信息也贴出来?