If you haven't done so already, be sure to visit the Wiki Portal to read about how the wiki works. Especially the Ogre Wiki Overview page.
Introduction
This page will describe differences in Ogre and OgreDotNet or any general differences in how things work in .Net as apposed to C++. Please add to any relevant differences that you encounter in your experiences with OgreDotNet.
Table of contents
OgreDotNet
CeguiDotNet
MutliColumnList
Because ListboxTextItem is create in .Net with a new statement it will destroy the C++ object when it is Disposed. So when adding a ListboxTextItem to a MutliColumnList make sure you call for each item ListboxTextItem.setAutoDelete(false). Other wise an System.AccessViolationException will be thrown when you'r LisboxTextItems are disposed, because the IntPtr it holds to the C++ object has already been deleted.
GangstaDotNet
Contributors to this page: jacmoe
and
OgreWikiBot
.
Page last modified on Thursday 31 of December, 2009 01:30:59 GMT by jacmoe
.
The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.

