[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with NSProcessInfo (?)
From: |
Chris B. Vetter |
Subject: |
Problem with NSProcessInfo (?) |
Date: |
Mon, 19 May 2003 12:55:51 -0700 |
Hi,
after updating to last Friday's CVS, I noticed that the use of +load in
frameworks doesn't work anymore. I haven't updated for a while, so I'm
not sure if that problem (?) was introduced recently.
What happens is, if any class in your framework uses +(void)load { ... }
and you link an application (curiosly, it doesn't happen for tools !?!?)
you will get the "GNUSTEP Internal Error" (did you include NSObject.h?)
message from NSProcessInfo -- although NSObject.h is explicitly
included, both in the framework's class and the application.
Uncomment the +load method, and the problem is gone.
Is +load required to do anything specific to work, eg. send a message to
super's load?
--
Chris
- Problem with NSProcessInfo (?),
Chris B. Vetter <=
- Re: Problem with NSProcessInfo (?), Richard Frith-Macdonald, 2003/05/20
- Message not available
- Re: Problem with NSProcessInfo (?), Chris B. Vetter, 2003/05/20
- Re: Problem with NSProcessInfo (?), Adam Fedor, 2003/05/20
- Re: Problem with NSProcessInfo (?), Chris B. Vetter, 2003/05/20
- Re: Problem with NSProcessInfo (?), Chris B. Vetter, 2003/05/20
- Re: Problem with NSProcessInfo (?), Nicola Pero, 2003/05/20
- Re: Problem with NSProcessInfo (?), Adam Fedor, 2003/05/26