views:

22

answers:

1

What tutorials cover how to use Objective-C in Windows?

I heard about mingw, but I couldn't configure it. I would like to only create command-line programs because I heard that there is no iPhone/iPad simulator for Windows and I would like to learn Objective-C.

+2  A: 

This article about GNUstep should help. Compile Objective-C Programs Using gcc

Shaji
Thank you, I'll try it.
Infinity