Re: Still no way to view CFString in custom data fomatter, huh?
Re: Still no way to view CFString in custom data fomatter, huh?
- Subject: Re: Still no way to view CFString in custom data fomatter, huh?
- From: Rick Mann <email@hidden>
- Date: Wed, 31 Oct 2007 21:08:46 -0700
On Oct 31, 2007, at 8:50 PM, Dmitry Markman wrote:
if setName accepts NString
how it's possible to write
gs->setName("San Carlos");
it's probably type it should be gs->setName(@"San Carlos");
or I'm missing something?
It's C++ code. It runs just fine. (I'm assuming the '@' is something
in Obj-C?)
"NString", not "NSString". "NString" is a C++ wrapper around CFString
from the C++ Nano framework.
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden