I am a very new to objective c and start learning I started referring some tutorials and books. One of them is http://www.techotopia.com/index.php/Installing_and_using_GNUstep_and_Objective-C_on_Windo
I\'m trying to build hello world on Objective-C on Linux (Ubuntu). main.c #import <Foundation/Foundation.h>
I\'ve written most of a game engine using C++ that runs on OSX and iOS (Xcode 3.5 so, GCC), Linux (GCC), and Windows (Vis Studio 2010).It uses stl vector for collections of objects.It implements messa
I finally got GNUstep working (on windows), and it compiles and runs fine. However, whenever I try to use NSLog, I get the following error:
o开发者_运维问答k i have this program here: int main(int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
NOTE: I\'ve edited my question. I\'ve got it to connect and perform the first callback, but subsequent callbacks don\'t go through at all.
Please forgive me since this question i am also sure, has been asked before i expect. The problem i am having is that i am trying to learn obj-c on a pc seeing as i do not have a mac yet. i am using
I know how to compile the objective c program using gnustep version of mingw. But I don\'t like their shell and I want to use the standard mingw gcc compiler.
Without writing a GNUmakefile by hand, do any tools exist that understand Xcode projects and can build them directly against GNUstep, producing a Linux executable, thus simplifying (slightly) the work
I\'m trying to build an Xcode project with GNUStep-make.Right now the project is very small (3 classes) however it will grow to hundreds of classes over the coming weeks so I\'m trying to get everythi