51Testing软件测试论坛
标题:
LR用 lr_convert_string_encoding中文转码时的一个问题
[打印本页]
作者:
qingcome1
时间:
2012-11-6 18:40
标题:
LR用 lr_convert_string_encoding中文转码时的一个问题
中文转码代码如下:
char temp;
char hotelname[4096];
lr_convert_string_encoding(lr_eval_string("{title}"),LR_ENC_SYSTEM_LOCALE, LR_ENC_UTF8 ,"temp");
strcat(hotelname,lr_eval_string ( "{temp}" ));
replay log显示:
vuser_init.c (260): illegal statement termination
vuser_init.c (260): skipping `char'
vuser_init.c (260): undeclared identifier `temp'
vuser_init.c (261): illegal statement termination
vuser_init.c (261): skipping `char'
vuser_init.c (261): undeclared identifier `hotelname'
vuser_init.c (261): type error: pointer expected
e:\\lr\\22\\\\combined_22.c (5): 7 errors, not writing pre_cci.ci
这是什么问题,请各位指点,谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢
作者:
vangion
时间:
2012-11-7 10:36
指针的概念都没有搞清楚。
作者:
thirfing
时间:
2012-11-7 10:55
参数定义不合法
作者:
fbccee
时间:
2012-11-8 09:54
char temp;
去掉试试看
作者:
398073412
时间:
2013-12-11 11:45
回复
3#
thirfing
版主为什么不能告诉人家怎么定义呢
你就多打几行子嘛
作者:
风行韩国
时间:
2013-12-13 16:52
char hotelname[4096];定义错了,char只有一个字节,8位,最多表示256个..4096超了
作者:
zeth
时间:
2013-12-13 17:36
你把char放到最上面定义试一下估计就好了
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2