Strange access violations

From: Jud McCranie (youknowwhat.mccranie_at_adelphia.net)
Date: 09/29/04


Date: Wed, 29 Sep 2004 14:46:58 -0400

A program of mine that was working is now giving strange access
violations for a user in several different places. the program is
still working for me with no access violations. When I do "find
error" on that address, Delphi doesn't find it. The user said that it
is giving the same error address when the problem occurs at different
places in the program. The message about the access violation gives
the module, which is my program.

I've tried it on two computers, both XP and it works. His is using
W2000.

I've found the point in the source code of one of the problems:

    showmessage( 'after send ' + inttostr( MinorVersion)); // error
finally
    showmessage( 'before free '+ inttostr( MinorVersion));
      Free;
    showmessage( 'after free '+ inttostr( MinorVersion));
end;

It will display the first message, then give the access error.

What could be wrong?

---
Replace you know what by j to email


Relevant Pages

  • Re: Strange access violations
    ... Jud McCranie wrote: ... > A program of mine that was working is now giving strange access ... > violations for a user in several different places. ... > It will display the first message, ...
    (comp.lang.pascal.delphi.misc)
  • Re: Strange access violations
    ... > A program of mine that was working is now giving strange access ... > violations for a user in several different places. ... Another thought are the fpu flag settings - check google ...
    (comp.lang.pascal.delphi.misc)
  • Re: Strange access violations
    ... Jud McCranie wrote: ... > A program of mine that was working is now giving strange access ... > violations for a user in several different places. ... Nicholas Sherlock ...
    (comp.lang.pascal.delphi.misc)
  • Re: Combo boxes and search forms
    ... results to display the records with the matching values? ... But I need to be able to use the combo to search the violations table ... where the violations ID is stored as a foreign key. ... table and display them in a subform. ...
    (microsoft.public.access.forms)
  • Re: Combo boxes and search forms
    ... But I need to be able to use the combo to search the violations table ... where the violations ID is stored as a foreign key. ... table and display them in a subform. ... I need to build the search/edit form for the ...
    (microsoft.public.access.forms)