| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Thanks, Douglas!
Try this:
#define __macroConcat2A( a, b ) a##b #define __macroConcat2( a, b ) __macroConcat2A( a, b )
Yes, this works.
I did some hunting and research on various sites, and even the archive to this list.
I think you can only use the ## within a macro definition, and you need two macros to get it to work.
I do not understand why, I tried it with one and it didn't work, and then found something that said use the double definition method above.
Cheers,
Andreas Wittenstein BitJazz Inc. http://www.bitjazz.com/
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/xcode-users/email@hidden
| References: | |
| >Token Concatation in Info.plist Files? (From: Andreas Wittenstein <email@hidden>) | |
| >Re: Token Concatation in Info.plist Files? (From: Douglas Norton <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.