Changeset 98 for Docking/CoolDocking/Demo/Demo.lpr
- Timestamp:
- Dec 9, 2010, 2:51:55 PM (14 years ago)
- Location:
- Docking/CoolDocking/Demo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/Demo
- Property svn:ignore
-
old new 1 1 lib 2 2 Demo.exe 3 heaptrclog.trc
-
- Property svn:ignore
-
Docking/CoolDocking/Demo/Demo.lpr
r96 r98 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UMainForm, UDockForm, CoolDocking, SampleDockableForm, UComponentTree; 10 Forms, UMainForm, UDockForm, CoolDocking, SampleDockableForm, UComponentTree, 11 FileUtil, SysUtils; 11 12 12 13 {$R *.res} 13 14 15 const 16 HeapTraceLog = 'heaptrclog.trc'; 14 17 begin 18 // Heap trace 19 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 20 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 21 15 22 Application.Initialize; 16 23 Application.CreateForm(TMainForm, MainForm);
Note:
See TracChangeset
for help on using the changeset viewer.