|
楼主 |
发表于 2009-9-18 11:09:16
|
显示全部楼层
本帖最后由 wxxx 于 2009-9-18 11:10 编辑
error LNK2019: 无法解析的外部符号 _memcpy_s,该符号在函数 "public: virtual void __thiscall osg::AlphaFunc::apply(class osg::State &)const " (?apply@AlphaFunc@osg@@UBEXAAVState@2@@Z) 中被引用 osg55-osg.lib
error LNK2019: 无法解析的外部符号 _memmove_s,该符号在函数 "public: __thiscall std::bad_alloc::bad_alloc(char const *)" (??0bad_alloc@std@@QAE@PBD@Z) 中被引用 osg55-osg.lib
error LNK2001: 无法解析的外部符号 "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z) osg55-osg.lib
error LNK2019: 无法解析的外部符号 "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ),该符号在函数 "public: void __thiscall osg::Referenced::unref(void)const " (?unref@Referenced@osg@@QBEXXZ) 中被引用 osg55-osg.lib
error LNK2019: 无法解析的外部符号 "void __cdecl operator delete(void *)" (??3@YAXPAX@Z),该符号在函数 "public: static char * __cdecl std::char_traits<char>::_Copy_s(char *,unsigned int,char const *,unsigned int)" (?_Copy_s@?$char_traits@D@std@@SAPADPADIPBDI@Z) 中被引用 osg55-osg.lib
error LNK2019: 无法解析的外部符号 __fltused,该符号在函数 "public: virtual void * __thiscall std::bad_alloc::`scalar deleting destructor'(unsigned int)" (??_Gbad_alloc@std@@UAEPAXI@Z) 中被引用 osg55-osg.lib |
|