Various ways. 1. Use the map file (if you have it). 2. Compile to error address, however you have to know/change the base/loading address of the bpl to be the same as where it was loaded in memory. 3. Change to correct base address of bpl, run application, stop on a breakpoint. Use the CPU view/goto address to find the line of code.
Myles. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rohit Gupta Sent: Friday, 31 October 2008 10:05 a.m. To: NZ Borland Developers Group - Delphi List Subject: [DUG] How to find error address in bpl The application uses external bpls and gives an AV with an error in the dbrtl100 unit. Does anyone have any clues as to how to locate the line of source that corresponds to that address ? _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe Attention: This communication is confidential and may be legally privileged. If you are not the intended recipient, please do not use, disclose, copy or distribute it, other than to return it to us with your confirmation that it has been deleted from your system. _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe
