[Openmcl-devel] set-objc-instance-variable and ints?
Brendan Burns
bburns at cs.umass.edu
Mon Jun 30 16:27:55 PDT 2003
Hello,
I defined an objc-class as follows:
(define-objc-class "foo" "NSObject"
(published :int))
assume *foo* is an instance of this class, I try
(set-objc-instance-variable *foo* "published" 0)
and I get an error that 0 is not of type macptr, is that right?
--brendan
_______________________________________________
Openmcl-devel mailing list
Openmcl-devel at clozure.com
http://clozure.com/cgi-bin/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list