macosmacos-carbon

Carbon Calls failing?


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.


Solution

  • ah, Carbon UI calls are not 64-bit. Nice!