Following that, I compiled a test project; but it terminates abnormally.

And now I am getting 75 errors from SkyPlane.cpp.
Code: Select all
--------------------Configuration: Test - Win32 Debug--------------------
Compiling...
SkyPlane.cpp
SkyPlane.obj : error LNK2001: unresolved external symbol __imp__MessageBoxA@16
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > __thiscall Ogre::Exception::getFullDescription(void)const " (__imp_?get
FullDescription@Exception@Ogre@@QBE?AV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void * __thiscall Ogre::MemoryManager::op_new_sc(unsigned int,unsigned int)" (__imp_?op_new_sc@MemoryManager@Ogre@@AAEPAXII@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: unsigned int __thiscall Ogre::MemoryManager::_getProcessID(void)" (__imp_?_getProcessID@MemoryManager@Ogre@@AAEIXZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::MemoryManager Ogre::MemoryManager::sMemManager" (__imp_?sMemManager@MemoryManager@Ogre@@2V12@A)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void __thiscall Ogre::MemoryManager::op_del_sc(void *,unsigned int)" (__imp_?op_del_sc@MemoryManager@Ogre@@AAEXPAXI@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Root::startRendering(void)" (__imp_?startRendering@Root@Ogre@@QAEXXZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::TextureManager & __cdecl Ogre::TextureManager::getSingleton(void)" (__imp_?getSingleton@TextureManager@Ogre@@SAAAV12@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Root::Root(class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &,class _STL::basic_string<char,class
_STL::char_traits<char>,class _STL::allocator<char> > const &,class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &)" (__imp_??0Root@Ogre@@QAE@ABV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_
STL@@00@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::MemoryManager::setOwner(char const *,unsigned int,char const *)" (__imp_?setOwner@MemoryManager@Ogre@@QAEXPBDI0@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::RenderWindow * __thiscall Ogre::Root::initialise(bool,class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const
&)" (__imp_?initialise@Root@Ogre@@QAEPAVRenderWindow@2@_NABV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Ogre::Root::showConfigDialog(void)" (__imp_?showConfigDialog@Root@Ogre@@QAE_NXZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::SceneManager * __thiscall Ogre::Root::getSceneManager(enum Ogre::SceneType)" (__imp_?getSceneManager@Root@Ogre@@QAEPAVSceneManager@2@W4SceneType@2@@Z
)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Camera::lookAt(class Ogre::Vector3 const &)" (__imp_?lookAt@Camera@Ogre@@QAEXABVVector3@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Camera::setPosition(class Ogre::Vector3 const &)" (__imp_?setPosition@Camera@Ogre@@QAEXABVVector3@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Vector3::Vector3(float,float,float)" (__imp_??0Vector3@Ogre@@QAE@MMM@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Root::addFrameListener(class Ogre::FrameListener *)" (__imp_?addFrameListener@Root@Ogre@@QAEXPAVFrameListener@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::KeyListener::keyFocusOut(class Ogre::KeyEvent *)" (?keyFocusOut@KeyListener@Ogre@@UAEXPAVKeyEvent@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::KeyListener::keyFocusIn(class Ogre::KeyEvent *)" (?keyFocusIn@KeyListener@Ogre@@UAEXPAVKeyEvent@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Ogre::EventListener::isMulticaster(void)const " (?isMulticaster@EventListener@Ogre@@UBE_NXZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Ogre::FrameListener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@FrameListener@Ogre@@UAE_NABUFrameEvent@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Ogre::EventProcessor::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@EventProcessor@Ogre@@UAE_NABUFrameEvent@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall Ogre::FrameListener::~FrameListener(void)" (__imp_??1FrameListener@Ogre@@UAE@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::Vector3 & __thiscall Ogre::Vector3::operator=(class Ogre::Vector3 const &)" (__imp_??4Vector3@Ogre@@QAEAAV01@ABV01@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::Vector3 const Ogre::Vector3::ZERO" (__imp_?ZERO@Vector3@Ogre@@2V12@B)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::InputReader * __thiscall Ogre::PlatformManager::createInputReader(void)" (__imp_?createInputReader@PlatformManager@Ogre@@QAEPAVInputReader@2@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::PlatformManager & __cdecl Ogre::PlatformManager::getSingleton(void)" (__imp_?getSingleton@PlatformManager@Ogre@@SAAAV12@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::InputReader * __thiscall Ogre::EventProcessor::getInputReader(void)" (__imp_?getInputReader@EventProcessor@Ogre@@QAEPAVInputReader@2@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::KeyTarget::addKeyListener(class Ogre::KeyListener *)" (__imp_?addKeyListener@KeyTarget@Ogre@@QAEXPAVKeyListener@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::EventProcessor::startProcessingEvents(bool)" (__imp_?startProcessingEvents@EventProcessor@Ogre@@QAEX_N@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::OverlayManager::createCursorOverlay(void)" (__imp_?createCursorOverlay@OverlayManager@Ogre@@QAEXXZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::EventProcessor::initialise(class Ogre::RenderWindow *)" (__imp_?initialise@EventProcessor@Ogre@@QAEXPAVRenderWindow@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::EventProcessor::EventProcessor(void)" (__imp_??0EventProcessor@Ogre@@QAE@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::OverlayManager & __cdecl Ogre::OverlayManager::getSingleton(void)" (__imp_?getSingleton@OverlayManager@Ogre@@SAAAV12@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Vector3::Vector3(void)" (__imp_??0Vector3@Ogre@@QAE@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::KeyListener::KeyListener(void)" (__imp_??0KeyListener@Ogre@@QAE@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::FrameListener::FrameListener(void)" (__imp_??0FrameListener@Ogre@@QAE@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > __cdecl Ogre::StringConverter::toString(class Ogre::Vector3 cons
t &)" (__imp_?toString@StringConverter@Ogre@@SA?AV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@ABVVector3@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::Vector3 const & __thiscall Ogre::Camera::getDerivedPosition(void)const " (__imp_?getDerivedPosition@Camera@Ogre@@QBEABVVector3@2@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > __cdecl Ogre::StringConverter::toString(class Ogre::Quaternion c
onst &)" (__imp_?toString@StringConverter@Ogre@@SA?AV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@ABVQuaternion@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::Quaternion const & __thiscall Ogre::Camera::getDerivedOrientation(void)const " (__imp_?getDerivedOrientation@Camera@Ogre@@QBEABVQuaternion@2@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Camera::setDetailLevel(enum Ogre::SceneDetailLevel)" (__imp_?setDetailLevel@Camera@Ogre@@QAEXW4SceneDetailLevel@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::MaterialManager::setDefaultAnisotropy(unsigned int)" (__imp_?setDefaultAnisotropy@MaterialManager@Ogre@@QAEXI@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::MaterialManager & __cdecl Ogre::MaterialManager::getSingleton(void)" (__imp_?getSingleton@MaterialManager@Ogre@@SAAAV12@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Camera::yaw(class Ogre::Radian const &)" (__imp_?yaw@Camera@Ogre@@QAEXABVRadian@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static float __cdecl Ogre::Math::DegreesToRadians(float)" (__imp_?DegreesToRadians@Math@Ogre@@SAMM@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Overlay::hide(void)" (__imp_?hide@Overlay@Ogre@@QAEXXZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Overlay::show(void)" (__imp_?show@Overlay@Ogre@@QAEXXZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Camera::moveRelative(class Ogre::Vector3 const &)" (__imp_?moveRelative@Camera@Ogre@@QAEXABVVector3@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Camera::pitch(class Ogre::Radian const &)" (__imp_?pitch@Camera@Ogre@@QAEXABVRadian@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const & __thiscall Ogre::RenderTarget::getDebugText(void)const " (__imp
_?getDebugText@RenderTarget@Ogre@@QBEABV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > __cdecl Ogre::StringConverter::toString(unsigned int,unsigned sh
ort,char,int)" (__imp_?toString@StringConverter@Ogre@@SA?AV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@IGDH@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > __cdecl Ogre::StringConverter::toString(unsigned long,unsigned s
hort,char,int)" (__imp_?toString@StringConverter@Ogre@@SA?AV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@KGDH@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > __cdecl Ogre::StringConverter::toString(float,unsigned short,uns
igned short,char,int)" (__imp_?toString@StringConverter@Ogre@@SA?AV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@MGGDH@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::GuiElement * __thiscall Ogre::GuiManager::getGuiElement(class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > con
st &,bool)" (__imp_?getGuiElement@GuiManager@Ogre@@QAEPAVGuiElement@2@ABV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@_N@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::GuiManager & __cdecl Ogre::GuiManager::getSingleton(void)" (__imp_?getSingleton@GuiManager@Ogre@@SAAAV12@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: char __thiscall Ogre::KeyEvent::getKeyChar(void)" (__imp_?getKeyChar@KeyEvent@Ogre@@QAEDXZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::PlatformManager::destroyInputReader(class Ogre::InputReader *)" (__imp_?destroyInputReader@PlatformManager@Ogre@@QAEXPAVInputReader@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall Ogre::EventProcessor::~EventProcessor(void)" (__imp_??1EventProcessor@Ogre@@UAE@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall Ogre::Viewport::getActualHeight(void)const " (__imp_?getActualHeight@Viewport@Ogre@@QBEHXZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall Ogre::Viewport::getActualWidth(void)const " (__imp_?getActualWidth@Viewport@Ogre@@QBEHXZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Viewport::setBackgroundColour(class Ogre::ColourValue const &)" (__imp_?setBackgroundColour@Viewport@Ogre@@QAEXABVColourValue@2@@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::ColourValue::ColourValue(float,float,float,float)" (__imp_??0ColourValue@Ogre@@QAE@MMMM@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::ConfigFile::~ConfigFile(void)" (__imp_??1ConfigFile@Ogre@@QAE@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::ResourceManager::addCommonArchiveEx(class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &,c
lass _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &)" (__imp_?addCommonArchiveEx@ResourceManager@Ogre@@SAXABV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@0@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::MapIterator<class _STL::multimap<class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> >,class _STL::basic_string<c
har,class _STL::char_traits<char>,class _STL::allocator<char> >,struct _STL::less<class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > >,class _STL::allocator<struct _STL::pair<class _STL::basic_string<char,class
_STL::char_traits<char>,class _STL::allocator<char> > const ,class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > > > > > __thiscall Ogre::ConfigFile::getSettingsIterator(void)" (__imp_?getSettingsIterator@Confi
gFile@Ogre@@QAE?AV?$MapIterator@V?$multimap@V?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@V12@U?$less@V?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DV?$char_traits@D@_ST
L@@V?$allocator@D@2@@_STL@@V12@@_STL@@@2@@_STL@@@2@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::ConfigFile::load(class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &,class _STL::basic_string
<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &,bool)" (__imp_?load@ConfigFile@Ogre@@QAEXABV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@0_N@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::ConfigFile::ConfigFile(void)" (__imp_??0ConfigFile@Ogre@@QAE@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Root::~Root(void)" (__imp_??1Root@Ogre@@QAE@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Light::setPosition(float,float,float)" (__imp_?setPosition@Light@Ogre@@QAEXMMM@Z)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::Vector3 __thiscall Ogre::Vector3::operator-(void)const " (__imp_??GVector3@Ogre@@QBE?AV01@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::Vector3 const Ogre::Vector3::UNIT_Y" (__imp_?UNIT_Y@Vector3@Ogre@@2V12@B)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Plane::Plane(void)" (__imp_??0Plane@Ogre@@QAE@XZ)
SkyPlane.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::SceneManager::setAmbientLight(class Ogre::ColourValue const &)" (__imp_?setAmbientLight@SceneManager@Ogre@@QAEXABVColourValue@2@@Z)
SkyPlane.exe : fatal error LNK1120: 74 unresolved externals
Error executing cl.exe.
SkyPlane.obj - 75 error(s), 0 warning(s)

