[.net] Getting OgreDotNet to work?

Started by
1 comment, last by tpynegar 17 years, 7 months ago
Has anyone gotten OgreDotNet to actually work? I've successfully compiled it (using both Ogre v1.2.0 and 1.2.0) and whenever I try to use it in any app, it always crashes on the first reference to anything Ogre (usually instantiating Root) complaining about some PInvoke/DLL error. If you can help me, you know what I'm talking about. The precompiled binaries do it. The 1.2.0 compilation does it. The 1.2.1 compilation does it. Release mode does it. Debug mode does it. Has OgreDotNet ever not sucked? How do I get it to not suck for ME? </rant> :-) Thank you.
Advertisement
You might get a better response from the forum itself. You might actually be interested in taking a look at Irrlicht, as it comes with an official .NET interface for it.
Rob Loach [Website] [Projects] [Contact]
The issue your having is because you've not copied the other OgreDotNet dll's into the directory where your exe is. Only two of the dll's are copied over automatically for some reason.

This topic is closed to new replies.

Advertisement