Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Eclipse rather than XCode

CDT uses the same gnu tool chain on Mac OS X as Xcode so you can certainly
use it to build apps. Xcode is a nice c++ IDE with good integration of some
specialized tools for Mac development. You could use CDT for general cross
platform development and Xcode for some of the Mac specific bits.

- Ken

> From: "ext J. Todd Slack" <mailinglists@xxxxxxxxxxxxxxxxxx>
> Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
> Date: Sat, 26 Apr 2008 12:40:26 -0700
> To: <cdt-dev@xxxxxxxxxxx>
> Subject: [cdt-dev] Eclipse rather than XCode
> 
> Hello All,
> 
> I have used Eclipse for Java development a few years ago.
> 
> I have a client that wants a cross-platform C++/OpenGL app written and
> wants a nice way to build cross-platform.
> 
> I was thinking Eclipse. But is this possible?
> 
> Can one link to OS X Frameworks?
> 
> Can Eclipse build .apps?
> 
> Does anyone have any advice?
> 
> Thanks!
> 
> _Jason
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top