aliksht
02-11-2013 20:37:36
I have just started to work with MOGRE and tryed to create application without tutorial framework, but I have problem with this.
An exception has been thrown in third line: "attempt to write protected memory" or something like this. Why so? What should I do to fix this?
Sorry for my broken english.
root = new Root();
root.RenderSystem = root.GetRenderSystemByName("Direct3D9 Rendering Subsystem");
window = root.CreateRenderWindow(title, width, height, fullscreen);
An exception has been thrown in third line: "attempt to write protected memory" or something like this. Why so? What should I do to fix this?
Sorry for my broken english.