Mogre 1.6.3 signed binaries

mcaden

27-08-2009 18:05:36

Here's a zip with the Mogre binaries. They're also strong name signed. I've not done extensive testing but my program runs fine so far.

I don't have anything to do with the development of the wrapper - I just built mogre and am supplying the DLLs. I've also signed them using a strong name key file b/c I know some projects need it.

You can find the binaries here: http://www.katalyststudios.com/downloads/Mogre1_6_3.zip

If you look at Mogre.dll it says the version is 1.6.2 - That's only because I didn't update the number. I forgot and I'm busy so I'm not going back to rebuild simply to increment that digit. Maybe I will in a bit but for now it'll do. Regardless of what that version says it IS built with Ogre 1.6.3.

GantZ

27-08-2009 20:22:22

thanks for sharing, i was unable to build the debug version thanks to my ide, it will greatly help me :) . Could you also provide the .lib and the include of ogre ? (just the OgreMain and OgreMain_d libs and the content of the include directory in OgreMain) this way, mogre user will be able to rebuild other wrapper linked to mogre

If you look at Mogre.dll it says the version is 1.6.2 - That's only because I didn't update the number. I forgot and I'm busy so I'm not going back to rebuild simply to increment that digit. Maybe I will in a bit but for now it'll do. Regardless of what that version says it IS built with Ogre 1.6.3.

don't worry about that, even if the assembly version is 1.6.2, the ogre version in the log is 1.6.3. i don't think anyone will complain about that minor issue ;)

mcaden

27-08-2009 20:53:43

As soon as a couple paths in the project get changed to relative paths I plan on also providing a zip of the source projects completely ready to build.

luismesas

28-08-2009 11:09:48

As soon as a couple paths in the project get changed to relative paths I plan on also providing a zip of the source projects completely ready to build.

This is Great!!

Bekas

29-08-2009 16:40:15

Hey, thanks a lot for your contribution mcaden!

Changed the post to announcement :)

GenericJoe

21-09-2009 17:05:44

Hi mcaden,

Just a quick question about OIS:
The MogreSDK seems to contain an older version of OIS.dll to the one that you supply in this package, except there isn't a Mois.dll in your package.
Could you tell us if we should instead use the MogreSDK's Ois and Mois, or could you please direct us to a later version compatible with your dlls?

Cheers!

mcaden

22-09-2009 18:48:16

I honestly don't know about MOIS. I didn't see it as part of the build process. Is it supposed to be wrapped the same way?

GantZ

22-09-2009 21:17:13

Bekas in the 1.6.2 release has provide a single MOIS.dll, from this version, you don't need the OIS.dll anymore. also, Mois is not linked to Mogre, so you could use an old version with the 1.6.3

GenericJoe

22-09-2009 22:08:45

Ok, fair enough, that make sense. Thanks guys :)