On Friday, March 7, 2003, at 12:44 AM, Thilo Planz wrote:

What would be the signature for

- (void)simpleEncrypt:(NSPasteboard *)pboard
            userData:(NSString *)userData
            error:(NSString **)error

I tried

@@^@ which says it is not supported

That's the correct arguments signature, but as the warning message says, many C pointers are not yet supported. Object pointers and struct pointers are, but not pointers to pointers (as above), or pointers to int, void, etc.


sherm--


"I have no special gift, I am only passionately curious." - Albert Einstein




Reply via email to