MOGRE and Visual C++ ?

dnsoft2000

23-04-2008 10:19:18

Is it possible to use MOGRE with visual c++. I made a windows forms projet in VC++ and want to add an area in the window to render something. Is it possible to use Mogre? Is it preferable to use Ogre or Mogre in my case? How to do it?

Thanks in advance.

Zool

23-04-2008 12:16:24

It's possible but if you are using only C++ and not some .NET language, you don't gain anything from using Mogre.
You can use Ogre directly without any intermediate layer.

dnsoft2000

23-04-2008 12:30:58

How is it possible to render in a windows forms?

korupt

23-04-2008 14:33:30

I'm quite sure that there is some info about it on the tutorials, or at least somewhere on the wiki.

Beauty

23-04-2008 20:37:24

Look here:
http://www.ogre3d.org/wiki/index.php/Ogre_Tutorials

Zool

24-04-2008 11:47:12

Search in the main Ogre forum too.

Marioko

24-04-2008 17:43:43

Is it possible to use MOGRE with visual c++. I made a windows forms projet in VC++ and want to add an area in the window to render something. Is it possible to use Mogre? Is it preferable to use Ogre or Mogre in my case? How to do it?

Sure, you can use MOGRE in C++, if u made a Windows Forms project in your VC++ thats means that you have been using C++/CLI and MOGRE is builded with C++/CLI.. then only you need to do is follow this tutorial.

http://www.ogre3d.org/wiki/index.php/Mo ... Tutorial_6

Is in C# but would be easy for you convert it to C++/CLI.. :D