Comment on "
Bridge Cocoa and CoreGraphics Geometry
"
by
Jens Alfke
— Feb 14, 08
That is good to know!
A more straightforward way to enable this is just to edit your target's prefix file ("TargetName.pch") and add
#define NS_BUILD_32_LIKE_64
at the top (above the first #import.)
Back to "
Bridge Cocoa and CoreGraphics Geometry
"
Technorati Profile
Copyright © Scott Stevenson 2004-2006
by Jens Alfke — Feb 14, 08
A more straightforward way to enable this is just to edit your target's prefix file ("TargetName.pch") and add
#define NS_BUILD_32_LIKE_64
at the top (above the first #import.)