Nimph
01-08-2007 11:08:30
I attempted to convert the c# version of the Mogreform example to vb.net.
All was well except for one thing:
In this code, the misc at the end has a blue zig zag line under it, because of the error (Value of type 'Mogre.NameValuePairList' cannot be converted to 'Mogre.Const_NameValuePairList'.)
I don't understand why the constant "NameValuePairList" doesn't understand "Mogre.NameValuePairList".
All was well except for one thing:
window = root.CreateRenderWindow("Simple Mogre Form Window", 0, 0, False, misc)
In this code, the misc at the end has a blue zig zag line under it, because of the error (Value of type 'Mogre.NameValuePairList' cannot be converted to 'Mogre.Const_NameValuePairList'.)
I don't understand why the constant "NameValuePairList" doesn't understand "Mogre.NameValuePairList".
