You could get and install an component like madExcept [www.madExcept.com] that will give you a call stack when the exception occurs. You can even get it to automatically email it to you from the client when the problem occurs.
That should give you an indication of where the problem is happening. Nahum Wild Software Innovator & Process Consultant IFE PayGlobal > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Ross Levis > Sent: Thursday, 26 February 2004 13:28 p.m. > To: NZ Borland Developers Group - Delphi List > Subject: Re: [DUG] Access violation > > > Hi Robert > > I'm using D5 with an XP resource. I applied a patch some > time ago to fix > that particular bug in D5. The software is running fine on a > number of > WinXP PC's but I believe this user is doing something > different that the > other users don't. I'm quite sure there will be a bug in the > software where > I'm trying to change the imageindex of a deleted or nil item, > but I don't > know where to look. If there is no way to tell then it's > going to be a > laborious task tracking it down. > > Regards, > Ross Levis. > > ----- Original Message ----- > From: "Robert martin" <[EMAIL PROTECTED]> > To: "NZ Borland Developers Group - Delphi List" <[EMAIL PROTECTED]> > Sent: Thursday, February 26, 2004 12:50 PM > Subject: Re: [DUG] Access violation > > > > There is an issue with TListviews on Win XP in report / > list mode. It > > occurs if you have turned on Win XP themes (by including > the resource) and > > are using D6. This may be what is causing the problem. > > > > > > Rob Martin > > Software Engineer > > > > phone 03 377 0495 > > fax 03 377 0496 > > web www.chreos.com > > ----- Original Message ----- > > From: "Ross Levis" <[EMAIL PROTECTED]> > > To: "NZ Borland Developers Group - Delphi List" > <[EMAIL PROTECTED]> > > Sent: Thursday, February 26, 2004 11:58 AM > > Subject: [DUG] Access violation > > > > > > > A customer is receiving an access violation which I can't > duplicate. > > Based > > > on the address, it is in the TListItem.SetImage procedure > in ComCtrls. > Am > > I > > > correct that this procedure is called when changing the icon in > ListItems? > > > The icon of ListItems is changed quite regularly in > various places in my > > > code. Is there a way of establishing the procedure in my > code which is > > > causing the problem? > > > > > > Regards, > > > Ross Levis. > > > > > > _______________________________________________ > > > Delphi mailing list > > > [EMAIL PROTECTED] > > > http://ns3.123.co.nz/mailman/listinfo/delphi > > > > > > > > > > _______________________________________________ > > Delphi mailing list > > [EMAIL PROTECTED] > > http://ns3.123.co.nz/mailman/listinfo/delphi > > > > _______________________________________________ > Delphi mailing list > [EMAIL PROTECTED] > http://ns3.123.co.nz/mailman/listinfo/delphi > _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
