J jstrum macrumors newbie Original poster Feb 14, 2008 11 0 Feb 15, 2008 #1 I need some help. A friend of mine is compiling a program on his PC is it possible to compile to mac format from visual studio 2005?
I need some help. A friend of mine is compiling a program on his PC is it possible to compile to mac format from visual studio 2005?
Cromulent macrumors 604 Oct 2, 2006 6,828 1,132 The Land of Hope and Glory Feb 15, 2008 #2 jstrum said: I need some help. A friend of mine is compiling a program on his PC is it possible to compile to mac format from visual studio 2005? Click to expand... No. You would need to use Xcode assuming it is written in standard C or C++ and only makes calls to the standard library. If it is any other language or makes calls to the Windows API it won't work at all.
jstrum said: I need some help. A friend of mine is compiling a program on his PC is it possible to compile to mac format from visual studio 2005? Click to expand... No. You would need to use Xcode assuming it is written in standard C or C++ and only makes calls to the standard library. If it is any other language or makes calls to the Windows API it won't work at all.
bbarnhart macrumors 6502a Jan 16, 2002 824 1 Feb 15, 2008 #3 To make it cross platform, you could use a web interface or perhaps Real Basic. I know it may not be practical.
To make it cross platform, you could use a web interface or perhaps Real Basic. I know it may not be practical.
elppa macrumors 68040 Nov 26, 2003 3,233 151 Feb 16, 2008 #4 Visual Studio is designed to tie application development to the Windows platform. It is not in Microsoft's interests to make it a cross platform development tool. Just as Xcode will never allow you to write Windows apps.
Visual Studio is designed to tie application development to the Windows platform. It is not in Microsoft's interests to make it a cross platform development tool. Just as Xcode will never allow you to write Windows apps.
Eraserhead macrumors G4 Nov 3, 2005 10,434 12,250 UK Feb 16, 2008 #5 bbarnhart said: To make it cross platform, you could use a web interface or perhaps Real Basic. I know it may not be practical. Click to expand... Or better Java.
bbarnhart said: To make it cross platform, you could use a web interface or perhaps Real Basic. I know it may not be practical. Click to expand... Or better Java.
M Mikebesh macrumors newbie Sep 15, 2008 1 0 Sep 15, 2008 #6 Mac OSX from Visual studio 2005 jstrum said: I need some help. A friend of mine is compiling a program on his PC is it possible to compile to mac format from visual studio 2005? Click to expand... Check out this website. http://mac.sillydog.org/dev/visual_studio.php This will allow you to create projects for MacOSX
Mac OSX from Visual studio 2005 jstrum said: I need some help. A friend of mine is compiling a program on his PC is it possible to compile to mac format from visual studio 2005? Click to expand... Check out this website. http://mac.sillydog.org/dev/visual_studio.php This will allow you to create projects for MacOSX
D Detrius macrumors 68000 Sep 10, 2008 1,623 19 Apex, NC Sep 15, 2008 #7 Mikebesh said: Check out this website. http://mac.sillydog.org/dev/visual_studio.php This will allow you to create projects for MacOSX Click to expand... Ha! I was just about to mention wxWidgets. It's what we use to write programs for multiple platforms.
Mikebesh said: Check out this website. http://mac.sillydog.org/dev/visual_studio.php This will allow you to create projects for MacOSX Click to expand... Ha! I was just about to mention wxWidgets. It's what we use to write programs for multiple platforms.