HI All,
My Carbon calls are failing.
I have:
#include <Carbon/Carbon.开发者_开发技巧h>
in my PCH.
I have:
/Developer/Headers/FlatCarbon
in my Header Search Path
But calls like:
aDialog = GetNewDialog(16002, NULL,(WindowPtr) (-1L));
are failing saying:
GetNewDialog not declared in this scope.
I am targeting 10.5 64-bit intel.
ah, Carbon UI calls are not 64-bit. Nice!
精彩评论