I tried converting my project from 1.6 to 2.0 today.
These are some of the errors im getting. It seems to not like a lot of Sound related code. Anyone have any ideas?
Also does the graphics package not include the gl headers anymore?
1>PhysicsManager.obj : error LNK2019: unresolved external symbol "public: __thiscall DebugDraw::DebugDraw(class sf::RenderWindow *)" (??0DebugDraw@@QAE@PAVRenderWindow@sf@@@Z) referenced in function "public: __thiscall PhysicsManager::PhysicsManager(void)" (??0PhysicsManager@@QAE@XZ)
1>ResourceManager.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall sf::SoundBuffer::LoadFromFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?LoadFromFile@SoundBuffer@sf@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "public: void __thiscall ResourceManager::loadAllSounds(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?loadAllSounds@ResourceManager@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>ResourceManager.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall sf::SoundBuffer::SoundBuffer(void)" (__imp_??0SoundBuffer@sf@@QAE@XZ) referenced in function "public: void __thiscall ResourceManager::loadAllSounds(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?loadAllSounds@ResourceManager@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>Scene.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall sf::Music::~Music(void)" (__imp_??1Music@sf@@UAE@XZ) referenced in function __unwindfunclet$??0Scene@@QAE@XZ$0
1>Scene.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall sf::Music::OpenFromFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?OpenFromFile@Music@sf@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "public: __thiscall Scene::Scene(void)" (??0Scene@@QAE@XZ)
1>Scene.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall sf::SoundStream::SetLoop(bool)" (__imp_?SetLoop@SoundStream@sf@@QAEX_N@Z) referenced in function "public: __thiscall Scene::Scene(void)" (??0Scene@@QAE@XZ)
1>Scene.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall sf::Music::Music(void)" (__imp_??0Music@sf@@QAE@XZ) referenced in function "public: __thiscall Scene::Scene(void)" (??0Scene@@QAE@XZ)
1>SoundSystem.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall sf::Sound::Play(void)" (__imp_?Play@Sound@sf@@QAEXXZ) referenced in function "public: void __thiscall SoundSystem::update(class Scene *)" (?update@SoundSystem@@QAEXPAVScene@@@Z)
1>Player1ControllerComponent.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall sf::Sound::SetBuffer(class sf::SoundBuffer const &)" (__imp_?SetBuffer@Sound@sf@@QAEXABVSoundBuffer@2@@Z) referenced in function "public: __thiscall Player1ControllerComponent::Player1ControllerComponent(class b2Body *,class InputManager &,class ResourceManager &,class SoundSystem &)" (??0Player1ControllerComponent@@QAE@PAVb2Body@@AAVInputManager@@AAVResourceManager@@AAVSoundSystem@@@Z)
1>Player1ControllerComponent.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall sf::Sound::Sound(void)" (__imp_??0Sound@sf@@QAE@XZ) referenced in function "public: __thiscall Player1ControllerComponent::Player1ControllerComponent(class b2Body *,class InputManager &,class ResourceManager &,class SoundSystem &)" (??0Player1ControllerComponent@@QAE@PAVb2Body@@AAVInputManager@@AAVResourceManager@@AAVSoundSystem@@@Z)
1>Player1ControllerComponent.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall sf::Sound::~Sound(void)" (__imp_??1Sound@sf@@UAE@XZ) referenced in function "public: virtual void * __thiscall sf::Sound::`scalar deleting destructor'(unsigned int)" (??_GSound@sf@@UAEPAXI@Z)
1>C:\Documents and Settings\Administrator\Desktop\GameEngine\branches\EngineRefactorSFML2\build\Debug\AdventureGun.exe : fatal error LNK1120: 11 unresolved externals