Page 1 of 1

[Solved] upgrading from 0.6.5 to 0.7.5 (linker err)

Posted: Wed Feb 02, 2011 14:20
by jheld
Hi all,

I'm porting from 0.6.5 to 0.7.5 (SDK)
updating Ogre3d from 1.6.4 to 1.7.2
MS2010

Have read through the change log, tuts, etc both on CEGUI and OGRE sites. After a few minor hiccups the worst of it is through. (i.e., it compiles)

I'm stuck on a linker error....for 'OgreGUIRenderer.lib' which is odd since we all know it is replaced by CEGUIOgreRenderer.lib (which the linker finds no problem)

Double checked the linker & setups are correct in the project's properties.
Searched the solution for OgreGUIRenderer (it was all removed/changed prior to compile) or anything that could CALL it but no joy.

Can anyone point me in the right direction?

Jason

Re: upgrading from 0.6.5 to 0.7.5 (linker err)

Posted: Wed Feb 02, 2011 14:40
by Kulik
Are you sure you are linking to CEGUIOgreRenderer.lib instead of OgreGUIRenderer.lib? Please post the exact error message.

Re: upgrading from 0.6.5 to 0.7.5 (linker err)

Posted: Thu Feb 03, 2011 01:47
by jheld
Ugh! All good. Heritage software also included heritage setup. Thanks for the reply