Re: Unicode in XCode?
Re: Unicode in XCode?
- Subject: Re: Unicode in XCode?
- From: Troy Dawson <email@hidden>
- Date: Fri, 1 Oct 2004 04:42:42 -0700
On Sep 30, 2004, at 8:48 PM, Sean McBride wrote:
Matthias Juwan (email@hidden) on Wed, Sep 29, 2004 16:14 said:
Unfortunately, I can make use of CFString only to feed the Carbon
APIs,
because it does not exist on Windows platform. I've written my own
Actually, CFString is open source IIRC, and I seem to remember it
working
on Windows. An option anyway...
CoreFoundation is a darwin project and it is theoretically possible to
recompile it for the Wintel platform. It takes some work though, since
the darwin interfaces and makefiles aren't fully set-up for working on
Windows, plus you can't do it in MSVC easily since for some reason
Micorsoft doesn't support C99, which CF requires.
Actually, there's no need to drill down to CFString on OS X.
Foundation's NSString classes are perfectly usable within C++ code if
you just throw the Objective-C/Objective-C++ code in .mm files. I do it
all the time, and it's great having the elegance of Objective-C working
behind the C/C++ external interfaces. The only problem is the more
Objective-C++ code you write the more you want to toss C++ altogether
:)
=td=
_______________________________________________
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