Problem with tutorials

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
Prosorinos
Gnoblar
Posts: 21
Joined: Thu Oct 09, 2014 5:48 am
Location: Patras, Greece

Problem with tutorials

Post by Prosorinos »

Greetings,
i got a problem while trying to build solution for the tutorials. This is from basicTutorial2. The errors that i get are the following:

Code: Select all

Error	1	error LNK2019: unresolved external symbol "public: __thiscall BaseApplication::BaseApplication(void)" (??0BaseApplication@@QAE@XZ) referenced in function "public: __thiscall BasicTutorial2::BasicTutorial2(void)" (??0BasicTutorial2@@QAE@XZ)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	2	error LNK2019: unresolved external symbol "public: virtual __thiscall BaseApplication::~BaseApplication(void)" (??1BaseApplication@@UAE@XZ) referenced in function "public: virtual __thiscall BasicTutorial2::~BasicTutorial2(void)" (??1BasicTutorial2@@UAE@XZ)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	3	error LNK2019: unresolved external symbol "public: virtual void __thiscall BaseApplication::go(void)" (?go@BaseApplication@@UAEXXZ) referenced in function _WinMain@16	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	4	error LNK2001: unresolved external symbol "protected: virtual bool __thiscall BaseApplication::setup(void)" (?setup@BaseApplication@@MAE_NXZ)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	5	error LNK2001: unresolved external symbol "protected: virtual bool __thiscall BaseApplication::configure(void)" (?configure@BaseApplication@@MAE_NXZ)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	6	error LNK2001: unresolved external symbol "protected: virtual void __thiscall BaseApplication::chooseSceneManager(void)" (?chooseSceneManager@BaseApplication@@MAEXXZ)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	7	error LNK2001: unresolved external symbol "protected: virtual void __thiscall BaseApplication::createFrameListener(void)" (?createFrameListener@BaseApplication@@MAEXXZ)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	8	error LNK2001: unresolved external symbol "protected: virtual void __thiscall BaseApplication::destroyScene(void)" (?destroyScene@BaseApplication@@MAEXXZ)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	9	error LNK2001: unresolved external symbol "protected: virtual void __thiscall BaseApplication::setupResources(void)" (?setupResources@BaseApplication@@MAEXXZ)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	10	error LNK2001: unresolved external symbol "protected: virtual void __thiscall BaseApplication::createResourceListener(void)" (?createResourceListener@BaseApplication@@MAEXXZ)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	11	error LNK2001: unresolved external symbol "protected: virtual void __thiscall BaseApplication::loadResources(void)" (?loadResources@BaseApplication@@MAEXXZ)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	12	error LNK2001: unresolved external symbol "protected: virtual bool __thiscall BaseApplication::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@BaseApplication@@MAE_NABUFrameEvent@Ogre@@@Z)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	13	error LNK2001: unresolved external symbol "protected: virtual bool __thiscall BaseApplication::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@BaseApplication@@MAE_NABVKeyEvent@OIS@@@Z)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	14	error LNK2001: unresolved external symbol "protected: virtual bool __thiscall BaseApplication::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@BaseApplication@@MAE_NABVKeyEvent@OIS@@@Z)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	15	error LNK2001: unresolved external symbol "protected: virtual bool __thiscall BaseApplication::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@BaseApplication@@MAE_NABVMouseEvent@OIS@@@Z)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	16	error LNK2001: unresolved external symbol "protected: virtual bool __thiscall BaseApplication::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@BaseApplication@@MAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	17	error LNK2001: unresolved external symbol "protected: virtual bool __thiscall BaseApplication::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@BaseApplication@@MAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	18	error LNK2001: unresolved external symbol "protected: virtual void __thiscall BaseApplication::windowResized(class Ogre::RenderWindow *)" (?windowResized@BaseApplication@@MAEXPAVRenderWindow@Ogre@@@Z)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	19	error LNK2001: unresolved external symbol "protected: virtual void __thiscall BaseApplication::windowClosed(class Ogre::RenderWindow *)" (?windowClosed@BaseApplication@@MAEXPAVRenderWindow@Ogre@@@Z)	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Win32Project1\BasicTutorial2.obj	Win32Project1
Error	20	error LNK1120: 19 unresolved externals	C:\Users\Tassos\Documents\Visual Studio 2012\Projects\Win32Project1\Debug\Win32Project1.exe	Win32Project1
I have run in the past most of the basic tutorials except the tutorial 8 which i was going to do today. I don't understand what changed in the meantime.
Thank you for your time.
edit:i use ogreSDK_vc11_v1-9-0, OgreWikiTutorialFramework_1-9
Transporter
Minaton
Posts: 933
Joined: Mon Mar 05, 2012 11:37 am
Location: Germany
x 110

Re: Problem with tutorials

Post by Transporter »

It looks like BaseApplication.cpp is missing.
Prosorinos
Gnoblar
Posts: 21
Joined: Thu Oct 09, 2014 5:48 am
Location: Patras, Greece

Re: Problem with tutorials

Post by Prosorinos »

Thank you very much..
Post Reply