Changeset 496 for Generics/NativeGenerics/Demo/Demo.lpr
- Timestamp:
- Jan 5, 2018, 10:24:36 PM (7 years ago)
- Location:
- Generics/NativeGenerics/Demo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/NativeGenerics/Demo
- Property svn:ignore
-
old new 3 3 Demo.exe 4 4 heaptrclog.trc 5 Demo
-
- Property svn:ignore
-
Generics/NativeGenerics/Demo/Demo.lpr
r313 r496 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, SysUtils, UMainForm , NativeGenerics;10 Forms, SysUtils, UMainForm; 11 11 12 12 {$R *.res} 13 13 14 {$IFDEF DEBUG} 14 15 const 15 16 HeapTraceLogFileName = 'heaptrclog.trc'; 17 {$ENDIF} 16 18 begin 19 {$IFDEF DEBUG} 17 20 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLogFileName); 18 21 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLogFileName); 22 {$ENDIF} 19 23 Application.Initialize; 20 24 Application.CreateForm(TMainForm, MainForm);
Note:
See TracChangeset
for help on using the changeset viewer.