rastaman
23-05-2006 04:11:05
Bindings projects: added define for the intended compiler to the swig commandline (-D_SWIG_VS2003)
CeguiNet: added FontManager, Interator support for all managers, and updates to allow unicode strings
OgreNet: fixes to SceneQuery new IntersectionSceneQueryListenerDirector
see the
sticky for precompiled dlls
the_cX
23-05-2006 18:52:56
thanks rastaman.
although i did download the precompiled dlls and they dont work. :/
each application is:
### Exception The type initializer for 'OgreDotNet.OgreBindingsPINVOKE' threw an exception.
OgreDotNet
at OgreDotNet.OgreBindingsPINVOKE.new_Root__SWIG_3()
at OgreDotNet.Root..ctor() in C:\Dev\ogre\odnt\ogredotnet\OgreNet\Root.cs:line 106
at OgreDotNet.ExampleApplication.Setup() in C:\Dev\ogre\odnt\ogredotnet\OgreNet\Custom\ExampleApplication.cs:line 69
at OgreDotNet.ExampleApplication.Start() in C:\Dev\ogre\odnt\ogredotnet\OgreNet\Custom\ExampleApplication.cs:line 56
at DemoGrass.cGrass.Main(String[] args)
meh? or am i missing something?
rastaman
23-05-2006 19:18:36
the 2003 or 2005 ?
also you need ogre v1.2 release
the_cX
23-05-2006 19:49:14
the 2005 dlls, i just rememeber i might be using one of the RC's for dagon. let me get back to you.
Gamey
24-05-2006 14:21:10
So I just got into this... pardon the noob, but...
What version of the Ogre SDK, CEGUI SDK and OgreDotNet all work together with VS 2003?
I have installed:
OgreSDK V1.2
CEGUI SDK for VS 2003
SWIGWin
OgreDotNet from CVS (HEAD)
-I am able to compile and run the C++ based examples in the OgreSDK
-Initial compilation of OgreDotNet solution failed with CEGUI headers missing. The CEGUI bindings .i file referenced headers that were not in the two additional includes path for my install of the OgreSDK, but in \samples\include instead. I updated the command line passed to SWIG and the compile succeeded.
-After that, I got run-time failures for all of the built examples both debug and release
-I got similar failures with the pre-built binaries you included on this forum
Apologies if this is already covered. Any help is appreciated.
rastaman
24-05-2006 16:03:57
What version of the Ogre SDK, CEGUI SDK and OgreDotNet all work together with VS 2003?
You need Ogre SDK v1.2 Release (not CEGUI SDK, we use CEGUI that is in OGRE
SWIG v1.3.29
-Initial compilation of OgreDotNet solution failed with CEGUI headers missing. The CEGUI bindings .i file referenced headers that were not in the two additional includes path for my install of the OgreSDK, but in \samples\include instead. I updated the command line passed to SWIG and the compile succeeded.
I keep forgetting about this. I don't like the new SDK layout it is a compiled dll so the OgreCEGUI renderer header files should be in ogresdk/include but they moved them
. I just copy from ogresdk/samples/include/OgreCEGUI*.h to ogresdk/include. Next cvs update I will try to fix that.
-After that, I got run-time failures for all of the built examples both debug and release
-I got similar failures with the pre-built binaries you included on this forum
Make sure you copy all of the ogresdk/bin/(Debug and Release) dlls to ogredotnet/bin/(Debug and Release).
Look in the Ogre.log and CEGUI.log, are there any errors?