游戏开发论坛

 找回密码
 立即注册
搜索
查看: 2995|回复: 5

Ogre中的例子SkyPlane编译出错,达人来看看

[复制链接]

25

主题

104

帖子

104

积分

注册会员

Rank: 2

积分
104
发表于 2006-11-20 00:32:00 | 显示全部楼层 |阅读模式
错误        1        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) private: void * __thiscall Ogre::MemoryManager:p_new_sc(unsigned int,unsigned int)" (__imp_?op_new_sc@MemoryManager@Ogre@@AAEPAXII@Z),该符号在函数 "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) 中被引用        SkyPlane.obj       
错误        2        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) private: unsigned int __thiscall Ogre::MemoryManager::_getProcessID(void)" (__imp_?_getProcessID@MemoryManager@Ogre@@AAEIXZ),该符号在函数 "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) 中被引用        SkyPlane.obj       
错误        3        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: static class Ogre::MemoryManager & __cdecl Ogre::MemoryManager::instance(void)" (__imp_?instance@MemoryManager@Ogre@@SAAAV12@XZ),该符号在函数 "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) 中被引用        SkyPlane.obj       
错误        4        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) private: void __thiscall Ogre::MemoryManager::op_del_sc(void *,unsigned int)" (__imp_?op_del_sc@MemoryManager@Ogre@@AAEXPAXI@Z),该符号在函数 "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) 中被引用        SkyPlane.obj       
错误        5        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Ogre::Exception::getFullDescription(void)const " (__imp_?getFullDescription@Exception@Ogre@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ),该符号在函数 __catch$_WinMain@16$0 中被引用        SkyPlane.obj       
错误        6        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall Ogre::Root::startRendering(void)" (__imp_?startRendering@Root@Ogre@@QAEXXZ),该符号在函数 "public: virtual void __thiscall ExampleApplication::go(void)" (?go@ExampleApplication@@UAEXXZ) 中被引用        SkyPlane.obj       
错误        7        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: static class Ogre::TextureManager & __cdecl Ogre::TextureManager::getSingleton(void)" (__imp_?getSingleton@TextureManager@Ogre@@SAAAV12@XZ),该符号在函数 "protected: virtual bool __thiscall ExampleApplication::setup(void)" (?setup@ExampleApplication@@MAE_NXZ) 中被引用        SkyPlane.obj       
错误        8        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall Ogre::Root::Root(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 &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_??0Root@Ogre@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z),该符号在函数 "protected: virtual bool __thiscall ExampleApplication::setup(void)" (?setup@ExampleApplication@@MAE_NXZ) 中被引用        SkyPlane.obj       
错误        9        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall Ogre::MemoryManager::setOwner(char const *,unsigned int,char const *)" (__imp_?setOwner@MemoryManager@Ogre@@QAEXPBDI0@Z),该符号在函数 "protected: virtual bool __thiscall ExampleApplication::setup(void)" (?setup@ExampleApplication@@MAE_NXZ) 中被引用        SkyPlane.obj       
错误        10        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class Ogre::RenderWindow * __thiscall Ogre::Root::initialise(bool,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?initialise@Root@Ogre@@QAEPAVRenderWindow@2@_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z),该符号在函数 "protected: virtual bool __thiscall ExampleApplication::configure(void)" (?configure@ExampleApplication@@MAE_NXZ) 中被引用        SkyPlane.obj       
错误        11        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: bool __thiscall Ogre::Root::showConfigDialog(void)" (__imp_?showConfigDialog@Root@Ogre@@QAE_NXZ),该符号在函数 "protected: virtual bool __thiscall ExampleApplication::configure(void)" (?configure@ExampleApplication@@MAE_NXZ) 中被引用        SkyPlane.obj       
错误        12        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class Ogre::SceneManager * __thiscall Ogre::Root::createSceneManager(unsigned short,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?createSceneManager@Root@Ogre@@QAEPAVSceneManager@2@GABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z),该符号在函数 "protected: virtual void __thiscall ExampleApplication::chooseSceneManager(void)" (?chooseSceneManager@ExampleApplication@@MAEXXZ) 中被引用        SkyPlane.obj       
错误        13        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall Ogre::Camera::lookAt(class Ogre::Vector3 const &)" (__imp_?lookAt@Camera@Ogre@@QAEXABVVector3@2@@Z),该符号在函数 "protected: virtual void __thiscall ExampleApplication::createCamera(void)" (?createCamera@ExampleApplication@@MAEXXZ) 中被引用        SkyPlane.obj       
错误        14        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall Ogre::Camera::setPosition(class Ogre::Vector3 const &)" (__imp_?setPosition@Camera@Ogre@@QAEXABVVector3@2@@Z),该符号在函数 "protected: virtual void __thiscall ExampleApplication::createCamera(void)" (?createCamera@ExampleApplication@@MAEXXZ) 中被引用        SkyPlane.obj       
错误        15        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall Ogre::Vector3::Vector3(float,float,float)" (__imp_??0Vector3@Ogre@@QAE@MMM@Z),该符号在函数 "protected: virtual void __thiscall ExampleApplication::createCamera(void)" (?createCamera@ExampleApplication@@MAEXXZ) 中被引用        SkyPlane.obj       
错误        16        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall Ogre::Root::addFrameListener(class Ogre::FrameListener *)" (__imp_?addFrameListener@Root@Ogre@@QAEXPAVFrameListener@2@@Z),该符号在函数 "protected: virtual void __thiscall ExampleApplication::createFrameListener(void)" (?createFrameListener@ExampleApplication@@MAEXXZ) 中被引用        SkyPlane.obj       
错误        17        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: virtual __thiscall Ogre::KeyListener::~KeyListener(void)" (__imp_??1KeyListener@Ogre@@UAE@XZ),该符号在函数 __unwindfunclet$??0ExampleFrameListener@@QAE@PAVRenderWindow@Ogre@@PAVCamera@2@_N2@Z$0 中被引用        SkyPlane.obj       
错误        18        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: virtual __thiscall Ogre::FrameListener::~FrameListener(void)" (__imp_??1FrameListener@Ogre@@UAE@XZ),该符号在函数 __unwindfunclet$??0ExampleFrameListener@@QAE@PAVRenderWindow@Ogre@@PAVCamera@2@_N2@Z$0 中被引用        SkyPlane.obj       
错误        19        error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class Ogre::Vector3 & __thiscall Ogre::Vector3::operator=(class Ogre::Vector3 const &)" (__imp_??4Vector3@Ogre@@QAEAAV01@ABV01@@Z),该符号在函数 "public: __thiscall ExampleFrameListener::ExampleFrameListener(class Ogre::RenderWindow *,class Ogre::Camera *,bool,bool)" (??0ExampleFrameListener@@QAE@PAVRenderWindow@Ogre@@PAVCamera@2@_N2@Z) 中被引用        SkyPlane.obj       
..........
都是连接错误

