Problems running ym first mogre project

peaks01

27-10-2008 15:06:08

Hello all.

I am new to mogre, I will be using it this year to do work on my 3rd year project at university. I followed this tutorial (http://www.ogre3d.org/wiki/index.php/Mo ... Tutorial_0) from the wiki to the letter but I am getting the following runtime error:

*******************************************************

BadImageFormatException was unhandled.

Could not load file or assembly 'Mogre, Version=0.1.7.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.

*******************************************************

Can anyone help me please. It is important that i get this up and running.

Many thnaks

ProfesorX

27-10-2008 16:39:44

The version of the mogre framework in the tutorial is compiled with a previous (outdated) version of Mogre, you need to either compile it yourself with the new version, or download the new dll from here:

http://rapidshare.com/files/129214459/MogreFramework.zip

peaks01

27-10-2008 16:57:21

I downloaded the updated framework form the link you gave me but i am still getting the same error, just with a different version. I am very confused. What do you mean by compile it myself?

thanks

hedphelym

27-10-2008 18:00:14

hi,

do you have both mogre and OGRE installed?
the tutorial is confusing, because it sometimes
referr to ogre, and other times to Mogre.

check the thread here (i had simmilar problems).

http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=8482&sid=65f8a3c218c092858bc952328016fea6

peaks01

30-10-2008 09:56:57

Hey sorry for the late reply. No i have only mogre installe, never used either before, just worked in C# and Visual Studio.

I am currently trying to get it to work in Visual Studio 2005, is that going to be a problem?