T
txyx
Unregistered / Unconfirmed
GUEST, unregistred user!
有一个程序:
其中,数据已经读入buffer,iBytesRead是buffer的大小,但是
for i := 0 to iBytesRead-1 do
begin
s:=buffer;//程序编译已经通过,使用中运行在此行停止
appendstr(s,'');
end;
给出错误:Access violation at address 00455c8c in model xxx.exe什么的,
原因不明,请高手赐教!
另外:
PChar(AllocMem(Length)得到的是什么?
因为: AllocMem(Length)的返回值是一个pointer,那么指针的指针指到哪去了???
其中,数据已经读入buffer,iBytesRead是buffer的大小,但是
for i := 0 to iBytesRead-1 do
begin
s:=buffer;//程序编译已经通过,使用中运行在此行停止
appendstr(s,'');
end;
给出错误:Access violation at address 00455c8c in model xxx.exe什么的,
原因不明,请高手赐教!
另外:
PChar(AllocMem(Length)得到的是什么?
因为: AllocMem(Length)的返回值是一个pointer,那么指针的指针指到哪去了???