Can someone compile my game for Windows please?

Disregard this post, it’s not just a compile issue, I have no idea what’s wrong.

Let me know if the game doesn’t run on your machine…

 

 

I compiled it on one Windows machine, but it’s not running on two other machines, if someone knows how compile a C++/SFML project to run on all Windows machines I’d be really grateful!

A MacOSX Compile would be nice too if anyone can do that?

Grab the source here :

http://www.ludumdare.com/compo/ludum-dare-21/?action=preview&uid=1561

Comments

22. Aug 2011 · 11:45 UTC
I’ll give it a shot. Does it use sfml 2?
Nugsy
22. Aug 2011 · 11:48 UTC
I had this problem recently, you need to link your project to the static libraries rather than the regular/debug ones.
22. Aug 2011 · 11:55 UTC
It looks like this uses sfml 1.6, so I can’t compile it, sorry. Maybe give the above suggestion a try.