using xcode

Joined
Jan 25, 2005
Messages
116
Reaction score
0
Points
16
Location
nj
Your Mac's Specs
1.2gHz g4, 12 inch, 60 gig, 768RAM, bluetooth, ATI radeon 9200, macally bluetooth mouse, JBL speaker
So i wrote a program for one of my classes using visual basic. someone said i could use xcode as well and i was wondering how. i've looked at it, but can't figure out what type of project to use(empty or ???). all i know is that in VB, we chose a "win32" project that was empty. I've got my c code but im just not sure what to do with it. any suggestions?
 
Joined
Mar 16, 2007
Messages
756
Reaction score
14
Points
18
I haven't done a lot with xcode, just played a bit with it. For sure, you can't create a win32 application, because that one uses the windows API.

What you would have to know is, if it's a C or C++ project you are supposed to build. Xcode is just the whole development environment for mac and you can do a whole bunch of different things (C, C++, cocoa and also java afaik - just to mention a few). So just create an empty C/C++ project. That will pick the right libs and compiler for you and it should work...

If I remember it right I had quite some examples coming with xcode. You might want to look into those as well.
 
Joined
Mar 22, 2007
Messages
5
Reaction score
0
Points
1
Your Mac's Specs
MacBook Pro 15" Intel Core Duo
gFortran integrated into xcode

Has anyone crack the code on how to use the xcode frontend to compile gFortran source code. Any help would be greatly appreciated. Thanx

:Smirk:
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top