W
wbp204
Unregistered / Unconfirmed
GUEST, unregistred user!
我用delphi做的一个图形控件在pb里使用的时候出现错误,
控件在使用中没有问题,所有的功能都可以,就是在窗口关闭时报非法操作,
在控件里面使用了tlist类型:
type
PMyList = ^AList;
AList = record
x: Integer;
t:widestring;
y: double;
end;
var
mylist:tlist;
在win98下具体信息是这样的:
PB60 在 015f:0276d2e4 的模块
XYPROJECT.OCX 中导致无效页错误。
Registers:
EAX=000005c8 CS=015f EIP=0276d2e4 EFLGS=00010202
EBX=00000001 SS=0167 ESP=0069ed70 EBP=0069ed74
ECX=027a7458 DS=0167 ESI=02730998 FS=26a7
EDX=0047002c ES=0167 EDI=00000000 GS=0000
Bytes at CS:EIP:
8b 00 ff 50 08 eb 06 50 8b 00 ff 50 0c 5d c2 04
Stack dump:
000005c8 00000000 110e80ad 027d224c 01d10dc8 00000000
02730998 01d10c98 027d2308 027d2304 027205a8 00000001
110e1b69 027d2374 02730998 110e8278
我查过资料库了,说的很模糊,希望各位大虾来点具体的解释
控件在使用中没有问题,所有的功能都可以,就是在窗口关闭时报非法操作,
在控件里面使用了tlist类型:
type
PMyList = ^AList;
AList = record
x: Integer;
t:widestring;
y: double;
end;
var
mylist:tlist;
在win98下具体信息是这样的:
PB60 在 015f:0276d2e4 的模块
XYPROJECT.OCX 中导致无效页错误。
Registers:
EAX=000005c8 CS=015f EIP=0276d2e4 EFLGS=00010202
EBX=00000001 SS=0167 ESP=0069ed70 EBP=0069ed74
ECX=027a7458 DS=0167 ESI=02730998 FS=26a7
EDX=0047002c ES=0167 EDI=00000000 GS=0000
Bytes at CS:EIP:
8b 00 ff 50 08 eb 06 50 8b 00 ff 50 0c 5d c2 04
Stack dump:
000005c8 00000000 110e80ad 027d224c 01d10dc8 00000000
02730998 01d10c98 027d2308 027d2304 027205a8 00000001
110e1b69 027d2374 02730998 110e8278
我查过资料库了,说的很模糊,希望各位大虾来点具体的解释