I am under Win7 x64 using Visual Studio Express 2012.
I use the default 'debug - Win32' mode.
- {l Code}: {l Select All Code}
1>race_manager.obj : error LNK2019: unresolved external symbol "public: __thiscall SavedGrandPrix::SavedGrandPrix(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 &,enum RaceManager::Difficulty,int,int,class std::vector<struct RaceManager::KartStatus,class std::allocator<struct RaceManager::KartStatus> > const &)" (??0SavedGrandPrix@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0W4Difficulty@RaceManager@@HHABV?$vector@UKartStatus@RaceManager@@V?$allocator@UKartStatus@RaceManager@@@std@@@2@@Z) referenced in function "public: void __thiscall RaceManager::next(void)" (?next@RaceManager@@QAEXXZ)
1>race_manager.obj : error LNK2019: unresolved external symbol "public: void __thiscall SavedGrandPrix::setKarts(class std::vector<struct RaceManager::KartStatus,class std::allocator<struct RaceManager::KartStatus> > const &)" (?setKarts@SavedGrandPrix@@QAEXABV?$vector@UKartStatus@RaceManager@@V?$allocator@UKartStatus@RaceManager@@@std@@@std@@@Z) referenced in function "public: void __thiscall RaceManager::next(void)" (?next@RaceManager@@QAEXXZ)
1>race_manager.obj : error LNK2019: unresolved external symbol "public: void __thiscall SavedGrandPrix::loadKarts(class std::vector<struct RaceManager::KartStatus,class std::allocator<struct RaceManager::KartStatus> > &)" (?loadKarts@SavedGrandPrix@@QAEXAAV?$vector@UKartStatus@RaceManager@@V?$allocator@UKartStatus@RaceManager@@@std@@@std@@@Z) referenced in function "public: void __thiscall RaceManager::startNew(bool)" (?startNew@RaceManager@@QAEX_N@Z)
1>user_config.obj : error LNK2019: unresolved external symbol "public: __thiscall SavedGrandPrix::SavedGrandPrix(class XMLNode const *)" (??0SavedGrandPrix@@QAE@PBVXMLNode@@@Z) referenced in function "public: bool __thiscall UserConfig::loadConfig(void)" (?loadConfig@UserConfig@@QAE_NXZ)
Can someone help me with this problem?
Thanks!