Re: new to Cocoa -- threading question
Re: new to Cocoa -- threading question
- Subject: Re: new to Cocoa -- threading question
- From: John Michael Zorko <email@hidden>
- Date: Sat, 06 Sep 2008 18:48:27 -0700
Kyle,
[NSThread
detachNewThreadSelector:@selector(playMP3StreamThread)
toTarget:self withObject:streamToPlay];
The selector you want is playMP3StreamThread:, not
playMP3StreamThread. That colon is very important.
Ah, yes -- the colon. I couldn't live without mine ;-)
*cymbal crash*
Regards,
John, who will be here all week ;-)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden