Search found 5 matches

by Murdock_SE
Wed Jul 11, 2007 3:13 am
Forum: Irrlicht.NET
Topic: Loading .irr file in C# problems.
Replies: 4
Views: 7964

Try the other driver types?

Did you try the other drive types by chance? Mine tends to only work with the OpenGL drivers. If I get a chance tommorrow, I'll plop your code in my c# and try to debug. I've been writing with mostly c++ lately. Is this the only tutorial you have an issue with? Have you tried just the hello world on...
by Murdock_SE
Mon Jul 09, 2007 5:26 pm
Forum: Irrlicht.NET
Topic: Loading .irr file in C# problems.
Replies: 4
Views: 7964

Take out..

Take out the if (device.WindowActive) conditional (leaving everything intact within it**), recompile, and try again.
by Murdock_SE
Fri Jul 06, 2007 6:29 pm
Forum: Beginners Help
Topic: Issue when trying to use irrlicht in a .net managed form.
Replies: 3
Views: 479

Nevermind... you have to 'also' copy over irrlicht.dll

I've found the answer myself: Anyone trying to do a .net managed code windows form to embed an irrlicht scene, make sure to ALSO COPY OVER irrlicht.dll into your projects /bin/ folder. By default, when you add a reference to irrlicht.net.dll, it only copies over that DLL. But it is a wrapper, and st...
by Murdock_SE
Fri Jul 06, 2007 5:58 pm
Forum: Beginners Help
Topic: Issue when trying to use irrlicht in a .net managed form.
Replies: 3
Views: 479

By and By..

I can dupe this with the one single line of irrlicht related code: Irrlicht::Core::Dimension2D^ dim = gcnew irrlicht::Core::Dimension2D(0,0); I can also put this in the initializecomponent of a main form, so it has nothing to do with a windows event. It has to be library related, but as I said befor...
by Murdock_SE
Fri Jul 06, 2007 5:35 pm
Forum: Beginners Help
Topic: Issue when trying to use irrlicht in a .net managed form.
Replies: 3
Views: 479

Issue when trying to use irrlicht in a .net managed form.

Greetings Irrlicht gurus: I am getting a very odd error when trying to execute the following code. I get through compiling and linking this just fine in Visual C++ 2005 Express. Everything works fine right up to trying to execute the first line of Irrlicht.NET based code. I keep getting an error of ...