help creating a project from scratch

EMR
Posts: 2
Joined: Fri Jan 15, 2010 7:48 pm

help creating a project from scratch

Post by EMR »

You must get posts like this quite a bit, right?
I'm sure I'm doing something wrong, but as far as I can tell, I followed the instructions on the wiki (http://bulletphysics.org/mediawiki-1.5. ... om_scratch) correctly. I got all the way up to the point where I compile it, but it failed to link 'libbulletopenglsupport_d.lib' because it could not find it. I tried looking myself, and could not find it ether, though I found a file named "libbulletopenglsupport.dsp" and a few with similar names. This suggests that I should be compiling them myself, right?
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: help creating a project from scratch

Post by Erwin Coumans »

This suggests that I should be compiling them myself, right?
Right. Have you tried to compile the Bullet demos, and afterwards do a grep/search in all Bullet directories for .lib (or under Unix/Mac .a) files?

Thanks,
Erwin
EMR
Posts: 2
Joined: Fri Jan 15, 2010 7:48 pm

Re: help creating a project from scratch

Post by EMR »

Thanks, I'm sure I'll figure it out (eventually).