Re: parsekit on snow leopard
Re: parsekit on snow leopard
- Subject: Re: parsekit on snow leopard
- From: Kyle Sluder <email@hidden>
- Date: Sun, 30 Aug 2009 10:57:33 -0700
On Aug 30, 2009, at 10:44 AM, Martin Hewitson <email@hidden
> wrote:
Does anyone have a clue what I could try next, or does anyone know
of any alternative to parsekit?
You could run ConvertCocoa64, or manually adapt the code to use the
new 64-bit numerical type macros.
On 32-bit, CGFloat == float, so the compiler didn't complain when it
saw two -floatValue methods. On 64-bit, they're not the same, so the
compiler complains.
Also, you might have to deal with code calling ceil, floor, etc. The
recommended approach is to #include <tgmath.h> and use the macros
defined therein.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden