Search Results

9
votes

Objective C for Windows

Expanding on the two previous answers, if you just want Objective-C but not any of the Cocoa frameworks, than gcc will work on any platform. You can use it through Cygwin or get MinGW. However, if …