|
正在生成代码...
KMZArchive.obj : error LNK2019: 无法解析的外部符号 _unzCloseCurrentFile,该符号在函数 "public: bool __thiscall KMZArchive::readToBuffer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_ostream<char,struct std::char_traits<char> > &)const " (?readToBuffer@KMZArchive@@QBE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$basic_ostream@DU?$char_traits@D@std@@@3@@Z) 中被引用
KMZArchive.obj : error LNK2019: 无法解析的外部符号 _unzReadCurrentFile,该符号在函数 "public: bool __thiscall KMZArchive::readToBuffer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_ostream<char,struct std::char_traits<char> > &)const " (?readToBuffer@KMZArchive@@QBE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$basic_ostream@DU?$char_traits@D@std@@@3@@Z) 中被引用
KMZArchive.obj : error LNK2019: 无法解析的外部符号 _unzOpenCurrentFilePassword,该符号在函数 "public: bool __thiscall KMZArchive::readToBuffer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_ostream<char,struct std::char_traits<char> > &)const " (?readToBuffer@KMZArchive@@QBE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$basic_ostream@DU?$char_traits@D@std@@@3@@Z) 中被引用
KMZArchive.obj : error LNK2019: 无法解析的外部符号 _unzGoToNextFile,该符号在函数 "public: bool __thiscall KMZArchive::readToBuffer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_ostream<char,struct std::char_traits<char> > &)const " (?readToBuffer@KMZArchive@@QBE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$basic_ostream@DU?$char_traits@D@std@@@3@@Z) 中被引用
KMZArchive.obj : error LNK2019: 无法解析的外部符号 _unzGetCurrentFileInfo,该符号在函数 "public: bool __thiscall KMZArchive::readToBuffer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_ostream<char,struct std::char_traits<char> > &)const " (?readToBuffer@KMZArchive@@QBE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$basic_ostream@DU?$char_traits@D@std@@@3@@Z) 中被引用
KMZArchive.obj : error LNK2019: 无法解析的外部符号 _unzGoToFirstFile,该符号在函数 "public: bool __thiscall KMZArchive::readToBuffer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_ostream<char,struct std::char_traits<char> > &)const " (?readToBuffer@KMZArchive@@QBE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$basic_ostream@DU?$char_traits@D@std@@@3@@Z) 中被引用
KMZArchive.obj : error LNK2019: 无法解析的外部符号 _unzLocateFile,该符号在函数 "public: bool __thiscall KMZArchive::readToBuffer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_ostream<char,struct std::char_traits<char> > &)const " (?readToBuffer@KMZArchive@@QBE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$basic_ostream@DU?$char_traits@D@std@@@3@@Z) 中被引用
KMZArchive.obj : error LNK2019: 无法解析的外部符号 _unzOpen,该符号在函数 "public: __thiscall KMZArchive::KMZArchive(class osgEarth::URI const &)" (??0KMZArchive@@QAE@ABVURI@osgEarth@@@Z) 中被引用
D:\osgearth\osgearth\build\lib\Release\osgdb_kml.dll : fatal error LNK1120: 8 个无法解析的外部命令
编译出了以上错误,是2.2以上的,2.0的可以通过。高手帮忙看看了。
估计是minizip文件的问题,各位怎么设置的啊。不影响使用,基本都成功了,就两个没有通过,纠结啊。
|
|