lr11中定义long类型变量后编译不通过
【环境】OS: WIN7
Loadrunner 11
【前提】
globals.h文件中包含下面内容:
#include "lrun.h"
#include "web_api.h"
#include "lrw_custom_body.h"
【现象】
输入脚本内容:
long t;
lr_log_message("Current time is %s.",ctime(&t));
运行时报如下错误:
test1.c (260): illegal statement termination
test1.c (260): skipping `long'
test1.c (260): undeclared identifier `t'
【期望】
求解。 求解 设指针访问试试
页:
[1]