Search found 4 matches

by C++User
Sat Jun 28, 2008 8:16 pm
Forum: General Bullet Physics Support and Feedback
Topic: GEN_set_min not declared
Replies: 0
Views: 1980

GEN_set_min not declared

Hi for all

If I've tried to compile the "libExtraSolid35" project the compile compalins this:

Code: Select all

C:\bullet-2.69\Extras\ExtraSolid35\Solid3EpaPenetrationDepth.cpp|506|error: `GEN_set_min' was not declared in this scope
Is this a implementation problem?
by C++User
Thu Jun 26, 2008 12:47 pm
Forum: General Bullet Physics Support and Feedback
Topic: opengl32 and glu
Replies: 0
Views: 1764

opengl32 and glu

Hi for all I've converted the projects of bullet physics to run in CodeBlocks with MinGW. I'm using CMake to do this. CMake complains about these 2 libs: opengl32 and glu. I've noticed Bullet doesn't come with these, just with glut32.lib. When I compile the project named AllBulletDemos . it goes unt...
by C++User
Thu Jun 19, 2008 9:17 pm
Forum: General Bullet Physics Support and Feedback
Topic: linkage problem
Replies: 3
Views: 14930

Re: linkage problem

Erwin, cmake have suppor for the codeblocks project. What I need to do now?
by C++User
Thu Jun 05, 2008 4:13 pm
Forum: General Bullet Physics Support and Feedback
Topic: linkage problem
Replies: 3
Views: 14930

linkage problem

Hi for all I'm testing the "CcdPhysicsDemo" app in my Code::Blocks. My OS is Windows XP Professional. I created a new project, copied the files to them and link these dirs: "src", "OpenGL" and "Glut" in my include paths. Now the problem is the CodeBlocks is te...