Changeset 9 for trunk/chronis.lpr
- Timestamp:
- Dec 26, 2010, 8:12:59 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 2 2 Config.xml 3 3 chronis 4 heaptrclog.trc
-
- Property svn:ignore
-
trunk/chronis.lpr
r7 r9 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UPersistentForm, URegistry, USqlDatabase, UTreeState, 11 UItemView, UItemEdit, ULoginForm, UMainForm, UItemAdd, TemplateGenerics 10 Forms, UPersistentForm, URegistry, USqlDatabase, UTreeState, SysUtils, 11 UItemView, UItemEdit, ULoginForm, UMainForm, UItemAdd, TemplateGenerics, USystem 12 12 { you can add units after this }; 13 13 14 14 {$R *.res} 15 15 16 const 17 HeapTraceLog = 'heaptrclog.trc'; 16 18 begin 19 // Heap trace 20 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 21 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 17 22 Application.Initialize; 18 23 Application.CreateForm(TMainForm, MainForm);
Note:
See TracChangeset
for help on using the changeset viewer.