JCL Help:ConvertMapFileToJdbgFile@TFileName
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: ConvertMapFileToJdbgFile Function
[+] JclDebug.pas Functions
Search in JCL Help
Search in all projects
Summary
Converts a text based MAP file to a Jcl binary debug file.
Pascal
function ConvertMapFileToJdbgFile(const MapFileName: TFileName): Boolean; overload;
function ConvertMapFileToJdbgFile(const MapFileName: TFileName; out LinkerBugUnit: string; out LineNumberErrors: Integer): Boolean; overload;
function ConvertMapFileToJdbgFile(const MapFileName: TFileName; out LinkerBugUnit: string; out LineNumberErrors: Integer; out MapFileSize: Integer; out JdbgFileSize: Integer): Boolean; overload;
Description
ConvertMapFileToJdbgFile convert the specified text based map file to a Jcl binary debug file.
About
Unit
Donator
Petr Vones
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page