第一次用Ogre,不知道哪里没设置好,DX SDK和OGRE SDK都设置好了,我用的VS2005

       









44

主题

248

帖子

274

积分

中级会员

Rank: 3Rank: 3

积分
274
发表于 2006-11-20 09:49:00 | 显示全部楼层

Re:Ogre中的例子SkyPlane编译出错,达人来看看

lib没设

25

主题

104

帖子

104

积分

注册会员

Rank: 2

积分
104
 楼主| 发表于 2006-11-20 11:57:00 | 显示全部楼层

Re:Ogre中的例子SkyPlane编译出错,达人来看看

都设置了啊

1

主题

4

帖子

0

积分

新手上路

Rank: 1

积分
0
发表于 2008-9-19 08:04:00 | 显示全部楼层

Re:Ogre中的例子SkyPlane编译出错,达人来看看

关注ing,偶也遇到了。。。。达人速来吧。。。。

35

主题

1735

帖子

1739

积分

金牌会员

Rank: 6Rank: 6

积分
1739
QQ
发表于 2008-9-19 11:01:00 | 显示全部楼层

Re:Ogre中的例子SkyPlane编译出错,达人来看看

可去本站的ogre论坛问,里面的坛主是OGRE高手,他自己曾花美金在亚马逊买OGRE资料,他便是——免费打工仔,一看这名字便知是打工仔中的贵族,问他错不了。

4

主题

17

帖子

17

积分

新手上路

Rank: 1

积分
17
发表于 2008-9-20 03:33:00 | 显示全部楼层

Re:Ogre中的例子SkyPlane编译出错,达人来看看

同意楼上
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

作品发布|文章投稿|广告合作|关于本站|游戏开发论坛 ( 闽ICP备17032699号-3 )

GMT+8, 2026-1-21 07:40

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表