Justin
Justin

Reputation: 2142

Compiling Objective-C for Windows on a Mac?

I am programming an application for OS X, and a friend of mine wants me to make it for Windows. Can this be done? I have two other questions that related to this one, to closely related for me to ask another question.

Upvotes: 1

Views: 258

Answers (2)

Grady Player
Grady Player

Reputation: 14549

There is also GNUstep and Cygwin, it is kind of ugly, but I have used it in the past. Works on linux too.

Upvotes: 1

icktoofay
icktoofay

Reputation: 129119

There's a project called Cocotron that aims to allow you to compile Objective-C for other platforms. It looks like their website says that (for Windows) it works on all NT-based Windowses. I think it allows you to reuse your Nibs, but I'm not sure.

Upvotes: 4

Related Questions