So me J_Pizzle and Rich1e are working on a tut runner, and i just started the form but im getting an error:
And here's the script that is the button:PHP Code:[Runtime Error] : Exception: Access violation at address 00606B6A in module 'scar.exe'. Write of address 00000088 in line 86 in script C:\Documents and Settings\Administrator.INSPIRON5100\Desktop\TARC.scar
And the procedure CloseForm:PHP Code:mnuSub2 := TMenuItem.Create(frmDesign);
mnuSub2.Caption := 'Exit';
mnuSub3.OnClick := @CloseForm;
mnu.Items.Items[0].Add(mnuSub2);
And line 86 (The error):PHP Code:procedure CloseForm(Sender: TObject);
begin
TerminateScript;
end;
Please HelpThreadSafeCall('InitForm', v);




Reply With Quote






