Hello,
The getter/setter for version in Object.M gets/takes an int, and they
eventually get/set the "version" field in struct objc_class. This
field is declared as a long in objc/objc.h.
I'm asking because I think this was causing a crash in GNUMail on 64-bit
systems. More detail:
https
thod definition for
'-composeViewAccessoryWillBeRemovedFromSuperview:' not found
PGPController.m:743: warning: class 'PGPController' does not fully
implement the 'GNUMailBundle' protocol
Andrew Pinski wrote:
On 9/26/07, Jose Quinteiro <[EMAIL PROTECTED]>
I wrote a simple test program that works just fine on my 64 bit system.
The problem must lie somewhere in the GNUStep libraries. Sorry about
the waste of bandwidth.
Thanks,
Jose.
Jose Quinteiro wrote:
> Please forgive me if I'm being dense, I'm very new to Objective-C.
>
&