为什么不能汇编成功?
ToolbarButtons TBBUTTON <0, MI_OPENBITMAP, TBSTATE_ENABLED , TBSTYLE_BUTTON,0, NULL, NULL>
其中以上的各个常量均有定义,并且
include \masm32\include\windows.inc
提示错误:
error A2181:initializer must be a string or single item.
问题点数:20、回复次数:2Top
1 楼cm_w(cm)回复于 2002-03-28 23:25:33 得分 20
TBBUTTON有一个成员为bReserved[2],你是不是少写了个0。Top
2 楼feelingchen(feelingchen)回复于 2002-03-29 09:09:56 得分 0
不是这个错误Top




