Re: Newbie (EXE_BAD_ACCESS?)
Re: Newbie (EXE_BAD_ACCESS?)
- Subject: Re: Newbie (EXE_BAD_ACCESS?)
- From: Mark Eaton <email@hidden>
- Date: Wed, 26 Mar 2003 18:45:12 -0800
On Saturday, March 22, 2003, at 08:51 AM, Bernard Banks wrote:
by using a class method
+(void)drawLine:(float)X:(float)Y
I'm still trying to figure out how you draw a line given only one point
:-) Are you using global state for a pen location?
Anyhow, maybe you need to declare the method with a label for the
second parameter?
+ (void)drawLine:(float)X and:(float)Y;
(the 'and' can be whatever you want, probably something that sounds
more conversational)
-mark
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.