- 论坛徽章:
- 0
|
我的程序是这样的
$extern llidx_t *llidxp;
$llidx_t *lp;
$select count(*) into $num from llidx where jyclfs<>;"1";
if(! num) {
OutputOnCon("利率综合索引未定义!" ;
return(1);
}
if((llidxp=(llidx_t *)malloc((num+1) * sizeof(llidx_t)))==NULL) {
OutputOnCon("内存分配出错!" ;
return(-1);
}
lp=llidxp;
while(1) {
$fetch llidx_cur into $lp;
}
编译出错
esqlc: "rjmemopt.ec", line 64: Error -33208: Runtime error is possible because s
ize of 'lp' is unknown.
esql[62]: 6867 Memory fault(coredump)
我的环境 sco open server 5.05 informix online 5.0 eslq-c 5.01.UD1
快帮我一下吧 |
|