I\'m programming a game using C++ and OpenGL/SDL, using Visual Studio as my IDE. I don\'t own a Mac, nor am I even vaguely familiar with the platform. But I want to releas
Firstly you can't cross-compile for a Mac. You will need their "gcc". The Mac Universal binary can be created (theoretically) on a PC, but practically its not possible yet.
VS2010 cannot compile for Mac, although if you're going to use a different language perhaps then you can code for Macs(such as in Python).
Any cross platform languages will help. Python, Java, Ruby, Perl