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: David Dunham <email@hidden>
- Date: Fri, 18 Apr 2008 23:12:51 -0700
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.
David Dunham Macintosh Game Developer
GameHouse Studios +1 206 926 5722 www.gamehouse.com
"They said it couldn't be done but sometimes it doesn't
work out that way." -- Casey Stengel
_______________________________________________
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