开发者

Carbon Calls failing?

开发者 https://www.devze.com 2022-12-26 02:00 出处:网络
HI All, My Carbon calls are failing. I have: #include <Carbon/Carbon.开发者_开发技巧h> in my PCH.

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!

0

精彩评论

暂无评论...
验证码 换一张
取 消