Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Apps and Programs
using xcode
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="dekan" data-source="post: 386826" data-attributes="member: 28590"><p>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.</p><p></p><p>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...</p><p></p><p>If I remember it right I had quite some examples coming with xcode. You might want to look into those as well.</p></blockquote><p></p>
[QUOTE="dekan, post: 386826, member: 28590"] 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. [/QUOTE]
Verification
What is Apple's smallest desktop computer called?
Post reply
Forums
Apple Computing Products:
macOS - Apps and Programs
using xcode
Top