環境準備 http://www.gnustep.org/experience/Windows.htmlから以下をダウンロードする gnustep-system-0.19.2-setup.exe gnustep-core-0.19.2-setup.exe SystemPreferences-1.0.2-2-setup.exe gorm-1.2.4-setup.exe Calculator-1.0.0-2-setup.exe ほんでもって普通にインストール。 環境準備完了! Objective-CでHello World! hello.m #import <stdio.h> #import <objc/Object.h> @interface TestClass : Object - (void) getMessage; @end @implementation TestClass - (vo