Re: new to Cocoa -- threading question
Re: new to Cocoa -- threading question
- Subject: Re: new to Cocoa -- threading question
- From: "Kyle Sluder" <email@hidden>
- Date: Sat, 6 Sep 2008 21:43:43 -0400
On Sat, Sep 6, 2008 at 9:35 PM, John Michael Zorko <email@hidden>
wrote:
> [NSThread detachNewThreadSelector:@selector(playMP3StreamThread)
> toTarget:self withObject:streamToPlay];
The selector you want is playMP3StreamThread:, not
playMP3StreamThread. That colon is very important.
--Kyle Sluder
_______________________________________________
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