On 3 Dec 2003 at 11:52, Cheng Wei (ASL) wrote:

> Hi Mark,
> 
> 1). This article discusses in detail on how to translate an AV
> address into line numbers in your source code:
> 
> http://www.haydenr.com/delphi/articles/article002.htm
> 
This article is REALLY useful - but presents a problem.

Step 1 Using "Detailed map of Segments" in the .MAP file, I find 
the
error occurs in my FileUn unit.

Step 2 Using "Publics by Value" I find the error occurs in the
OnStartUp event in FileUn.

Step 3 is to find in the that event the line number where the error
occurs BUT I find when scanning this penultimate section of the 
Map
file that the address of the error is not in the FileUn but in a 3rd
party unit that I have recently added.

It seems that here is the problem?  If so, what sort of coding error
would cause this to be shown in the map file?

Mark
------- End of forwarded message -------

Attachment: -
Description: Binary data

_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to