编译连接时出现问题

大家在cocos2dx 3.0 编译时有没有遇到过这个的连接问题,大家帮忙看一下,是什么原因造成的

error LNK2019: 无法解析的外部符号 __TIFFfree,该符号在函数 “protected: bool __thiscall cocos2d::Image::initWithTiffData(unsigned char const *,long)” (?initWithTiffData@Image@cocos2d@@IAE_NPBEJ@Z) 中被引用 F:\cocos2dx\test_beta1\proj.win32\libcocos2d.lib(CCImage.obj)
error LNK2019: 无法解析的外部符号 __TIFFmalloc,该符号在函数 “protected: bool __thiscall cocos2d::Image::initWithTiffData(unsigned char const *,long)” (?initWithTiffData@Image@cocos2d@@IAE_NPBEJ@Z) 中被引用 F:\cocos2dx\test_beta1\proj.win32\libcocos2d.lib(CCImage.obj)

这方法是protected的

不懂,这样的错误报了50多个,都是因为函数类型的原因吗,我应该怎样更改呀

静态库没配置对吧

这些都是默认设置的呀,我并没有更改,还请详细说一下