gnustep
NSPortTimeoutException while using Distributed Object
I am using distributed object for inter process communication. I am running one server and four instance of client but i am getting NSPortTimeoutException. I want to store client object @server for fu[详细]
2023-04-12 01:30 分类:问答JSON Parser for GNUstep runtime (Objective-c 1.0?)
Is there a JSON Parser Libr开发者_如何学Goary for GNUstep runtime (Objective-c 1.0)?As far as I know, there is actually a version of the NSJSONSerialization class, which was included in Mac OS X 10.7.[详细]
2023-04-05 15:51 分类:问答GNUstep.csh file will not source
When I try the following in my GNUstep/Makefiles directory: source GNUstep.csh I receive the following output:[详细]
2023-04-02 11:13 分类:问答How to run Objective-C binary on a web server?
Alright, I have a rather odd question here. I feel much more comfortable writing code in Objective-C over any other language.I recently had to do some server-side programming, which required me to lea[详细]
2023-04-02 04:26 分类:问答How to make path for gnu on windows
Just recently I installed the following programs on window 7 GNUstep msys, GNUstep core, GNUstep devel, GNUstep backend to learn objective C.[详细]
2023-03-21 06:56 分类:问答"Can't find protocol declaration for 'NSApplicationDelegate'" on GNUstep for Windows?
I\'m trying to compile some Objective-C code that was written by another programmer on a Mac.I\'m using GNUstep for Windows to try and get this code working on my home computer.I really just need his[详细]
2023-03-19 14:28 分类:问答How to get a GNUmakefile to recognize CFLAGS option for -std=c99 or -std=gnu99?
I\'m trying to compile a GNUstep program with the compiler option either c99 or gnu99, but it isn\'t being recognized ... here is my makefile:[详细]
2023-03-16 03:36 分类:问答Linux Clang and Objective-C base library
I have been experimenting with Objective-C using GCC + GNUstep on an Ubuntu system. Now regarding the LLVM 开发者_JAVA技巧Clang compiler, what kind of *step library does it offer? Does it use the GNU[详细]
2023-03-14 05:08 分类:问答Compile Objective-C with GNUstep
I\'m a newbie in Objective-C.I\'m trying to compile Objective-C with GNUstep but it\'s giving errors.I tried to both compile on command line (gcc and makefile).[详细]
2023-03-07 03:53 分类:问答Is it considered bad practice to write Windows applications using GNUStep?
I want to start developing for Windows but I want to preserve some of my frameworks that I\'ve used with NSFoundation. I want to build them on Windows using GNU开发者_如何学GoStep and maybe write the[详细]
2023-02-25 11:20 分类:问答