1.VC++6.0 (undeclared identifier)
VC++6.0 (undeclared identifier)
(1) error C: 'COMMAND_PROXY_BEGIN' : undeclared identifier
错误:COMMAND_PROXY_BEGIN没有定义,可以用#define宏定义或enum枚举,lol自动躲避源码如果是腾讯lvb 直播源码多个command,最好用enum。微信 源码 链接
例如
#define COMMAND_PROXY_BEGIN //注意不要与其他命令同值
或
enum Command
{
COMMAND_PROXY_BEGIN //这里默认值为0
,php淘劵源码 ……还可以添加其他命令枚举
}
(2) error C: case expression not constant
错误:提示说case 表达式不是常量,这是php源码安装后缀由于(1)引起的,处理了(1)就好了
(3) error C: 'OpenProxy' : undeclared identifier
错误:OpenProxy函数未定义,具体怎样定义就看你的用途了,定义该函数时要注意匹配MyCreateThread函数对应此参数的函数原型