Changeset 30 for trunk/IDE/Transpascal.lpr
- Timestamp:
- Apr 25, 2011, 7:46:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Transpascal.lpr
r24 r30 17 17 const 18 18 HeapTraceLog = 'heaptrclog.trc'; 19 19 20 begin 20 21 Application.Title := 'Transpascal IDE'; 21 22 // Heap trace 22 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);23 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog);23 // DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 24 // SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 24 25 25 26 Application.Initialize;
Note:
See TracChangeset
for help on using the changeset viewer.