sophie_wang 发表于 2011-11-24 16:06:10

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'

【期望】
求解。

helonso 发表于 2012-5-18 14:16:09

求解

jj_ljw 发表于 2012-5-18 16:31:42

设指针访问试试
页: [1]
查看完整版本: lr11中定义long类型变量后编译不通过