I just plain can't find any docs or articles about this.
I have both MinGW and CygWin, but can't find any header files for the GNU
objc classes. I also have GNUstep working, but am looking into more
portable solutions.
Thanks,
Mike
I have both MinGW and CygWin, but can't find any header files for the GNU
objc classes. I also have GNUstep working, but am looking into more
portable solutions.
Thanks,
Mike
GNUstep, OTOH, does (NSSet, NSArray, etc.).Quote:> I have both MinGW and CygWin, but can't find any header files for the GNU
> objc classes. I also have GNUstep working, but am looking into more
> portable solutions.
--
/"\ m i k e b u r r e l l
X AGAINST HTML MAIL,
> I just plain can't find any docs or articles about this.
So for example, they replace OrderedCollection by something like NSArray etc.
This migration is not completely finished yet ... you may find some
references still to Object subclasses such as Set or Collection.
POC is the most portable solution. Period. I ran it the other day onQuote:> I have both MinGW and CygWin, but can't find any header files for the GNU
> objc classes. I also have GNUstep working, but am looking into more
> portable solutions.
1. how do I tell gnu objc from poc objc?
Hi all,
Newbie alert.
How can I code for POC and GNU Objective-C at the same time? I mean, is
there a builtin way - something like a precompiler directive I can use to
do something like this:
# ifdef __POC__
<insert POC specific code here>
# endif
# ifdef __GNU_OBJECTIVE_C__
<insert GNU Objective C specific code here>
# endif
I know I could gimmick it in a Makefile, I'm just looking for the 'right'
way to do it.
-Steve
3. Set Header etc in notepad by prog.
4. Anyone compiled teTeX-0.9 on IRIX6.5?
5. How to compile gcc with gnu objc runtime as default
8. USR internal V90 voice/fax modem 56k
11. GNU Objc docs ?
13. Gnu ObjC plugin to Codewarrior IDE... Possible?