• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Using STL strings and supporting 10.2.x
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using STL strings and supporting 10.2.x


  • Subject: Re: Using STL strings and supporting 10.2.x
  • From: Steve Checkoway <email@hidden>
  • Date: Sat, 19 Apr 2008 14:12:19 -0700


On Apr 18, 2008, at 2:16 PM, Mark Thomas wrote:


 I'm getting undefined symbols for

        U _wcscoll
        U _wcsftime
        U _wcslen
        U _wcsrtombs
        U _wcsxfrm
        U _wctob
        U _wctype

 which I understand aren't present on 10.2.x, when the .dylib tries to
load.


I wrote some of the missing w* functions at some point. They seemed to work for me. <https://svn.stepmania.com/svn/trunk/stepmania/src/archutils/Darwin/wchar.cpp >. And then you also need struct char_traits<wchar_t> which you can write in terms of those functions. An fairly ancient version of the the file that had them is <https://svn.stepmania.com/svn/tags/v390release/stepmania/src/archutils/Darwin/arch_setup.h >.

Hope that helps.

--
Steve Checkoway

    "Anyone who says that the solution is to educate the users
    hasn't ever met an actual user." -- Bruce Schneier




Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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

References: 
 >Re: Using STL strings and supporting 10.2.x (From: Mark Thomas <email@hidden>)

  • Prev by Date: Re: Using STL strings and supporting 10.2.x
  • Next by Date: Ld -U (Undefined Symbols) argument is ignored?
  • Previous by thread: Re: Using STL strings and supporting 10.2.x
  • Next by thread: Re: Using STL strings and supporting 10.2.x
  • Index(es):
    • Date
    • Thread