views:

28

answers:

1

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.

+1  A: 

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

MLS
There is absolutely no valid reason to call GetNewDialog in this day and age.
Azeem.Butt