[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with NSProcessInfo (?)
From: |
Chris B. Vetter |
Subject: |
Re: Problem with NSProcessInfo (?) |
Date: |
Tue, 20 May 2003 12:00:13 -0700 |
On Tue, 20 May 2003 11:56:49 -0600
Adam Fedor <fedor@doc.com> wrote:
> Yes. That's exactly what I would expect. +load methods should not have
> any ObjC code in them.
Before you flame me for my previous post, I'm aware that NSLog involves
a couple of objects and messages ... I meant that as a "I'm not doing
anything fancy regarding objects right now".
If, as you say, that +load should not have ObjC code in them, then we
have a serious problem porting Apple/Cocoa code to GNUstep.
Take a look at some of Apple's Cocoa examples. There's a couple of
examples that do just what I was trying to do -- create a subclass and
use +load to have it +poseAs: super ... *bummer*
--
Chris