#define kConstCString "This is a const c string"
#define kConstNSString @kConstCString

HTH,

Dave

On Apr 27, 2009, at 9:35 PM, Erg Consultant wrote:

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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to