Does anyone know if it is possible to compile for a Mac on a PC using Visual C++?
I have a friend who want a game for a MAC, but all I have is a PC
Compile for a MAC on a PC
-
- Posts: 6
- Joined: Tue Oct 17, 2006 11:29 pm
- Location: Portsmouth, England
Re: Compile for a MAC on a PC
What do you want to compile? I develop on a Mac.rlwoodjr wrote:Does anyone know if it is possible to compile for a Mac on a PC using Visual C++?
I have a friend who want a game for a MAC, but all I have is a PC
Amen-Moses
Re: Compile for a MAC on a PC
I am new to C++, most of my coding as a design engineer is in Visual Basic for application using Excel. I have a friend that is wanting to make a program where you can drive a tractor (a John Deere) in a virtual world. I have always enjoyed programming and thought this would improve my C++ skills. Honestly I am in over my head at the moment but I am starting to get some of the C++ syntax.Amen-Moses wrote:What do you want to compile? I develop on a Mac.rlwoodjr wrote:Does anyone know if it is possible to compile for a Mac on a PC using Visual C++?
I have a friend who want a game for a MAC, but all I have is a PC
Amen-Moses
Is there a free compiler for a Mac that I can run on my friends MAC once I write the code?
-
- Posts: 6
- Joined: Tue Oct 17, 2006 11:29 pm
- Location: Portsmouth, England
Re: Compile for a MAC on a PC
[quote="rlwoodjr]
Is there a free compiler for a Mac that I can run on my friends MAC once I write the code?[/quote]
Assuming your friend's Mac is newish, i.e running OS X 3 or greater, then XCode which comes on the installer disks is the thing to use.
I followed this tutorial to get Irrlicht running on my Mac and it seemed pretty straighforward:
http://ruthless.zathras.de/facts/apps/p ... on-mac.php
Cheers,
Chris
Is there a free compiler for a Mac that I can run on my friends MAC once I write the code?[/quote]
Assuming your friend's Mac is newish, i.e running OS X 3 or greater, then XCode which comes on the installer disks is the thing to use.
I followed this tutorial to get Irrlicht running on my Mac and it seemed pretty straighforward:
http://ruthless.zathras.de/facts/apps/p ... on-mac.php
Cheers,
Chris