- 积分
- 81
- 帖子
- 56
- 主题
- 20
- 精华
- 0
- 最后登录
- 2010-12-25
- 在线时间
- 17 小时
- 私信
|
发表时间 : 2007-12-17 23:41:59
|
浏览 : 1172 评论 : 2
华中科大王乘所编的Vega中,我把p324的应用实例抄了下来,然后在VC下编译,总提示:
D:\VC-myExecise\p324\324_P\33.c(23) : error C2082: 'toggleGfx'unformal parameter list
D:\VC-myExecise\p324\324_P\33.c(23) : error C2143: syntax error : missing ';' before '{'
D:\VC-myExecise\p324\324_P\33.c(25) : error C2065: 'gfx' : undeclared identifier
D:\VC-myExecise\p324\324_P\33.c(25) : error C2065: 'what' : undeclared identifier
D:\VC-myExecise\p324\324_P\33.c(37) : error C2449: found '{' at file scope (missing function header?)
D:\VC-myExecise\p324\324_P\33.c(114) : error C2059: syntax error : '}'
请问怎么回事? |
|