Strange access violations
From: Jud McCranie (youknowwhat.mccranie_at_adelphia.net)
Date: 09/29/04
- Next message: Johan Smit: "Re: Access violation in Win98"
- Previous message: Jamie: "Re: TListView initialization during FormCreate"
- Next in thread: Martin Harvey (Demon account): "Re: Strange access violations"
- Reply: Martin Harvey (Demon account): "Re: Strange access violations"
- Reply: Nicholas Sherlock: "Re: Strange access violations"
- Reply: Bjørge Sæther: "Re: Strange access violations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Johan Smit: "Re: Access violation in Win98"
- Previous message: Jamie: "Re: TListView initialization during FormCreate"
- Next in thread: Martin Harvey (Demon account): "Re: Strange access violations"
- Reply: Martin Harvey (Demon account): "Re: Strange access violations"
- Reply: Nicholas Sherlock: "Re: Strange access violations"
- Reply: Bjørge Sæther: "Re: Strange access violations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|