51Testing软件测试论坛

标题: lr11中定义long类型变量后编译不通过 [打印本页]

作者: sophie_wang    时间: 2011-11-24 16:06
标题: 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
求解
作者: jj_ljw    时间: 2012-5-18 16:31
设指针访问试试




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2