G
Grof
Unregistered / Unconfirmed
GUEST, unregistred user!
//ini file buffer
Fini: Tinifile;
Lini: TiniFile;
destructor TeDictionary.Destroy;
begin
if assigned(fini)
then fini.free;
if assigned(lini)
then Lini.Free;
Inherited;
end;
最近在调适程序的时候;
在form关闭时,出现地址读写错误,请高人指教.
"Project job.exe raised exception class EAccessViolation with message 'Access violation at address 0121F040.write of address C810BA9A'.Process stopped.
Fini: Tinifile;
Lini: TiniFile;
destructor TeDictionary.Destroy;
begin
if assigned(fini)
then fini.free;
if assigned(lini)
then Lini.Free;
Inherited;
end;
最近在调适程序的时候;
在form关闭时,出现地址读写错误,请高人指教.
"Project job.exe raised exception class EAccessViolation with message 'Access violation at address 0121F040.write of address C810BA9A'.Process stopped.