Re: Using STL strings and supporting 10.2.x
Re: Using STL strings and supporting 10.2.x
- Subject: Re: Using STL strings and supporting 10.2.x
- From: Chris Espinosa <email@hidden>
- Date: Fri, 18 Apr 2008 23:20:13 -0700
On Apr 18, 2008, at 11:12 PM, David Dunham <email@hidden> wrote:
On 18 Apr 2008, at 04:59, Mark Thomas wrote:
Does anybody know how to stop the STL string class including any
unicode
support, as we are compiling a .dylib with Xcode 2.2.1 on 10.4, but
when the
library loads on a 10.2 system we are getting linker errors because
of the
lack of wchar support on 10.2.x.
STL doesn't support Unicode. wchar is not Unicode.
I know this isn't what you were asking, but if you want true Unicode
support you need to use something like CFString.
And none of Apple's current tools support development for 10.2. You
need Xcode 1.5 or earlier with gcc 2.95.2 to deploy to 10.2, which
will block you out of four or five years of OS improvements.
_______________________________________________
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