Monfortae
04-07-2011 15:34:49
It's a rookie error, I'm sure. I've installed the latest MogreSDK (1.7.1) and I'm trying to create a Mogre form, and following the MogreForm sample provided to start it off. When I run my project in Debug I get an error message saying :
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in EfritEd.exe
Additional information: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
And if I run it in Release:
This application has requested the Runtime to terminate it in an unusual way.
The actual line that this breaks on is:
mogreWin.InitMogre();
I'm running VS2008 on a XP 32bit machine, and the only answer I can find on the forums is set the compiler to x86. I've done that. I've also used the BuildSamplesX86.cmd to build it properly (after running CleanSamples of course). I copied all the .dlls over to my build directory and added in my .cfg files (setting their proper path as well). I've tried just copying the sample but that didn't work either! If I run the actual sample itself, Release runs fine, but Debug won't run at all (literally, nothing happens). If I compile it from source Release runs fine, but debug gives me the error:
Error while trying to run project: Cannot start debugging. The assembly to be debugged was built with a platform incompatible with the current system.
Is there something that I haven't setup properly? I've no idea whats going on here...
Thanks in advance
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in EfritEd.exe
Additional information: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
And if I run it in Release:
This application has requested the Runtime to terminate it in an unusual way.
The actual line that this breaks on is:
mogreWin.InitMogre();
I'm running VS2008 on a XP 32bit machine, and the only answer I can find on the forums is set the compiler to x86. I've done that. I've also used the BuildSamplesX86.cmd to build it properly (after running CleanSamples of course). I copied all the .dlls over to my build directory and added in my .cfg files (setting their proper path as well). I've tried just copying the sample but that didn't work either! If I run the actual sample itself, Release runs fine, but Debug won't run at all (literally, nothing happens). If I compile it from source Release runs fine, but debug gives me the error:
Error while trying to run project: Cannot start debugging. The assembly to be debugged was built with a platform incompatible with the current system.
Is there something that I haven't setup properly? I've no idea whats going on here...
Thanks in advance