Changeset 126 for CoolStreaming/Demo/DynNumber/DynNumberDemo.lpr
- Timestamp:
- Jan 15, 2011, 10:03:27 PM (14 years ago)
- Location:
- CoolStreaming/Demo/DynNumber
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CoolStreaming/Demo/DynNumber
- Property svn:ignore
-
old new 1 1 DynNumberDemo.exe 2 2 lib 3 heaptrclog.trc 4 DynNumberDemo
-
- Property svn:ignore
-
CoolStreaming/Demo/DynNumber/DynNumberDemo.lpr
r125 r126 7 7 cthreads, 8 8 {$ENDIF}{$ENDIF} 9 Interfaces, // this includes the LCL widgetset9 Interfaces, SysUtils, // this includes the LCL widgetset 10 10 Forms, UMainForm, CoolStreaming 11 11 { you can add units after this }; … … 13 13 {$R *.res} 14 14 15 const 16 HeapTraceLog = 'heaptrclog.trc'; 15 17 begin 18 // Heap trace 19 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 20 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 21 16 22 Application.Initialize; 17 23 Application.CreateForm(TMainForm, MainForm);
Note:
See TracChangeset
for help on using the changeset viewer.