Changeset 123 for trunk/ZdechovNET.lpr
- Timestamp:
- Jul 24, 2020, 11:06:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ZdechovNET.lpr
r115 r123 5 5 uses 6 6 {$IFDEF UNIX} 7 cthreads, 7 cthreads, clocale, 8 8 {$ENDIF} 9 9 UUtils, USqlDatabase, SysUtils, Contnrs, Forms, … … 12 12 UMemoryStreamEx, UMIMEType, UPageList, Interfaces, UCore, UWebApp; 13 13 14 {$ IFDEF DEBUG}14 {$if declared(UseHeapTrace)} 15 15 const 16 16 HeapTraceLog = 'heaptrclog.trc'; … … 18 18 19 19 begin 20 {$IFDEF DEBUG} 21 // Heap trace 20 {$if declared(UseHeapTrace)} 22 21 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 23 22 //SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
Note:
See TracChangeset
for help on using the changeset viewer.