I made the unfortunate mistake of moving from PB to xcode a few weeks
ago. I need to build a large project that includes C++ strings and run
it on 10.2. This all worked on PB on 10.2.8. Now I find that when I
build with xcode on 10.3 and run on 10.2.8, there are four unresolved
symbols ( btowc,iswctype,mbsrtowcs,towlower) when I try to launch.
These are all wchar routines that I believe are on 10.3 but not on
10.2. I don't think we are calling these directly, but suspect that
the C++ STL on 10.3 uses them. Has anyone built a project on 10.3 that
uses C++ strings and had it work on10.2?
Are you compiling this project against the 10.2.[78] SDK? If not, try
doing so and see what happens.
UNIX: Where /sbin/init is Job #1.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.