Fr0sT.Brutal 899 Posted July 20, 2023 If I set Map file option to Detailed, compiler always produces .DRC file regardless of the "Output .drc" option. I'm not sure is it bug or feature? The newest version I tested with is 10.3 Share this post Link to post
DelphiUdIT 162 Posted July 20, 2023 With 11.3 it's the same. The .drc file is generated anyway. 1 Share this post Link to post
Uwe Raabe 2052 Posted July 20, 2023 Looks like as designed: Quote Detailed: Produces a map file that includes a list of segments, the program start address, any warning or error messages produced during the link, a list of alphabetically sorted public symbols, and an additional detailed segment map. The detailed segment map includes the segment address, length in bytes, segment name, group, and module information. Also produces a resource string file. 1 Share this post Link to post
Brian Evans 104 Posted July 20, 2023 The help also says it is generated if either option is set (detailed map files OR .drc generation); Package Files Created by Compiling - RAD Studio (embarcadero.com) Quote To enable the generation of this optional file, do either of the following: Use the "Detailed" value for the Map file option in Project > Options > Delphi Compiler > Linking. Enable the Output resource string .drc file option in Project > Options > Delphi Compiler > Linking. 1 Share this post Link to post
Fr0sT.Brutal 899 Posted July 21, 2023 9 hours ago, Uwe Raabe said: Looks like as designed: Yep, you're right. XE2 help hasn't this note but 10.3 has. I wonder what the purpose of this. Share this post Link to post