[lazarus] Access violation

M.B.M hacker_mbm at yahoo.com
Tue May 9 05:16:42 EDT 2000


Marc Weustink wrote:

> It is not realy a GTK bug, it has something to do with events still firing.
> Some examples don't have this problem.

Yep. For example, this error does not appears, when you will create just one
form. But will be, if more that one... I'm usually do:

procedure tform.onclose(s:tobject);
begin
  if application.messagebox('Are you sure to exit?','',$34)=6 then halt;
end;

...and running my program with stdout to /dev/null *inside* the Lazarus
program.
And user does not see the seg. fault and 'core' file. But this bug is still
present ;(

M.B.M






More information about the Lazarus mailing list