So, I DLed the latest CEGUI version, compiled it, and it all worked until the Ogre stuff:
Code: Select all
--------------------Configuration: OgreRenderer - Win32 Release--------------------
Linking...
Creating library ../../../../../lib/OgreGUIRenderer.lib and object ../../../../../lib/OgreGUIRenderer.exp
ogretexture.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall Ogre::DataChunk::~DataChunk(void)" (__imp_??1DataChunk@Ogre@@UAE@XZ)
ogretexture.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::DataChunk::DataChunk(void *,unsigned int)" (__imp_??0DataChunk@Ogre@@QAE@PAXI@Z)
../../../../../bin/OgreGUIRenderer.dll : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
OgreGUIRenderer.dll - 3 error(s), 0 warning(s)
I am thinking I must still be doing something wrong when it comes to the versions. I would try to center everything around the Ogre Dependancy version of CEGUI but I want to use whatever is most up to date and keep it up to date, right now my additional directories refer to the CEGUI I installed manually and not the ogre dependancy version.
What should I do to resolve this?