How to use the Demo?

Please don't post Bullet support questions here, use the above forums instead.
huisky
Posts: 5
Joined: Fri Nov 04, 2011 9:25 pm

How to use the Demo?

Post by huisky »

I'm following the same way as "HelloWorld" to test Fracturedemo in bullet-2.79.
However, I got following compiling error message ( I'm using VS10).
the existing project such as BulletCollision, BulletDynamics and LinearMath have been added.
I hope someone can give me a hint. I have been stuck here for a while...

7>p:\bullet-2.79\demos\fracturedemo\fracturedemo.h(22): fatal error C1083: Cannot open include file: 'GlutDemoApplication.h': No such file or directory
GameOn
Posts: 35
Joined: Mon Dec 27, 2010 10:46 pm

Re: How to use the Demo?

Post by GameOn »

May i suggest to manually include the path to the file "GlutDemoApplication.h" into your project (idk how you do that in VC, I use code::block for cross-compiling purposes) to makes sure the project can find it.