Robert Meek wrote:
> [Delphi 2009 offers a choice between "segmented" and "public" map
> files; what's the difference?]

A map file can contain segment information, or it can contain segment 
information as well as information about public symbols, or it can 
contain information about segments, public symbols, and non-public 
symbols. The latter is the "detailed" map file.

Set the Delphi option to each of the available values, compile, and 
compare the contents of each of the generated files.

As far as I can tell, those three options have always been available. I 
find reference to them in a document describing the format of the 
original Delphi project file.

http://www.bsdg.org/SWAG/DELPHI/0119.PAS.html

-- 
Rob
_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to