• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Pointer to id
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pointer to id


  • Subject: Re: Pointer to id
  • From: Sanri Parov <email@hidden>
  • Date: Mon, 2 Jan 2006 12:08:29 +0100


Il giorno 02/gen/06, alle ore 02:21, Pontus Ilbring ha scritto:

The NSValue class is capable of wrapping a pointer inside an object.

You can sometimes get away with simply casting a pointer or integer to
id, though it may not be a good idea, but
detachNewThreadSelector:toTarget:withObject: needs real objects
because it retains them when the thread is detached and releases them
when it terminates, and only real objects respond to retain and
release messages.

mmmhhhh..... I've tried doing this:

NSValue *value;
value = [NSValue valueWithPointer:@encode(PortAudioStream *)];
[value retain];
[NSThread detachNewThreadSelector: @selector(playForSure:) toTarget: nil withObject:value];
...


The called selector is:

- (void)playForSure:(PortAudioStream *)stream;
{	NSLog(@"selector called");}

but the selector is not called in any way.
I've tried retainig "value" but nothing...
Do you have any clues?
Thank you again.

--
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


  • Follow-Ups:
    • Re: Pointer to id
      • From: Bill Bumgarner <email@hidden>
    • Re: Pointer to id
      • From: Camillo Lugaresi <email@hidden>
    • Re: Pointer to id
      • From: j o a r <email@hidden>
References: 
 >Pointer to id (From: Sanri Parov <email@hidden>)
 >Re: Pointer to id (From: Pontus Ilbring <email@hidden>)

  • Prev by Date: Re: Pointer to id
  • Next by Date: Re: Pointer to id
  • Previous by thread: Re: Pointer to id
  • Next by thread: Re: Pointer to id
  • Index(es):
    • Date
    • Thread