OgreNewt Demo Problems

NovaScotiaPaul

25-01-2006 00:10:14

Hmm, not sure if this was directed at me or not in the other forum, if it isn't I appologize and please go ahead and delete this thread.

I keep getting an Entry Point error when I try to run the demo programs for OgreNewt.


Demo01_TheBasics.exe - Entry Point Not Found
The procedure entry point ?toString@StringConvertor@Ogre@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HGDH@Z could not be located in the dynamic link library OgreMain.dll


I've realized that this is because my Ogre Source and my Addons are out of sync, I'm just not sure how to find out which version of the Ogre source I'm using and which version of the addons I have.

I've used tortoiseCVS to download the Ogre source (ogrenew) and downloaded ogreaddons as well. I think I need the OgreHead source version to run the addons but I'm not sure how I can download this through the CVS or if there is another issue that I might be missing.

Again, if this was not what Walaber ment by asking to report in this forum, my bad.

walaber

25-01-2006 01:45:17

welcome to the new forum!

i would suggest recompiling Ogre, and then recompiling OgreNewt, and then copying the DLLs from ogrenew/samples/common/bin to the ogrenewt demo directories. that should do it.

NovaScotiaPaul

25-01-2006 03:44:35

Thanks for the advice, unfortunatly it hasn't changed the out come,

I'm still getting an error saying:


The procedure entry point ?getName@SimpleRenderable@Ogre@@UBEABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ could not be located in teh dynamic link library OgreMain_d.dll.



this error occurs if I run the exe in the C:\Ogre\ogrenew\ogrenewt\demos\bin\debug with the dlls or if I move the exe to the C:\Ogre\ogrenew\Samples\Common\bin\Debug directories.

walaber

25-01-2006 03:53:16

thenyou must be linking the OgreNewt demos to a different version of Ogre that exists on your hard drive...

NovaScotiaPaul

25-01-2006 06:52:17

Well, after compleatly removing any reference to Ogre on my computer, then redownloading and compilling all the code, this appears to be working now. Looks like tomorrow I get to sink my teeth into the code.

Thanks for your help, sorry it was such a simple stupid error (but then again, most of my errors tend to be like that. Have fun :))