Pointer to id
Pointer to id
- Subject: Pointer to id
- From: Sanri Parov <email@hidden>
- Date: Mon, 2 Jan 2006 01:33:51 +0100
Hi everybody,
very fond of the large thread I've started with pointers, I beg your
pardon if I ask you another very silly question.
I've got to detach a new thread with
detachNewThreadSelector:toTarget:withObject:
The problem stands in the fact that "withObject" accepts only "id",
while I need to send a pointer ( PortAudioStream *stream) instead.
If I put "stream" in detachNewThreadSelector: the debugger complains
and halts, while if I set nil everything is ok.
How can I bypass this awful situation?
Many thanks to all of you.
--
Sanri Parov from iBook
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden