IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Ogre Discussion :

Problême de compilation ( links, DLL )


Sujet :

Ogre

  1. #1
    Membre à l'essai
    Inscrit en
    Mars 2006
    Messages
    26
    Détails du profil
    Informations forums :
    Inscription : Mars 2006
    Messages : 26
    Points : 22
    Points
    22
    Par défaut Problême de compilation ( links, DLL )
    Yop yop,bonjour tout le monde !

    Je travaillais avec irrlicht, mais je souhaite essayer ogre maintenant.

    Cependant, j'ai un problème a la compilation, et je ne sais pas ce qu'il ne vas pas ( j'ai suivi les tutos pour installer correctement le SDK ).

    Voici mes messages d'erreur :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    ------ Début de la génération : Projet : Arcis_Ogre, Configuration : Debug Win32 ------
    Édition des liens en cours...
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: __thiscall Ogre::Root::~Root(void)" (__imp_??1Root@Ogre@@QAE@XZ) référencé dans la fonction "public: void * __thiscall Ogre::Root::`scalar deleting destructor'(unsigned int)" (??_GRoot@Ogre@@QAEPAXI@Z)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: void __thiscall Ogre::Root::startRendering(void)" (__imp_?startRendering@Root@Ogre@@QAEXXZ) référencé dans la fonction "public: void __thiscall CCore::run(void)" (?run@CCore@@QAEXXZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: virtual __thiscall Ogre::ConfigFile::~ConfigFile(void)" (__imp_??1ConfigFile@Ogre@@UAE@XZ) référencé dans la fonction "protected: void __thiscall CCore::setupRessources(void)" (?setupRessources@CCore@@IAEXXZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: void __thiscall Ogre::ResourceGroupManager::addResourceLocation(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 &,bool)" (__imp_?addResourceLocation@ResourceGroupManager@Ogre@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00_N@Z) référencé dans la fonction "protected: void __thiscall CCore::setupRessources(void)" (?setupRessources@CCore@@IAEXXZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: static class Ogre::ResourceGroupManager & __cdecl Ogre::ResourceGroupManager::getSingleton(void)" (__imp_?getSingleton@ResourceGroupManager@Ogre@@SAAAV12@XZ) référencé dans la fonction "protected: void __thiscall CCore::setupRessources(void)" (?setupRessources@CCore@@IAEXXZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: class Ogre::MapIterator<class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::multimap<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<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> > > > > *,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::multimap<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<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> > > > > *> > > > __thiscall Ogre::ConfigFile::getSectionIterator(void)" (__imp_?getSectionIterator@ConfigFile@Ogre@@QAE?AV?$MapIterator@V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAV?$multimap@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@@2@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAV?$multimap@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@@2@@std@@@2@@std@@@2@XZ) référencé dans la fonction "protected: void __thiscall CCore::setupRessources(void)" (?setupRessources@CCore@@IAEXXZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: void __thiscall Ogre::ConfigFile::load(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 &,bool)" (__imp_?load@ConfigFile@Ogre@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0_N@Z) référencé dans la fonction "protected: void __thiscall CCore::setupRessources(void)" (?setupRessources@CCore@@IAEXXZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: __thiscall Ogre::ConfigFile::ConfigFile(void)" (__imp_??0ConfigFile@Ogre@@QAE@XZ) référencé dans la fonction "protected: void __thiscall CCore::setupRessources(void)" (?setupRessources@CCore@@IAEXXZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: void __thiscall Ogre::Root::addFrameListener(class Ogre::FrameListener *)" (__imp_?addFrameListener@Root@Ogre@@QAEXPAVFrameListener@2@@Z) référencé dans la fonction "protected: virtual bool __thiscall CCore::init(void)" (?init@CCore@@MAE_NXZ)
    CWater.obj : error LNK2001: symbole externe non résolu "__declspec(dllimport) public: void __thiscall Ogre::Root::addFrameListener(class Ogre::FrameListener *)" (__imp_?addFrameListener@Root@Ogre@@QAEXPAVFrameListener@2@@Z)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: __thiscall Ogre::Vector3::Vector3(class Ogre::Vector3 const &)" (__imp_??0Vector3@Ogre@@QAE@ABV01@@Z) référencé dans la fonction "protected: virtual bool __thiscall CCore::init(void)" (?init@CCore@@MAE_NXZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: class Ogre::Vector3 const & __thiscall Ogre::Camera::getPosition(void)const " (__imp_?getPosition@Camera@Ogre@@QBEABVVector3@2@XZ) référencé dans la fonction "protected: virtual bool __thiscall CCore::init(void)" (?init@CCore@@MAE_NXZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: static class Ogre::Vector3 const Ogre::Vector3::NEGATIVE_UNIT_Y" (__imp_?NEGATIVE_UNIT_Y@Vector3@Ogre@@2V12@B) référencé dans la fonction "protected: virtual bool __thiscall CCore::init(void)" (?init@CCore@@MAE_NXZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: void __thiscall Ogre::ResourceGroupManager::initialiseAllResourceGroups(void)" (__imp_?initialiseAllResourceGroups@ResourceGroupManager@Ogre@@QAEXXZ) référencé dans la fonction "protected: virtual bool __thiscall CCore::init(void)" (?init@CCore@@MAE_NXZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: static class Ogre::TextureManager & __cdecl Ogre::TextureManager::getSingleton(void)" (__imp_?getSingleton@TextureManager@Ogre@@SAAAV12@XZ) référencé dans la fonction "protected: virtual bool __thiscall CCore::init(void)" (?init@CCore@@MAE_NXZ)
    CWater.obj : error LNK2001: symbole externe non résolu "__declspec(dllimport) public: static class Ogre::TextureManager & __cdecl Ogre::TextureManager::getSingleton(void)" (__imp_?getSingleton@TextureManager@Ogre@@SAAAV12@XZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: int __thiscall Ogre::Viewport::getActualHeight(void)const " (__imp_?getActualHeight@Viewport@Ogre@@QBEHXZ) référencé dans la fonction "protected: virtual bool __thiscall CCore::init(void)" (?init@CCore@@MAE_NXZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: int __thiscall Ogre::Viewport::getActualWidth(void)const " (__imp_?getActualWidth@Viewport@Ogre@@QBEHXZ) référencé dans la fonction "protected: virtual bool __thiscall CCore::init(void)" (?init@CCore@@MAE_NXZ)
    CCore.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: void __thiscall Ogre::Viewport::setBackgroundColour(class Ogre::ColourValue const &)" (__imp_?setBackgroundColour@Viewport@Ogre@@QAEXABVColourValue@2@@Z) référencé dans la fonction "protected: virtual bool __thiscall CCore::init(void)" (?init@CCore@@MAE_NXZ)
    ...
    ...
    ...
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: class Ogre::Pass * __thiscall Ogre::Technique::getPass(unsigned short)" (__imp_?getPass@Technique@Ogre@@QAEPAVPass@2@G@Z) référencé dans la fonction "public: __thiscall CWater::CWater(class Ogre::Root *)" (??0CWater@@QAE@PAVRoot@Ogre@@@Z)
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: class Ogre::Technique * __thiscall Ogre::Material::getTechnique(unsigned short)" (__imp_?getTechnique@Material@Ogre@@QAEPAVTechnique@2@G@Z) référencé dans la fonction "public: __thiscall CWater::CWater(class Ogre::Root *)" (??0CWater@@QAE@PAVRoot@Ogre@@@Z)
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: class Ogre::Material * __thiscall Ogre::SharedPtr<class Ogre::Material>::operator->(void)const " (__imp_??C?$SharedPtr@VMaterial@Ogre@@@Ogre@@QBEPAVMaterial@1@XZ) référencé dans la fonction "public: __thiscall CWater::CWater(class Ogre::Root *)" (??0CWater@@QAE@PAVRoot@Ogre@@@Z)
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: __thiscall Ogre::MaterialPtr::MaterialPtr(class Ogre::SharedPtr<class Ogre::Resource> const &)" (__imp_??0MaterialPtr@Ogre@@QAE@ABV?$SharedPtr@VResource@Ogre@@@1@@Z) référencé dans la fonction "public: __thiscall CWater::CWater(class Ogre::Root *)" (??0CWater@@QAE@PAVRoot@Ogre@@@Z)
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: static class Ogre::MaterialManager & __cdecl Ogre::MaterialManager::getSingleton(void)" (__imp_?getSingleton@MaterialManager@Ogre@@SAAAV12@XZ) référencé dans la fonction "public: __thiscall CWater::CWater(class Ogre::Root *)" (??0CWater@@QAE@PAVRoot@Ogre@@@Z)
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: virtual __thiscall Ogre::HardwarePixelBufferSharedPtr::~HardwarePixelBufferSharedPtr(void)" (__imp_??1HardwarePixelBufferSharedPtr@Ogre@@UAE@XZ) référencé dans la fonction "public: __thiscall CWater::CWater(class Ogre::Root *)" (??0CWater@@QAE@PAVRoot@Ogre@@@Z)
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: class Ogre::HardwarePixelBuffer * __thiscall Ogre::SharedPtr<class Ogre::HardwarePixelBuffer>::operator->(void)const " (__imp_??C?$SharedPtr@VHardwarePixelBuffer@Ogre@@@Ogre@@QBEPAVHardwarePixelBuffer@1@XZ) référencé dans la fonction "public: __thiscall CWater::CWater(class Ogre::Root *)" (??0CWater@@QAE@PAVRoot@Ogre@@@Z)
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: class Ogre::Texture * __thiscall Ogre::SharedPtr<class Ogre::Texture>::operator->(void)const " (__imp_??C?$SharedPtr@VTexture@Ogre@@@Ogre@@QBEPAVTexture@1@XZ) référencé dans la fonction "public: __thiscall CWater::CWater(class Ogre::Root *)" (??0CWater@@QAE@PAVRoot@Ogre@@@Z)
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: class Ogre::TexturePtr __thiscall Ogre::TextureManager::createManual(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 &,enum Ogre::TextureType,unsigned int,unsigned int,int,enum Ogre::PixelFormat,int,class Ogre::ManualResourceLoader *)" (__imp_?createManual@TextureManager@Ogre@@QAE?AVTexturePtr@2@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0W4TextureType@2@IIHW4PixelFormat@2@HPAVManualResourceLoader@2@@Z) référencé dans la fonction "public: __thiscall CWater::CWater(class Ogre::Root *)" (??0CWater@@QAE@PAVRoot@Ogre@@@Z)
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: class Ogre::SceneManager * __thiscall Ogre::Root::getSceneManager(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)const " (__imp_?getSceneManager@Root@Ogre@@QBEPAVSceneManager@2@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) référencé dans la fonction "public: __thiscall CWater::CWater(class Ogre::Root *)" (??0CWater@@QAE@PAVRoot@Ogre@@@Z)
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: __thiscall Ogre::Plane::Plane(void)" (__imp_??0Plane@Ogre@@QAE@XZ) référencé dans la fonction "void __cdecl `dynamic initializer for 'reflectionPlane''(void)" (??__EreflectionPlane@@YAXXZ)
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: __thiscall Ogre::SimpleSpline::SimpleSpline(void)" (__imp_??0SimpleSpline@Ogre@@QAE@XZ) référencé dans la fonction "void __cdecl `dynamic initializer for 'fishSplines''(void)" (??__EfishSplines@@YAXXZ)
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: __thiscall Ogre::SimpleSpline::~SimpleSpline(void)" (__imp_??1SimpleSpline@Ogre@@QAE@XZ) référencé dans la fonction "void __cdecl `dynamic initializer for 'fishSplines''(void)" (??__EfishSplines@@YAXXZ)
    CWater.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: __thiscall Ogre::Vector3::Vector3(void)" (__imp_??0Vector3@Ogre@@QAE@XZ) référencé dans la fonction "void __cdecl `dynamic initializer for 'fishLastPosition''(void)" (??__EfishLastPosition@@YAXXZ)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: static float const Ogre::Math::fDeg2Rad" (__imp_?fDeg2Rad@Math@Ogre@@2MB) référencé dans la fonction "public: float __thiscall Ogre::Degree::valueRadians(void)const " (?valueRadians@Degree@Ogre@@QBEMXZ)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: virtual __thiscall Ogre::KeyListener::~KeyListener(void)" (__imp_??1KeyListener@Ogre@@UAE@XZ) référencé dans la fonction __unwindfunclet$??0IEventReceiver@@QAE@PAVRenderWindow@Ogre@@PAVCamera@2@_N2@Z$0
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: virtual __thiscall Ogre::FrameListener::~FrameListener(void)" (__imp_??1FrameListener@Ogre@@UAE@XZ) référencé dans la fonction __unwindfunclet$??0IEventReceiver@@QAE@PAVRenderWindow@Ogre@@PAVCamera@2@_N2@Z$0
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: class Ogre::InputReader * __thiscall Ogre::PlatformManager::createInputReader(void)" (__imp_?createInputReader@PlatformManager@Ogre@@QAEPAVInputReader@2@XZ) référencé dans la fonction "public: __thiscall IEventReceiver::IEventReceiver(class Ogre::RenderWindow *,class Ogre::Camera *,bool,bool)" (??0IEventReceiver@@QAE@PAVRenderWindow@Ogre@@PAVCamera@2@_N2@Z)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: static class Ogre::PlatformManager & __cdecl Ogre::PlatformManager::getSingleton(void)" (__imp_?getSingleton@PlatformManager@Ogre@@SAAAV12@XZ) référencé dans la fonction "public: __thiscall IEventReceiver::IEventReceiver(class Ogre::RenderWindow *,class Ogre::Camera *,bool,bool)" (??0IEventReceiver@@QAE@PAVRenderWindow@Ogre@@PAVCamera@2@_N2@Z)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: void __thiscall Ogre::KeyTarget::addKeyListener(class Ogre::KeyListener *)" (__imp_?addKeyListener@KeyTarget@Ogre@@QAEXPAVKeyListener@2@@Z) référencé dans la fonction "public: __thiscall IEventReceiver::IEventReceiver(class Ogre::RenderWindow *,class Ogre::Camera *,bool,bool)" (??0IEventReceiver@@QAE@PAVRenderWindow@Ogre@@PAVCamera@2@_N2@Z)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: void __thiscall Ogre::EventProcessor::startProcessingEvents(bool)" (__imp_?startProcessingEvents@EventProcessor@Ogre@@QAEX_N@Z) référencé dans la fonction "public: __thiscall IEventReceiver::IEventReceiver(class Ogre::RenderWindow *,class Ogre::Camera *,bool,bool)" (??0IEventReceiver@@QAE@PAVRenderWindow@Ogre@@PAVCamera@2@_N2@Z)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: void __thiscall Ogre::EventProcessor::initialise(class Ogre::RenderWindow *)" (__imp_?initialise@EventProcessor@Ogre@@QAEXPAVRenderWindow@2@@Z) référencé dans la fonction "public: __thiscall IEventReceiver::IEventReceiver(class Ogre::RenderWindow *,class Ogre::Camera *,bool,bool)" (??0IEventReceiver@@QAE@PAVRenderWindow@Ogre@@PAVCamera@2@_N2@Z)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: __thiscall Ogre::EventProcessor::EventProcessor(void)" (__imp_??0EventProcessor@Ogre@@QAE@XZ) référencé dans la fonction "public: __thiscall IEventReceiver::IEventReceiver(class Ogre::RenderWindow *,class Ogre::Camera *,bool,bool)" (??0IEventReceiver@@QAE@PAVRenderWindow@Ogre@@PAVCamera@2@_N2@Z)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) const Ogre::EventListener::`vftable'" (__imp_??_7EventListener@Ogre@@6B@) référencé dans la fonction "public: __thiscall IEventReceiver::IEventReceiver(class Ogre::RenderWindow *,class Ogre::Camera *,bool,bool)" (??0IEventReceiver@@QAE@PAVRenderWindow@Ogre@@PAVCamera@2@_N2@Z)
    IEventReceiver.obj : error LNK2001: symbole externe non résolu "public: virtual void __thiscall Ogre::KeyListener::keyFocusIn(class Ogre::KeyEvent *)" (?keyFocusIn@KeyListener@Ogre@@UAEXPAVKeyEvent@2@@Z)
    IEventReceiver.obj : error LNK2001: symbole externe non résolu "public: virtual void __thiscall Ogre::KeyListener::keyFocusOut(class Ogre::KeyEvent *)" (?keyFocusOut@KeyListener@Ogre@@UAEXPAVKeyEvent@2@@Z)
    IEventReceiver.obj : error LNK2001: symbole externe non résolu "public: virtual bool __thiscall Ogre::EventProcessor::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@EventProcessor@Ogre@@UAE_NABUFrameEvent@2@@Z)
    IEventReceiver.obj : error LNK2001: symbole externe non résolu "public: virtual void __thiscall Ogre::EventProcessor::processEvent(class Ogre::InputEvent *)" (?processEvent@EventProcessor@Ogre@@UAEXPAVInputEvent@2@@Z)
    IEventReceiver.obj : error LNK2001: symbole externe non résolu "public: virtual float __thiscall Ogre::EventProcessor::getLeft(void)const " (?getLeft@EventProcessor@Ogre@@UBEMXZ)
    IEventReceiver.obj : error LNK2001: symbole externe non résolu "public: virtual float __thiscall Ogre::EventProcessor::getTop(void)const " (?getTop@EventProcessor@Ogre@@UBEMXZ)
    IEventReceiver.obj : error LNK2001: symbole externe non résolu "public: virtual class Ogre::PositionTarget * __thiscall Ogre::EventProcessor::getPositionTargetParent(void)const " (?getPositionTargetParent@EventProcessor@Ogre@@UBEPAVPositionTarget@2@XZ)
    IEventReceiver.obj : error LNK2001: symbole externe non résolu "public: virtual bool __thiscall Ogre::EventProcessor::isKeyEnabled(void)const " (?isKeyEnabled@EventProcessor@Ogre@@UBE_NXZ)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: virtual __thiscall Ogre::EventProcessor::~EventProcessor(void)" (__imp_??1EventProcessor@Ogre@@UAE@XZ) référencé dans la fonction "public: virtual void * __thiscall Ogre::EventProcessor::`scalar deleting destructor'(unsigned int)" (??_GEventProcessor@Ogre@@UAEPAXI@Z)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: void __thiscall Ogre::Camera::moveRelative(class Ogre::Vector3 const &)" (__imp_?moveRelative@Camera@Ogre@@QAEXABVVector3@2@@Z) référencé dans la fonction "public: void __thiscall IEventReceiver::moveCamera(void)" (?moveCamera@IEventReceiver@@QAEXXZ)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: void __thiscall Ogre::Camera::pitch(class Ogre::Radian const &)" (__imp_?pitch@Camera@Ogre@@QAEXABVRadian@2@@Z) référencé dans la fonction "public: void __thiscall IEventReceiver::moveCamera(void)" (?moveCamera@IEventReceiver@@QAEXXZ)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: void __thiscall Ogre::Camera::yaw(class Ogre::Radian const &)" (__imp_?yaw@Camera@Ogre@@QAEXABVRadian@2@@Z) référencé dans la fonction "public: void __thiscall IEventReceiver::moveCamera(void)" (?moveCamera@IEventReceiver@@QAEXXZ)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: char __thiscall Ogre::KeyEvent::getKeyChar(void)" (__imp_?getKeyChar@KeyEvent@Ogre@@QAEDXZ) référencé dans la fonction "public: virtual void __thiscall IEventReceiver::keyClicked(class Ogre::KeyEvent *)" (?keyClicked@IEventReceiver@@UAEXPAVKeyEvent@Ogre@@@Z)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: virtual class Ogre::PositionTarget * __thiscall Ogre::EventProcessor::getPositionTargetParent(void)const " (__imp_?getPositionTargetParent@EventProcessor@Ogre@@UBEPAVPositionTarget@2@XZ) référencé dans la fonction "[thunk]:public: virtual class Ogre::PositionTarget * __thiscall Ogre::EventProcessor::getPositionTargetParent`adjustor{32}' (void)const " (?getPositionTargetParent@EventProcessor@Ogre@@WCA@BEPAVPositionTarget@2@XZ)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: virtual float __thiscall Ogre::EventProcessor::getTop(void)const " (__imp_?getTop@EventProcessor@Ogre@@UBEMXZ) référencé dans la fonction "[thunk]:public: virtual float __thiscall Ogre::EventProcessor::getTop`adjustor{32}' (void)const " (?getTop@EventProcessor@Ogre@@WCA@BEMXZ)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: virtual void __thiscall Ogre::EventProcessor::processEvent(class Ogre::InputEvent *)" (__imp_?processEvent@EventProcessor@Ogre@@UAEXPAVInputEvent@2@@Z) référencé dans la fonction "[thunk]:public: virtual void __thiscall Ogre::EventProcessor::processEvent`adjustor{60}' (class Ogre::InputEvent *)" (?processEvent@EventProcessor@Ogre@@WDM@AEXPAVInputEvent@2@@Z)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: virtual bool __thiscall Ogre::EventProcessor::isKeyEnabled(void)const " (__imp_?isKeyEnabled@EventProcessor@Ogre@@UBE_NXZ) référencé dans la fonction "[thunk]:public: virtual bool __thiscall Ogre::EventProcessor::isKeyEnabled`adjustor{32}' (void)const " (?isKeyEnabled@EventProcessor@Ogre@@WCA@BE_NXZ)
    IEventReceiver.obj : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: virtual float __thiscall Ogre::EventProcessor::getLeft(void)const " (__imp_?getLeft@EventProcessor@Ogre@@UBEMXZ) référencé dans la fonction "[thunk]:public: virtual float __thiscall Ogre::EventProcessor::getLeft`adjustor{32}' (void)const " (?getLeft@EventProcessor@Ogre@@WCA@BEMXZ)
    C:\Documents and Settings\Jc\Mes documents\arcis\prog\Arcis_Ogre\Debug\Arcis_Ogre.exe : fatal error LNK1120: 114 externes non résolus
    Le journal de génération a été enregistré à l'emplacement "file://c:\Documents and Settings\Jc\Mes documents\arcis\prog\Arcis_Ogre\Arcis_Ogre\Debug\BuildLog.htm"
    Arcis_Ogre - 124 erreur(s), 0 avertissement(s)
    ========== Génération : 0 a réussi, 1 a échoué, 0 mis à jour, 0 a été ignoré ==========
    Je ne sais pas ce qu'il me fait, j'ai la net impression qu'il se passe un truc pas net avec l'importation des DLL.

    Est ce que quelqu'un peut m'aider ?

  2. #2
    Membre actif Avatar de Sebou77
    Inscrit en
    Mars 2006
    Messages
    212
    Détails du profil
    Informations personnelles :
    Âge : 38

    Informations forums :
    Inscription : Mars 2006
    Messages : 212
    Points : 223
    Points
    223
    Par défaut
    tu es sur d'avoir les bonnes DLLs ?

  3. #3
    Membre à l'essai
    Inscrit en
    Mars 2006
    Messages
    26
    Détails du profil
    Informations forums :
    Inscription : Mars 2006
    Messages : 26
    Points : 22
    Points
    22
    Par défaut
    hummmm ...

    bah j'ai ajouté comme répertoire celui qui contenait celles qui ont étées installées avec le SDK, donc si c'est pas les bonnes ...

  4. #4
    Membre confirmé
    Avatar de gusgus
    Profil pro
    Inscrit en
    Janvier 2005
    Messages
    500
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2005
    Messages : 500
    Points : 641
    Points
    641
    Par défaut
    Salut.Est tu bien sur d'avoir mis dans le linker OgreMain_d.dll(pour le mode debug)?

  5. #5
    Membre à l'essai
    Inscrit en
    Mars 2006
    Messages
    26
    Détails du profil
    Informations forums :
    Inscription : Mars 2006
    Messages : 26
    Points : 22
    Points
    22
    Par défaut
    hum, faut il le rajouter manuellement ?

    Car non je n'ai pas du rajouterce fichier, j'ai juste mis un lien vers le répertoure contenant les DLL dans la listes des répertoires utilisés pour la compilation.

    Mais si ca viens du mode debug, je devrais peut être essayer de compiler en release pour voir si ca marche

  6. #6
    Membre à l'essai
    Inscrit en
    Mars 2006
    Messages
    26
    Détails du profil
    Informations forums :
    Inscription : Mars 2006
    Messages : 26
    Points : 22
    Points
    22
    Par défaut
    cela me donne la meme chose en debug ou release, et le fichier OgreMain_d.dll est bien présent dans mon répertoire des DLL

  7. #7
    Membre à l'essai
    Inscrit en
    Mars 2006
    Messages
    26
    Détails du profil
    Informations forums :
    Inscription : Mars 2006
    Messages : 26
    Points : 22
    Points
    22
    Par défaut
    j'ai rajouté dans le projet manuelleemnt orremain_d.lib et cela fonctionne. ( la solution était dans l'aide officielle ).

    merci a vous

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Réponses: 1
    Dernier message: 02/06/2010, 09h01
  2. Réponses: 1
    Dernier message: 11/02/2007, 11h45
  3. Problème de compilation : unresolved link
    Par dz_robotix dans le forum OpenCV
    Réponses: 14
    Dernier message: 05/07/2006, 16h40
  4. [Dev-Pascal] [1.9.2][Free Pascal] Problème de compilation avec Link.res
    Par Epotcirk dans le forum Autres IDE
    Réponses: 2
    Dernier message: 09/02/2006, 10h16
  5. Problème de compilation de la DLL du XMLRad
    Par [DreaMs] dans le forum XMLRAD
    Réponses: 2
    Dernier message: 16/04/2003, 16h46

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo