Oh boy, I have a real problem, the following code produces an access 
violation on the laptop I am using to develop.

I have D3 and D5 on the same machine, the code works fine with D3 but 
produces the AVI when compiled with D5. The compiled code produces the AVI 
when run on other machines as well.

I had the D5 upgrade, since removed D5 and re-installed but still have the 
problem.

I suspect I must have a corrupt windows file or something, can anyone help 
?

procedure TForm1.Button1Click(Sender: TObject);
var
    tl : tlist;
begin
        tl.Create;
        tl.Clear;
end;

Neil
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to