Changeset 70 for branches/Transpascal/Transpascal.lpr
- Timestamp:
- Oct 19, 2010, 11:22:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Transpascal.lpr
r66 r70 15 15 {$R *.res} 16 16 17 const 18 HeapTraceLog = 'heaptrclog.trc'; 17 19 begin 18 20 // Heap trace 19 DeleteFile(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc');20 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc');21 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 22 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 21 23 22 24 Application.Initialize;
Note:
See TracChangeset
for help on using the changeset viewer.