operator=(LONG)错误
baseclasses\ctlutil.h(278): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
?
更改为:LONG operator=(LONG);