-1

Possible Duplicate:
Objective C for Windows
iPhone development on Windows

How do i setup and write Objective-C on my Windows Vista (32 bit) machine?

Can someone please give me instructions?

Community
  • 1
  • 1
Illep
  • 14,274
  • 40
  • 148
  • 258
  • I have asked for `Objective-C` not `iPhone`, Please read the question or ask someone to explain it to you if you don't understand. the thread you posted might have the answer, but the questions are different. – Illep Sep 17 '11 at 07:44
  • 1
    "iphone" seems to be one of the tags under this question. – hotpaw2 Sep 17 '11 at 07:47
  • i have removed it, and the question doesn't say anything about iPhone, but only about objective-C – Illep Sep 17 '11 at 07:51
  • 2
    possible duplicate of [Objective C for Windows](http://stackoverflow.com/questions/56708/objective-c-for-windows) or http://stackoverflow.com/questions/1903869/is-it-possible-to-execute-objective-c-programs-in-windows or http://stackoverflow.com/questions/3144003/objective-c-mingw-in-windows or http://stackoverflow.com/questions/3326589/can-we-compile-objective-c-on-windows or http://stackoverflow.com/questions/4333196/objective-c-on-windows-and-gcc and especially http://stackoverflow.com/questions/4394285/windows-development-using-objective-c – jscs Sep 17 '11 at 07:58

2 Answers2

3

You can use GNUStep http://www.gnustep.org/. You can also use Eclipse CDT with GNUStep, see configuration here http://wirecode.blogspot.com/2007/11/objective-c-and-eclipse.html

Kieran Dang
  • 447
  • 2
  • 17
0

You might be able to compile Objective C code on a Windows machine using the GNUStep toolchain. But this will not allow you to write iPhone apps, as the Objective C runtimes are very different, so you won't be able to link with any of Apple's iOS frameworks, or use much of their example code.

hotpaw2
  • 68,014
  • 12
  • 81
  • 143