invalid use of void expression
invalid use of void expression
- Subject: invalid use of void expression
- From: Rob Rix <email@hidden>
- Date: Tue, 3 Jul 2001 04:29:42 -0400
Hi, all.
In the init method of a controller class I'm working on, I have this line:
searchWindow = [NSConnection
rootProxyForConnectionWithRegisteredName:[[NSMutableString
stringWithString:@"10191_Ce_"] appendString:[[name
componentsSeparatedByString:@"_"] lastObject]] host:@"*"];
Unfortunately, this gives me the error in the subject line. This has me
completely stumped; this isn't even a compile error I've run into before.
What's up with this?
Thanks in advance,
-- Rob
This has been a recording.