Changeset 10 for trunk/Integrated.lpr
- Timestamp:
- Jan 7, 2017, 2:33:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Integrated.lpr
r9 r10 3 3 4 4 uses 5 Forms, Interfaces, 5 Forms, Interfaces, SysUtils, 6 6 StringTables in 'StringTables.pas', 7 7 Directories in 'Directories.pas', … … 47 47 {$R cevo.RES} 48 48 49 {$IFDEF DEBUG} 50 const 51 HeapTraceLog = 'heaptrclog.trc'; 52 {$ENDIF} 53 49 54 begin 55 {$IFDEF DEBUG} 56 // Heap trace 57 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 58 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 59 {$ENDIF} 60 50 61 DotNetClient := nil; 51 62 Application.Initialize;
Note:
See TracChangeset
for help on using the changeset viewer.