Re: WChar launch problems in 10.2??
Re: WChar launch problems in 10.2??
- Subject: Re: WChar launch problems in 10.2??
- From: Godfrey DiGiorgi <email@hidden>
- Date: Fri, 30 Jan 2004 14:44:24 -0800
Jason,
wchar_t is not supported in Mac OS X v10.2.x (Jaguar) and prior,
support for wchar_t was introduced with Mac OS X v10.3. There is a
wchar_t package available for Jaguar development from a third party,
however. See the technical note
<http://developer.apple.com/documentation/DeveloperTools/Conceptual/
MovingProjectsToXcode/migration_differences/chapter_2_section_11.html>
for details.
best,
Godfrey
---
Godfrey DiGiorgi - email@hidden
408 974-6814 tel - 408 974-8101 fax - 408 832-8319 cell
Technology Manager, Development Tools
Apple Worldwide Developer Relations
On Jan 30, 2004, at 2:21 PM, jason rusoff wrote:
I am building a plugin on 10.3 using xcode. I have set the deployment
target to mac OS 10.2. When I try to launch on 10.2.8, it can't find
some wchar routines ( btowc,iswctype,mbsrtowcs,towlower). These are on
10.3 and it runs on 10.3 just fine. Any ideas on why these routines
should be needed even if I set the launch target to 10.2? I have no
idea what is calling these routines, it's not directly in our code,
but might be in certain C++ standard string lib routines. Is there
some other flags I need to set to get this to run on 10.2?
Thanks,
Jason _______________________________________________
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.
_______________________________________________
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.