gnustep
Need help to compile an objective c program on windows XP
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[详细]
2023-02-24 12:31 分类:问答Cant build program on Objective-C using GNUstep
I\'m trying to build hello world on Objective-C on Linux (Ubuntu). main.c #import <Foundation/Foundation.h>[详细]
2023-02-22 05:43 分类:问答Feasible to switch to objective-c on these platforms and situation?
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[详细]
2023-02-12 10:46 分类:问答NSLog error: Can't find 'NXConstantString'?
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:[详细]
2023-02-09 21:40 分类:问答compiling Objective-C on Ubuntu using GCC
o开发者_运维问答k i have this program here: int main(int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];[详细]
2023-02-01 09:16 分类:问答Threading and Sockets in Objective-C
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.[详细]
2023-01-28 18:30 分类:问答Objective-c compiling issues... help?
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[详细]
2023-01-27 11:23 分类:问答How to compile an objective c program under windows with independant MingW
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.[详细]
2023-01-12 07:49 分类:问答Build an Xcode project on a Linux machine
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[详细]
2022-12-30 03:55 分类:问答GNUStep make with a precompiled (and prefixed) .pch header from Xcode project?
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[详细]
2022-12-28 03:23 分类:问答