【求助】vb调用com组件绘制简单曲线出错
%定义函数plotyyfunction p=f(x,y,a,b)
plotyy(x,y,a,b)
用com builer做成com组件在vb中调用
sub try()
dim N as variant
dim strx(10) as double,stry(10) as double,stra(10) as double,strb(10) as double
'这里是strx,stry,stra,strb的赋值语句
call myfun.plotyy(1,N,strx,stry,stra,strb)
end sub
出错提示实时错误 '-2147467259"
请问可能是什么原因导致的
[ 本帖最后由 redelf 于 2006-10-7 15:12 编辑 ]
页:
[1]