Mogre and VS2008 Debug Mode

alaredo

19-03-2009 03:16:00

Hello all,

Sorry but I have reading a lot of topic about debug mode but I can't solve my problem. :(

I'm using vs2008 with sp1 and mogre sdk. Release samples work fine but debug mode crash with message:
"System.IO.FileNotFoundException was unhandled Message: Não foi possível encontrar o módulo especificado. (Exception from HRESULT: 0x8007007E)"

I have ogre install and it work fine in debug/release mode. My Ogre version is 1.6.1 from source and Mogre version is 1.4.8 sdk

If I compile from source the debug mode will work?

I need install vs 2005 sp1 to run in debug mode?

Thx a lot and congratulation for this excellent wrapper :)

alaredo

22-03-2009 02:20:10

Hello,
I resolve this problem change mogre.dll and mois.dll release version to debug version in references of my project.