[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU objc_addClass equivalent
From: |
Richard Frith-Macdonald |
Subject: |
Re: GNU objc_addClass equivalent |
Date: |
Tue, 22 Apr 2003 11:21:00 +0100 |
On Tuesday, April 22, 2003, at 11:12 am, Sebastien Pierre wrote:
Hi all,
I was not able to find any objc_add_class method in GNU Objc runtime,
while the objc_addClass method is present in Apple runtime. Does
anybody knows of an equivalent ?
The GNUstep base Additions subdirectory contains GSObjCMakeClasse() and
GSObjCAddClasses() (in GSObjCRuntime.,), which provide a runtime
independent mechanism for this.