viperman1271
16-01-2009 03:18:25
Hello all
I am working on a project that will be using CLR and Winforms. I've been trying to simply create the Ogre::Root object, and everytime I do I get either a System::AccessViolationException or a System::Runtime::InteropServices::SEHException. All I'm doing is simply this:
but it will not work. I then took a look at MOgre and saw that it did exactly the same thing as I did. Before anyone asks, it has to be C++/CLR with Winforms. I would appreciate any help with this
I am working on a project that will be using CLR and Winforms. I've been trying to simply create the Ogre::Root object, and everytime I do I get either a System::AccessViolationException or a System::Runtime::InteropServices::SEHException. All I'm doing is simply this:
m_pRoot = new Ogre::Root("", "");
but it will not work. I then took a look at MOgre and saw that it did exactly the same thing as I did. Before anyone asks, it has to be C++/CLR with Winforms. I would appreciate any help with this