gnustep
Automating GNUStep from Notepad++
I use GNUStep to compile Objective-C on Windows 7 using GCC 开发者_如何学JAVAand MinGW. I\'d like to be able to automate the \"make\" instruction (with make files) from Notepad++ and have any complier[详细]
2022-12-23 09:01 分类:问答Referencing DLLs for Objective-C (GNUStep on Windows)
How do you开发者_如何学运维 reference DLLs from Objective-C? I use GNUStep Make files on Windows.[详细]
2022-12-23 08:56 分类:问答key-value coding and to-many relationships
I\'m a bit confused with key value coding and to-many relationships. I\'ve read that when having such relationship I should use [object mutableArrayValueForKey:@\"key\"]; to retrieve[详细]
2022-12-21 08:46 分类:问答data reloading in NSOutlineView
simple existentialist question that google can\'t answer me: When and NSOutlineView send the message outlineView:setObjectVal开发者_StackOverflow中文版ue:forTableColumn:byItem: to its data source, wi[详细]
2022-12-21 06:22 分类:问答GNUstep NSString.m file
I\'m using GNUstep to begin with learning Objective-C. I could find the header files for all, but don\'t know where to find its implementation files.[详细]
2022-12-13 18:27 分类:问答Questions About The Foundation And NS Library
I\'m a Objective-C learner and I don\'t have a Mac, then I need to use my Linux with GNUStep, but if I develop my own program on it, the end-user will need to have GNUStep(like .Net) installed and the[详细]
2022-12-13 10:13 分类:问答Open File Dialog Box
I\'m learning Objective-C and trying to develop a simple zipper application, but I stopped when now, when I need to insert a button at my dialog and this button opens a Ope开发者_StackOverflow中文版n[详细]
2022-12-10 12:12 分类:问答Zipping Things Using Objective-C
I\'m learning Objective-C using GNUstep(because I use Linux). I was thinking in create a simple zipper application only to practice, but how where i can find a tutorial to build it? and which is the c[详细]
2022-12-09 19:01 分类:问答Error When Using Make
I\'m learning Objective-C using GNUStep in my Windows(Cygwin) and i have two files, one source and on开发者_如何转开发e make file:[详细]
2022-12-08 14:10 分类:问答