|
//在脚本写了这几句
varchar variable[1000]
char string[1000];
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 |
|