ODE Physics with Dev-C++ ? Libode.a ?

Discussion about everything. New games, 3d math, development tips...
Post Reply
The_Irrlicht_noob
Posts: 13
Joined: Wed Sep 28, 2005 5:15 pm
Location: sweden

ODE Physics with Dev-C++ ? Libode.a ?

Post by The_Irrlicht_noob »

Someone got "Libode.a" ?
Or some solution?
MikeR
Posts: 767
Joined: Sun Dec 26, 2004 4:03 pm
Location: Northern California USA
Contact:

Post by MikeR »

LibOde.a should be included with the ode library. I'd look there.
If it exists in the real world, it can be created in 3d

Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
The_Irrlicht_noob
Posts: 13
Joined: Wed Sep 28, 2005 5:15 pm
Location: sweden

Post by The_Irrlicht_noob »

I found Libode.a in the cygwin binary release. But then it is complaining over the "getreen" (as it seem to do when you use a lib for cygwin in dev-c++ (and with no cygwin installed)) But I dont want all players of my game to instal cygwin...

And I cannot use the ode.lib :roll: hmm... Or maybe i have to copy all the functions from ODE into Dev-C++ ... Maybe i even can make so ODE is not allocating more memory for the geometry of the objects, and instead just use the same geometry as DirectX/OpenGL uses for drawing the objects on the screen.
(If i do that i will post it somewhere... Because it seem that Dev-C++ cannot use the current ODE)
Post Reply