12.28
Steps to writing some Objective C on Windows:
- Download GNUstep System & Core from: http://www.gnustep.org/experience/Windows.html
- Use the ..\GNUstep\mingw\bin\gcc.exe compiler
- Set this to an Environment Variable GCC
- Run => gcc -o hello hello.m
- out pops hello.exe


[...] Original post: Holsee's Blog » Hello World in Objective C using GNUstep on Windows [...]
[...] C# to write a Mac App with Mono and Cocoa# if I need some UI and the Objective C solution to run on Windows using GNUstep [...]