C++ IDE packages for windows

You can talk about almost anything that you want to on this board.

Moderator: Moderators

tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: C++ IDE packages for windows

Post by tepples »

To satisfy the EULA provision stating that OS X can be installed only on a Mac.
User avatar
rainwarrior
Posts: 8062
Joined: Sun Jan 22, 2012 12:03 pm
Location: Canada
Contact:

Re: C++ IDE packages for windows

Post by rainwarrior »

Heh, well that's a stupid provision. :(
Drag
Posts: 1350
Joined: Mon Sep 27, 2004 2:57 pm
Contact:

Re: C++ IDE packages for windows

Post by Drag »

As I've said before, I was open to the idea of potentially porting some games or utilities I make to other platforms instead of just Windows. For Linux cross-compiling, you tend to need to install Cygwin so you can compile by typing "make" at a bash command line, which is just about the stupidest thing I've ever heard of, just for cross-compiling.

For Mac, you tend to need to install Xcode, which requires either a Mac, or obtaining a copy of some modern Mac operating system for use in a VM, which is even more needless than the Cygwin nonsense above.

So, because something that should be simple requires a LOT more effort than necessary, I was wondering if there were any alternatives, which is why I asked about compiling without Xcode.
Post Reply