Need older version of Newton Game Dynamics SDK
Need older version of Newton Game Dynamics SDK
Sorry for this question and my bad English..
SOme one can help me? I need older version of Newton Game Dynamics SDK ( not Newton Game Dynamics SDK 1.53 )...
SOme one can help me? I need older version of Newton Game Dynamics SDK ( not Newton Game Dynamics SDK 1.53 )...
Oh God, not again.
You probably want it to make this tutorial work: http://irrlicht.sourceforge.net/tut_newton.html
You don't need other version of Newton. Just use your brain (and compiler) or eventually search the forum and don't write similar posts again
You probably want it to make this tutorial work: http://irrlicht.sourceforge.net/tut_newton.html
You don't need other version of Newton. Just use your brain (and compiler) or eventually search the forum and don't write similar posts again
-
- Posts: 89
- Joined: Thu Aug 17, 2006 8:11 pm
- Location: Salt Lake City, UT, USA
- Contact:
Here, http://irrlicht.sourceforge.net/phpBB2/ ... highlight=
It's for Irrlicht 1.1 but it should still work. Please search before you post.
It's for Irrlicht 1.1 but it should still work. Please search before you post.
Definition of an Upgrade: Take old bugs out, put new ones in.
still have a problem... =(
Code: Select all
--------------------Configuration: game - Win32 Debug--------------------
Compiling...
game.cpp
C:\Documents and Settings\Axel\Desktop\Newton Example\code\game.cpp(221) : error C2248: 'M' : cannot access private member declared in class 'irr::core::matrix4'
d:\irrlicht\irrlicht-1.3\include\matrix4.h(265) : see declaration of 'M'
C:\Documents and Settings\Axel\Desktop\Newton Example\code\game.cpp(245) : error C2248: 'M' : cannot access private member declared in class 'irr::core::matrix4'
d:\irrlicht\irrlicht-1.3\include\matrix4.h(265) : see declaration of 'M'
Error executing cl.exe.
game.exe - 2 error(s), 0 warning(s)
not a newton problem....
this is an irrlicht problem. Or I should say your problem is because you are trying to use irrlicht 1.3, and they changed the way you access matrices. you need to update the tutorial code to the new syntax, or use irrlicht 1.1 or earlier. I recommend you update the tutorial, it's not that hard. read up, and figure it out.
some things probably changed in newton too, you may want to update those too...
really like ppl said above this only requires a little research, you can do it. both newton and irrlicht have really good docs
some things probably changed in newton too, you may want to update those too...
really like ppl said above this only requires a little research, you can do it. both newton and irrlicht have really good docs
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
and now...??!!! Why it's so hard to use Newton??!!!
Code: Select all
--------------------Configuration: game - Win32 Debug--------------------
Linking...
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/game.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
game.exe - 2 error(s), 0 warning(s)
-
- Posts: 170
- Joined: Sun Jul 01, 2007 11:41 pm
- Location: Manchester, UK