Using STL strings and supporting 10.2.x
Using STL strings and supporting 10.2.x
- Subject: Using STL strings and supporting 10.2.x
- From: Mark Thomas <email@hidden>
- Date: Fri, 18 Apr 2008 12:59:36 +0100
- Thread-topic: Using STL strings and supporting 10.2.x
Hi All,
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.
I can see from within c++config.h, there are many #define's, but one of
interest is the _GLIBCXX_USE_WCHAR_T, which looks interesting. Are this just
environment variables or can you use them to control how the templates get
expanded ? - as I guess this could stop STL strings supporting unicode ?
(I don't have the code, but my offshore team, have raised this to me)
Thanks in advance,
Mark.
_______________________________________________
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