Page 5 of 5

Re: How To Use Chipmunk in Visual C++ '08 for your own Projects

Posted: Fri Jun 11, 2010 3:14 am
by Tam Toucan
When I download the latest release (from the main page) or use the trunk code I don't get the Demo[1-7].c files. These were replaced with named files e.g. PyramidStack.c which share a common "demo engine".

Here's the source tree.

Re: How To Use Chipmunk in Visual C++ '08 for your own Projects

Posted: Fri Jun 11, 2010 4:46 pm
by thekanester
Tam

Thanks for your reply. I don't think that I explained myself particularly well in the last post. I didn't get Demo1..7.c and main.c in the v5.2.0 .tar file either, however the msvc solution file appears to expect them in order to compile. I dredged through some of the older releases to grab them and see if I could assemble a working solution from that.

Thanks,

Re: How To Use Chipmunk in Visual C++ '08 for your own Projects

Posted: Sat Jun 12, 2010 5:25 am
by Tam Toucan
The solution must be out of date then. All the demos have been replaced with the new files. The old files will be using the older API so won't work. So you'll just need to build them yourself (sorry I'm a Makefile guy). Shouldn't be that hard, the code is all self contained without external dependencies.

Re: How To Use Chipmunk in Visual C++ '08 for your own Proje

Posted: Thu Sep 04, 2014 6:54 am
by chozabu
Hmm, I don't see the image? I am trying to get cymunk compiling on windows