|
|

楼主 |
发表于 2006-8-12 21:06:00
|
显示全部楼层
Re:谁有OGRE以前的版本??支持VC++6.0的!!
0.13版本我已经下载了
路径也设置了。
编译例子的Ogre.dsw也通过了,但是连接的时候
出现cannot open file "OgreMain.lib",说没有这个LIB文件,我在里面找没有,
我在orge1.2的SDK中找到了(我的版本其他文件的版本为0.13,感觉应该这样不行,谁有这个LIB麻烦上传一下,谢谢),我把它加入LIB的路径,出现了错误
resnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void * __thiscall Ogre::MemoryManager: p_new_sc(unsigned int,unsigned int)" (__imp_?op_new_sc@MemoryManager@Ogre@@AAEPAXII@Z)
main.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)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: unsigned int __thiscall Ogre::MemoryManager::_getProcessID(void)" (__imp_?_getProcessID@MemoryManager@Ogre@@AAEIXZ)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: unsigned int __thiscall Ogre::MemoryManager::_getProcessID(void)" (__imp_?_getProcessID@MemoryManager@Ogre@@AAEIXZ)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::MemoryManager Ogre::MemoryManager::sMemManager" (__imp_?sMemManager@MemoryManager@Ogre@@2V12@A)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::MemoryManager Ogre::MemoryManager::sMemManager" (__imp_?sMemManager@MemoryManager@Ogre@@2V12@A)
Fresnel.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)
main.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)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::String::~String(void)" (__imp_??1String@Ogre@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::String::~String(void)" (__imp_??1String@Ogre@@QAE@XZ)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::String __thiscall Ogre::Exception::getFullDescription(void)const " (__imp_?getFullDescription@Exception@Ogre@@QBE?AVString@2@XZ)
Fresnel.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)
main.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)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Root::Root(class Ogre::String const &,class Ogre::String const &,class Ogre::String const &)" (__imp_??0Root@Ogre@@QAE@ABVString@1@00@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::String::String(char const *)" (__imp_??0String@Ogre@@QAE@PBD@Z)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::String::String(char const *)" (__imp_??0String@Ogre@@QAE@PBD@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::RenderWindow * __thiscall Ogre::Root::initialise(bool)" (__imp_?initialise@Root@Ogre@@QAEPAVRenderWindow@2@_N@Z)
Fresnel.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)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Camera::setNearClipDistance(float)" (__imp_?setNearClipDistance@Camera@Ogre@@QAEXM@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Ogre::EventListener::isMulticaster(void)const " (?isMulticaster@EventListener@Ogre@@UBE_NXZ)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::OverlayManager::createCursorOverlay(void)" (__imp_?createCursorOverlay@OverlayManager@Ogre@@QAEXXZ)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Camera::setDetailLevel(enum Ogre::SceneDetailLevel)" (__imp_?setDetailLevel@Camera@Ogre@@QAEXW4SceneDetailLevel@2@@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::String::String(class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &)" (__imp_??0String@Ogre@@QAE@ABV
?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@@Z)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::String::String(class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &)" (__imp_??0String@Ogre@@QAE@ABV?$b
asic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Camera::yaw(float)" (__imp_?yaw@Camera@Ogre@@QAEXM@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Exception::Exception(int,class Ogre::String const &,class Ogre::String const &,char *,long)" (__imp_??0Exception@Ogre@@QAE@HABVString@1@0PADJ@Z)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Exception::Exception(int,class Ogre::String const &,class Ogre::String const &,char *,long)" (__imp_??0Exception@Ogre@@QAE@HABVString@1@0PADJ@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Camera::pitch(float)" (__imp_?pitch@Camera@Ogre@@QAEXM@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::String const & __thiscall Ogre::RenderTarget::getDebugText(void)const " (__imp_?getDebugText@RenderTarget@Ogre@@QBEABVString@2@XZ)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::String __cdecl Ogre::StringConverter::toString(unsigned int)" (__imp_?toString@StringConverter@Ogre@@SA?AVString@2@I@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::String __cdecl Ogre::StringConverter::toString(unsigned long)" (__imp_?toString@StringConverter@Ogre@@SA?AVString@2@K@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::String __cdecl Ogre::StringConverter::toString(float)" (__imp_?toString@StringConverter@Ogre@@SA?AVString@2@M@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::GuiElement * __thiscall Ogre::GuiManager::getGuiElement(class Ogre::String const &,bool)" (__imp_?getGuiElement@GuiManager@Ogre@@QAEPAVGuiElement@2@AB
VString@2@_N@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::GuiManager & __cdecl Ogre::GuiManager::getSingleton(void)" (__imp_?getSingleton@GuiManager@Ogre@@SAAAV12@XZ)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::ConfigFile::~ConfigFile(void)" (__imp_??1ConfigFile@Ogre@@QAE@XZ)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::ResourceManager::addCommonArchiveEx(class Ogre::String const &,class Ogre::String const &)" (__imp_?addCommonArchiveEx@ResourceManager@O
gre@@SAXABVString@2@0@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::String & __thiscall Ogre::String::operator=(class Ogre::String const &)" (__imp_??4String@Ogre@@QAEAAV01@ABV01@@Z)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::String & __thiscall Ogre::String::operator=(class Ogre::String const &)" (__imp_??4String@Ogre@@QAEAAV01@ABV01@@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::String::String(void)" (__imp_??0String@Ogre@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::String::String(void)" (__imp_??0String@Ogre@@QAE@XZ)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::MapIterator<class _STL::multimap<class Ogre::String,class Ogre::String,struct _STL::less<class Ogre::String>,class _STL::allocator<struct _STL::pair<c
lass Ogre::String const ,class Ogre::String> > > > __thiscall Ogre::ConfigFile::getSettingsIterator(void)" (__imp_?getSettingsIterator@ConfigFile@Ogre@@QAE?AV?$MapIterator@V?$multimap@VString@Ogre@@V12@U?$less@VString@Ogre@@@_STL@@V?$allocator@U?$pa
ir@$$CBVString@Ogre@@V12@@_STL@@@4@@_STL@@@2@XZ)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::ConfigFile::load(class Ogre::String const &,class Ogre::String const &,bool)" (__imp_?load@ConfigFile@Ogre@@QAEXABVString@2@0_N@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::AnimationState * __thiscall Ogre::Entity::getAnimationState(class Ogre::String const &)" (__imp_?getAnimationState@Entity@Ogre@@QAEPAVAnimationState@2
@ABVString@2@@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Entity::setMaterialName(class Ogre::String const &)" (__imp_?setMaterialName@Entity@Ogre@@QAEXABVString@2@@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::Mesh * __thiscall Ogre::MeshManager::createPlane(class Ogre::String const &,class Ogre: lane const &,float,float,int,int,bool,int,float,float,class O
gre::Vector3 const &,enum Ogre::HardwareBuffer::Usage,enum Ogre::HardwareBuffer::Usage,bool,bool)" (__imp_?createPlane@MeshManager@Ogre@@QAEPAVMesh@2@ABVString@2@ABVPlane@2@MMHH_NHMMABVVector3@2@W4Usage@HardwareBuffer@2@422@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::TextureUnitState::setTextureName(class Ogre::String const &,enum Ogre::TextureType)" (__imp_?setTextureName@TextureUnitState@Ogre@@QAEXABVSt
ring@2@W4TextureType@2@@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre: uaternion __thiscall Ogre::Vector3::getRotationTo(class Ogre::Vector3 const &)const " (__imp_?getRotationTo@Vector3@Ogre@@QBE?AVQuaternion@2@ABV12@@Z
)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Camera::enableReflection(class Ogre::Plane const &)" (__imp_?enableReflection@Camera@Ogre@@QAEXABVPlane@2@@Z)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Camera::disableReflection(void)" (__imp_?disableReflection@Camera@Ogre@@QAEXXZ)
Fresnel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::String::String(class Ogre::String const &)" (__imp_??0String@Ogre@@QAE@ABV01@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual class Ogre::Resource * __thiscall Ogre::ResourceManager::getByHandle(unsigned long)" (?getByHandle@ResourceManager@Ogre@@UAEPAVResource@2@K@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual class Ogre::Resource * __thiscall Ogre::ResourceManager::getByName(class Ogre::String const &)" (?getByName@ResourceManager@Ogre@@UAEPAVResource@2@ABVString@2@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::ResourceManager::unloadAndDestroyAll(void)" (?unloadAndDestroyAll@ResourceManager@Ogre@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::ResourceManager::unload(class Ogre::Resource *)" (?unload@ResourceManager@Ogre@@UAEXPAVResource@2@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::ResourceManager::add(class Ogre::Resource *)" (?add@ResourceManager@Ogre@@UAEXPAVResource@2@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::ResourceManager::load(class Ogre::Resource *,int)" (?load@ResourceManager@Ogre@@UAEXPAVResource@2@H@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual class Ogre::Resource * __thiscall Ogre::MaterialManager::create(class Ogre::String const &)" (?create@MaterialManager@Ogre@@UAEPAVResource@2@ABVString@2@@Z)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall Ogre::SDDataChunk::~SDDataChunk(void)" (__imp_??1SDDataChunk@Ogre@@UAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall OldMaterialReader::~OldMaterialReader(void)" (??1OldMaterialReader@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::MaterialSerializer::exportQueued(class Ogre::String const &)" (__imp_?exportQueued@MaterialSerializer@Ogre@@QAEXABVString@2@@Z)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::MaterialSerializer::queueForExport(class Ogre::Material const *,bool,bool)" (__imp_?queueForExport@MaterialSerializer@Ogre@@QAEXPBVMaterial@2@_
N1@Z)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::String const & __thiscall Ogre::Material::getName(void)const " (__imp_?getName@Material@Ogre@@QBEABVString@2@XZ)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::MapIterator<class _STL::map<unsigned long,class Ogre::Resource *,struct _STL::less<unsigned long>,class _STL::allocator<struct _STL::pair<unsigned long c
onst ,class Ogre::Resource *> > > > __thiscall Ogre::ResourceManager::getResourceIterator(void)" (__imp_?getResourceIterator@ResourceManager@Ogre@@QAE?AV?$MapIterator@V?$map@KPAVResource@Ogre@@U?$less@K@_STL@@V?$allocator@U?$pair@$$CBKPAVResource@Og
re@@@_STL@@@4@@_STL@@@2@XZ)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall OldMaterialReader::parseScript(class Ogre: ataChunk &)" (?parseScript@OldMaterialReader@@QAEXAAVDataChunk@Ogre@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall OldMaterialReader::OldMaterialReader(void)" (??0OldMaterialReader@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned char * __thiscall Ogre::DataChunk::getPtr(void)" (__imp_?getPtr@DataChunk@Ogre@@QAEPAEXZ)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned char * __thiscall Ogre::DataChunk::allocate(unsigned int,unsigned char const *)" (__imp_?allocate@DataChunk@Ogre@@QAEPAEIPBE@Z)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::String::operator char const *(void)const " (__imp_??BString@Ogre@@QBEPBDXZ)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::SDDataChunk::SDDataChunk(void)" (__imp_??0SDDataChunk@Ogre@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre: og * __thiscall Ogre::LogManager::createLog(class Ogre::String const &,bool,bool)" (__imp_?createLog@LogManager@Ogre@@QAEPAVLog@2@ABVString@2@_N1@Z)
../../Common/Bin/Debug/Demo_Fresnel.exe : fatal error LNK1120: 59 unresolved externals
好像是没有加入相应的DLL,要加哪些DLL?? |
|