discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Where is object_setInstanceVariable() in GNUstep?


From: Andreas Hoeschler
Subject: Where is object_setInstanceVariable() in GNUstep?
Date: Sat, 30 Nov 2002 15:52:30 +0100

Hi all,

I try to port (move) some code from Cocoa to GNUstep. In the Cocoa .m file I have

#import <objc/objc-class.h>

...
(void)object_setInstanceVariable(controllerObject, [aspect cString], targetCarrier);
...

When I complie this on GNUstep, I get

UIOutletAssociation.m:47: warning: implicit declaration of function `object_setInstanceVariable'

Where is this function defined in GNUstep?

Thanks a lot in advance,

   Andreas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]