On Aug 30, 2009, at 10:44 AM, Martin Hewitson <martin.hewit...@aei.mpg.de
> 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 (Cocoa-dev@lists.apple.com)
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to arch...@mail-archive.com