1 2 3 4 5 6 7 8 9 10 11 12 13 14
| World.obj : warning LNK4248: unresolved typeref token (0100001E) for 'NEWMAT.MatrixColX'; image may not run
Toolbox.obj : warning LNK4248: unresolved typeref token (01000015) for 'NEWMAT.MatrixColX'; image may not run
PedestrianModel.obj : warning LNK4248: unresolved typeref token (0100001E) for 'NEWMAT.MatrixColX'; image may not run
Car.obj : warning LNK4248: unresolved typeref token (0100001B) for 'NEWMAT.MatrixColX'; image may not run
World.obj : warning LNK4248: unresolved typeref token (0100001F) for 'NEWMAT.MatrixRowCol'; image may not run
Toolbox.obj : warning LNK4248: unresolved typeref token (01000016) for 'NEWMAT.MatrixRowCol'; image may not run
PedestrianModel.obj : warning LNK4248: unresolved typeref token (0100001F) for 'NEWMAT.MatrixRowCol'; image may not run
Car.obj : warning LNK4248: unresolved typeref token (0100001C) for 'NEWMAT.MatrixRowCol'; image may not run
newmat11.lib(newmatnl.obj) : error LNK2001: unresolved external symbol "class std::basic_ostream<char,struct std::char_traits<char> > std::cout" (?cout@std@@3V?$basic_ostream@DU?$char_traits@D@std@@@1@A)
newmat11.lib(myexcept.obj) : error LNK2001: unresolved external symbol "class std::basic_ostream<char,struct std::char_traits<char> > std::cout" (?cout@std@@3V?$basic_ostream@DU?$char_traits@D@std@@@1@A)
newmat11.lib(newmatnl.obj) : error LNK2001: unresolved external symbol "private: static int std::locale::id::_Id_cnt" (?_Id_cnt@id@locale@std@@0HA)
newmat11.lib(newmatnl.obj) : error LNK2001: unresolved external symbol "struct std::_DebugHeapTag_t const std::_DebugHeapTag" (?_DebugHeapTag@std@@3U_DebugHeapTag_t@1@B)
newmat11.lib(newmatnl.obj) : error LNK2019: unresolved external symbol "public: void __thiscall std::_String_base::_Xran(void)const " (?_Xran@_String_base@std@@QBEXXZ) referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::assign(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned int,unsigned int)" (?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ABV12@II@Z)
newmat11.lib(newmatnl.obj) : error LNK2019: unresolved external symbol "public: void __thiscall std::_String_base::_Xlen(void)const " (?_Xlen@_String_base@std@@QBEXXZ) referenced in function "protected: bool __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Grow(unsigned int,bool)" (?_Grow@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IAE_NI_N@Z) |
Partager