注册 登录
编程论坛 VC++/MFC

VC++编程时出现的错误

崔光辉 发布于 2012-08-07 17:50, 292 次点击
error C2679: binary '<' : no operator defined which takes a right-hand operand of type 'struct _COMSTAT' (or there is no acceptable conversion)
执行 cl.exe 时出错.

请帮忙改正
2 回复
#2
寒风中的细雨2012-08-08 16:15
那一行呀
#3
zhoufeng19882012-08-08 22:32
你是不是用_COMSTAT结构进行逻辑运算了?

这个看错误信息应该可以跟踪到吧?
1