Warnings due to depricated functions--Help needed
Warnings due to depricated functions--Help needed
- Subject: Warnings due to depricated functions--Help needed
- From: Vikrama Devadiga <email@hidden>
- Date: Thu, 16 Feb 2006 18:42:38 +0530
Hi All,
I am Using Latest Tiger Version 10.4.4 and xcode 2.2.
As I am Trying to craete the Universal Build of my Application I am facing
some issues.
I am getting following Warnings Due to depricated functions:
warning: 'StringToDate' is deprecated (declared
at/Developer/SDKs/MacOSX10.4u.sdk/System/Library/
Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DateTimeUtils.h:574)
stdStatus = StringToDate ((char *)dstr, strSize, &gDateCache, &lengthUsed,
&dateTime);
StringToDate ---------> use CFDateFormatterCreateDateFromString instead
The similar warnings I am getting for Following functions also:
LongDateToSeconds -----> use CFCalendar instead.
StringToTime-----------> use CFDateFormatterCreateDateFromString instead
Can any one let me know The Proper format or the syntax of the latest
functions to be used.
It would be really helpful the details are with illustrations. ;-)
Thanks in advance,
Vicky
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden