Using OGRE in .NET Forms with C++

Problems building or running the engine, queries about how to use features etc.
Post Reply
Badspot
Gnoblar
Posts: 13
Joined: Sat Sep 24, 2011 3:13 pm

Using OGRE in .NET Forms with C++

Post by Badspot »

I'm wondering if this is actually possible. I don't want to use MOGRE for this or similar because well, I don't like C#. So is there any add-on or code which allows to use OGRE in .NET forms with C++ code?
User avatar
Zonder
Ogre Magi
Posts: 1168
Joined: Mon Aug 04, 2008 7:51 pm
Location: Manchester - England
x 73

Re: Using OGRE in .NET Forms with C++

Post by Zonder »

Ogre doesn't care about the managed environment but as MOGRE works fine and OgreDotNet means you can.

Same principles apply as using in any windowed environment just pass ogre the form handle when you initialize it.

You are going to need to use Managed C++ of course.
There are 10 types of people in the world: Those who understand binary, and those who don't...
Post Reply