C++ Can';t将PhysFS链接到我的C++;VisualStudio2010下的项目

C++ Can';t将PhysFS链接到我的C++;VisualStudio2010下的项目,c++,visual-studio-2010,linker,linker-errors,physfs,C++,Visual Studio 2010,Linker,Linker Errors,Physfs,我试图在Visual Studio 2010下使用C++游戏(使用A),但链接器拒绝链接库。 我根据INSTALL.txt文件构建了库,并且在C:\include\physfs-2.0.2\lib\Debug中有一个physfs.lib,但它告诉我它找不到符号。但是,它肯定可以找到.lib文件,因为如果我更改库路径或库名称,它会抛出一个错误。 我完全被这搞糊涂了,有人能帮忙吗?以下是我的设置: VC++目录->库目录 C:\include\glew-1.7.0\lib C:\include\bo

我试图在Visual Studio 2010下使用C++游戏(使用A),但链接器拒绝链接库。 我根据INSTALL.txt文件构建了库,并且在C:\include\physfs-2.0.2\lib\Debug中有一个physfs.lib,但它告诉我它找不到符号。但是,它肯定可以找到.lib文件,因为如果我更改库路径或库名称,它会抛出一个错误。
我完全被这搞糊涂了,有人能帮忙吗?以下是我的设置:

VC++目录->库目录

C:\include\glew-1.7.0\lib
C:\include\boost_1_47_0\libs\
C:\include\glfw-2.7.2\lib
C:\include\glfw-2.7.2\lib\win32
C:\include\boost_1_47_0\stage\lib\
c:\include\allegro-5.0.5-msvc-10.0\lib
C:\include\physfs-2.0.2\lib\Debug
$(LibraryPath)
physfs.lib
glew32d.lib
GLFW.lib
opengl32.lib
allegro-5.0.5-md-debug.lib
allegro_dialog-5.0.5-md-debug.lib
%(AdditionalDependencies)
链接器->输入->其他依赖项

C:\include\glew-1.7.0\lib
C:\include\boost_1_47_0\libs\
C:\include\glfw-2.7.2\lib
C:\include\glfw-2.7.2\lib\win32
C:\include\boost_1_47_0\stage\lib\
c:\include\allegro-5.0.5-msvc-10.0\lib
C:\include\physfs-2.0.2\lib\Debug
$(LibraryPath)
physfs.lib
glew32d.lib
GLFW.lib
opengl32.lib
allegro-5.0.5-md-debug.lib
allegro_dialog-5.0.5-md-debug.lib
%(AdditionalDependencies)
构建输出

