大家好,
我的碳素通话失败了。
我有:
#include <Carbon/Carbon.h>在我的PCH里。
我有:
/Developer/Headers/FlatCarbon在我的标题搜索路径中
但是像这样的调用:
aDialog = GetNewDialog(16002, NULL,(WindowPtr) (-1L));是不是说:
GetNewDialog not declared in this scope.我的目标是10.5 64位英特尔。
发布于 2010-04-07 05:47:33
啊,Carbon UI调用不是64位的。好的!
https://stackoverflow.com/questions/2587979
复制相似问题