G7N3F 发表于 2010-9-27 13:47:23

为什么VARCHAR 在LR中不能用啊 有没有哪位帮忙看看

//在脚本写了这几句
varchar variable
char string;
strcpy(string,"");
strcpy(string,lr_eval_string("frame{test}"));//test为参数


//报错信息如下
Action.c (138): undeclared identifier `varchar'
Action.c (138): syntax error; found `variable' expecting `;'
Action.c (138): undeclared identifier `variable'
Action.c (138): type error: pointer expected
Action.c (141): illegal statement termination
Action.c (141): skipping `char'
Action.c (141): undeclared identifier `string'
Action.c (141): type error: pointer expected
d:\\testscripts\\\311\356\311\356\311\356\\\\combined_\311\356\311\356\311\356.c (5): 8 errors, not writing pre_cci.ci

archonwang 发表于 2010-9-27 15:58:44

varchar variable   后面+ 分号
页: [1]
查看完整版本: 为什么VARCHAR 在LR中不能用啊 有没有哪位帮忙看看