sensius
17-10-2008 10:58:40
when I link OgreNewt and Newton on my Ubuntu (which is a 64 bit version - through I wish it's a 32bit), sadly the Newton library is a 32bit version. I asked for a 64bit Newton version and I got 64bit version of Newton 2.0 (It might be a beta version), that makes my OgreNewt out-of-date.
May be Walaber knows when OgreNewt2.0 shall be available? (I check it in Ogre add-ons svn but now update found yet)
walaber
25-10-2008 06:40:16
I have a local version that works with the Newton 2.0 beta... or at least the beta as of a few months ago... I haven't had time to work on OgreNewt at all lately...
if you want, I can send you a copy of what I have... please send me an email, I don't drop by these forums too much lately.
Walaber posted a link in one of the sticky threads up top.
http://walaber.com/misc/ogrenewt_for_newton2.rar
This is for Newton 2 beta 16. We are going to try and implement it in our project within the next couple of weeks. Don't know if there is a newer version, Newton 2 is currently at beta 17.
CoolDude71
13-01-2009 20:42:48
Hello,
Has anyone had success in compiling the samples that come with OgreNewt 2. I'm using Ogre 1.6, Newton 2.0 and Ogrenewt 2. I'm novice to C++ programming but have managed to get samples 1 , 2, 3 &7 to compile.
Can anyone offer advise on compiling the simple vehicle demo. When i compile i get the following:
1>e:\dev\xp\newton2\ogrenewt\demos\demo05_simplevehicle\simplevehicle.h(15) : error C2039: 'Vehicle' : is not a member of 'OgreNewt'
1>e:\dev\xp\newton2\ogrenewt\demos\demo05_simplevehicle\simplevehicle.h(15) : error C2504: 'Vehicle' : base class undefined
....
Look forward to hearing from someone!
CHeers, CoolDude71