1>------ Build started: Project: Wolfenstein3D2011, Configuration: Debug Win32 ------
1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>Wolfenstein3D2011.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_getDirSeparator referenced in function "void __cdecl PhysFS::`dynamic initializer for 'DIR_SEP''(void)" (??__EDIR_SEP@PhysFS@@YAXXZ)
1>PhysFS.obj : error LNK2001: unresolved external symbol __imp__PHYSFS_getDirSeparator
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_permitSymbolicLinks referenced in function "void __cdecl PhysFS::init(char const *,bool)" (?init@PhysFS@@YAXPBD_N@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_getLastError referenced in function "void __cdecl PhysFS::init(char const *,bool)" (?init@PhysFS@@YAXPBD_N@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_init referenced in function "void __cdecl PhysFS::init(char const *,bool)" (?init@PhysFS@@YAXPBD_N@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_deinit referenced in function "void __cdecl PhysFS::deinit(void)" (?deinit@PhysFS@@YAXXZ)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_isInit referenced in function "bool __cdecl PhysFS::isInit(void)" (?isInit@PhysFS@@YA_NXZ)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_supportedArchiveTypes referenced in function "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > __cdecl PhysFS::supportedArchiveTypes(void)" (?supportedArchiveTypes@PhysFS@@YA?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_freeList referenced in function "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > __cdecl PhysFS::getCdRomDirs(void)" (?getCdRomDirs@PhysFS@@YA?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_getCdRomDirs referenced in function "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > __cdecl PhysFS::getCdRomDirs(void)" (?getCdRomDirs@PhysFS@@YA?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_addToSearchPath referenced in function "void __cdecl PhysFS::addToSearchPath(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)" (?addToSearchPath@PhysFS@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_removeFromSearchPath referenced in function "void __cdecl PhysFS::removeFromSearchPath(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?removeFromSearchPath@PhysFS@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_mount referenced in function "void __cdecl PhysFS::mount(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)" (?mount@PhysFS@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0_N@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_getMountPoint referenced in function "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl PhysFS::getMountPoint(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getMountPoint@PhysFS@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV23@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_getSearchPath referenced in function "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > __cdecl PhysFS::getSearchPath(void)" (?getSearchPath@PhysFS@@YA?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_getUserDir referenced in function "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const & __cdecl PhysFS::getUserDir(void)" (?getUserDir@PhysFS@@YAABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_getBaseDir referenced in function "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const & __cdecl PhysFS::getBaseDir(void)" (?getBaseDir@PhysFS@@YAABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_getWriteDir referenced in function "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl PhysFS::getWriteDir(void)" (?getWriteDir@PhysFS@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_setWriteDir referenced in function "void __cdecl PhysFS::setWriteDir(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?setWriteDir@PhysFS@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_setSaneConfig referenced in function "void __cdecl PhysFS::setSaneConfig(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool,bool)" (?setSaneConfig@PhysFS@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00_N1@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_exists referenced in function "bool __cdecl PhysFS::exists(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?exists@PhysFS@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_isDirectory referenced in function "bool __cdecl PhysFS::isDirectory(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?isDirectory@PhysFS@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_isSymbolicLink referenced in function "bool __cdecl PhysFS::isSymbolicLink(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?isSymbolicLink@PhysFS@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_getLastModTime referenced in function "__int64 __cdecl PhysFS::getLastModTime(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getLastModTime@PhysFS@@YA_JABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_mkdir referenced in function "void __cdecl PhysFS::mkdir(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?mkdir@PhysFS@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_delete referenced in function "void __cdecl PhysFS::remove(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?remove@PhysFS@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_getRealDir referenced in function "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl PhysFS::getRealDir(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getRealDir@PhysFS@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV23@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_enumerateFiles referenced in function "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > __cdecl PhysFS::enumerateFiles(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?enumerateFiles@PhysFS@@YA?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_openAppend referenced in function "public: __thiscall PhysFS::FileDevice::FileDevice(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum PhysFS::OpenMode)" (??0FileDevice@PhysFS@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4OpenMode@1@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_openWrite referenced in function "public: __thiscall PhysFS::FileDevice::FileDevice(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum PhysFS::OpenMode)" (??0FileDevice@PhysFS@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4OpenMode@1@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_openRead referenced in function "public: __thiscall PhysFS::FileDevice::FileDevice(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum PhysFS::OpenMode)" (??0FileDevice@PhysFS@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4OpenMode@1@@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_close referenced in function "public: void __thiscall PhysFS::FileDevice::close(void)" (?close@FileDevice@PhysFS@@QAEXXZ)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_read referenced in function "public: __int64 __thiscall PhysFS::FileDevice::read(char *,__int64)" (?read@FileDevice@PhysFS@@QAE_JPAD_J@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_write referenced in function "public: __int64 __thiscall PhysFS::FileDevice::write(char const *,__int64)" (?write@FileDevice@PhysFS@@QAE_JPBD_J@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_seek referenced in function "public: class std::fpos<int> __thiscall PhysFS::FileDevice::seek(__int64,int)" (?seek@FileDevice@PhysFS@@QAE?AV?$fpos@H@std@@_JH@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_fileLength referenced in function "public: class std::fpos<int> __thiscall PhysFS::FileDevice::seek(__int64,int)" (?seek@FileDevice@PhysFS@@QAE?AV?$fpos@H@std@@_JH@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_tell referenced in function "public: class std::fpos<int> __thiscall PhysFS::FileDevice::seek(__int64,int)" (?seek@FileDevice@PhysFS@@QAE?AV?$fpos@H@std@@_JH@Z)
1>PhysFS.obj : error LNK2019: unresolved external symbol __imp__PHYSFS_flush referenced in function "public: bool __thiscall PhysFS::FileDevice::flush(void)" (?flush@FileDevice@PhysFS@@QAE_NXZ)
1>C:\Users\Lexi\OpenGL\wulfgame\game\Wolfenstein3D2011.exe : fatal error LNK1120: 37 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
1>----构建已启动:项目:Wolfenstein3D2011,配置:调试Win32------
1> 链接:警告LNK4098:defaultlib'MSVCRT'与其他lib的使用冲突;使用/NODEFAULTLIB:library
1> Wolfenstein3D2011.obj:错误LNK2019:函数“void”中引用的未解析的外部符号\uu imp\uu PHYSFS\u getDirSeparator\uu cdecl PHYSFS::`DIR\u SEP'(void)的动态初始值设定项)(??\uu EDIR_SEP@PhysFS@@YAXXZ)
1> PhysFS.obj:错误LNK2001:未解析的外部符号_imp__PhysFS_getDirSeparator
1> PhysFS.obj:错误LNK2019:函数“void u cdecl PhysFS::init(char const*,bool)”中引用的未解析外部符号uu imp u PhysFS u permitSymbolicLinks)(?init@PhysFS@@YAXPBD_N@Z)
1> PhysFS.obj:错误LNK2019:未解析的外部符号_imp__PhysFS_getLastError在函数“void _cdecl PhysFS::init(char const*,bool)”中引用(?init@PhysFS@@YAXPBD_N@Z)
1> PhysFS.obj:错误LNK2019:函数“void u cdecl PhysFS::init(char const*,bool)”中引用了未解析的外部符号uu imp u PhysFS_init)(?init@PhysFS@@YAXPBD_N@Z)
1> PhysFS.obj:错误LNK2019:函数“void”\uu cdecl PhysFS::deinit(void)”中引用了未解析的外部符号\uuuu imp\uuuu PhysFS\u deinit)(?deinit@PhysFS@@YAXXZ)
1> PhysFS.obj:错误LNK2019:函数“bool\uu cdecl PhysFS::isInit(void)”中引用了未解析的外部符号\uu imp\uu PhysFS\u isInit)(?isInit@PhysFS@@雅思(NXZ)
1> PhysFS.obj:错误LNK2019:函数“class std::vector u cdecl PhysFS::supportedArchiveTypes(void)”中引用的未解析外部符号_imp__PhysFS_u-supportedArchiveTypes(?supportedArchiveTypes@PhysFS@@是吗?AV$vector@V?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@std@@V$allocator@V?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@@std@@@2@@@std@@@XZ)
1> PhysFS.obj:错误LNK2019:函数“class std::vector u cdecl PhysFS::getCdRomDirs(void)”中引用的未解析外部符号\uuuu imp\uuu PhysFS\u自由列表(?getCdRomDirs@PhysFS@@是吗?AV$vector@V?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@std@@V$allocator@V?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@@std@@@2@@@std@@@XZ)
1> PhysFS.obj:错误LNK2019:函数“class std::vector u cdecl PhysFS::getCdRomDirs(void)”中引用的未解析外部符号uu imp_uphysfs_ugetcdromdirs)(?getCdRomDirs@PhysFS@@是吗?AV$vector@V?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@std@@V$allocator@V?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@@std@@@2@@@std@@@XZ)
1> PhysFS.obj:错误LNK2019:函数“void\uu cdecl PhysFS::addToSearchPath(类std::basic_字符串常量&,bool)”中引用的未解析外部符号\uuu imp\uu PhysFS\u addToSearchPath(?addToSearchPath@PhysFS@@YAXABV?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@std@@_N@Z)
1> PhysFS.obj:错误LNK2019:函数“void”\uuu cdecl PhysFS::removeFromSearchPath(类std::basic_字符串常量&)中引用的未解析外部符号uu imp\uu PhysFS\u removeFromSearchPath(?removeFromSearchPath@PhysFS@@YAXABV?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@@std@@@Z)
1> PhysFS.obj:错误LNK2019:函数“void\uu cdecl PhysFS::mount(class std::basic\u string const&,class std::basic\u string const&,bool)”中引用的未解析外部符号\uu imp\uu PhysFS\ mount(?mount@PhysFS@@YAXABV?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@std@@0_N@Z)
1> PhysFS.obj:错误LNK2019:函数“class std::basic_string(class std::basic_string)中引用的未解析外部符号uuu imp_uphysfs\u getMountPoint(?getMountPoint@PhysFS@@是吗?AV?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@std@@ABV23@@Z)
1> PhysFS.obj:错误LNK2019:函数“class std::vector u cdecl PhysFS::getSearchPath(void)”中引用了未解析的外部符号_imp__PhysFS_getSearchPath(?getSearchPath@PhysFS@@是吗?AV$vector@V?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@std@@V$allocator@V?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@@std@@@2@@@std@@@XZ)
1> PhysFS.obj:错误LNK2019:函数“class std::basic_string const&u cdecl PhysFS::getUserDir(void)”中引用了未解析的外部符号uu imp_uphysfs\u getUserDir(?getUserDir@PhysFS@@YAABV?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@std@@XZ)
1> PhysFS.obj:错误LNK2019:函数“class std::basic_string const&u cdecl PhysFS::getBaseDir(void)”中引用了未解析的外部符号uu imp_uphysfs\u getBaseDir(?getBaseDir@PhysFS@@YAABV?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@std@@XZ)
1> PhysFS.obj:错误LNK2019:函数“class std::basic\u string\uu cdecl PhysFS::getWriteDir(void)”中引用了未解析的外部符号uu imp_uphysfs\u getWriteDir(?getWriteDir@PhysFS@@是吗?AV?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@std@@XZ)
1> PhysFS.obj:错误LNK2019:函数“void\uu cdecl PhysFS::setWriteDir(类std::basic_字符串常量&)”中引用的未解析外部符号uuu imp\uu PhysFS\u setWriteDir(?setWriteDir@PhysFS@@YAXABV?$basic_string@DU?$char_traits@D@性病病毒$allocator@D@2@@@std@@@Z)
1> PhysFS.obj:错误LNK2019:函数“void\uuuu cdecl PhysFS::setSaneConfig(class std::basic_string const&,class std::basic_string const&,class std::basic_string const&,class std::basic_string const&,bool,bool)”中引用的未解析外部符号uuuu imp\uu PhysFS\u setSaneConfig(?setSaneConfig@Phys