C string constant->NSString constant without defining twice?
C string constant->NSString constant without defining twice?
- Subject: C string constant->NSString constant without defining twice?
- From: Erg Consultant <email@hidden>
- Date: Mon, 27 Apr 2009 20:35:05 -0700 (PDT)
Is there a macro for defining an NSString constant as a previously defined C string constant without having to actually define the string in two places? I have something like the following:
#define kTempQuagmireHackFilePathCString "/private/tmp/quagmire.dat"
#define kTempQuagmireHackFilePathNSString @"/private/tmp/quagmire.dat"
But I only want to have to define the path in the top define and then use the C string define to define the NSString define.
Thanks,
Erg
_______________________________________________
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