Changeset 20 for branches/gbitmap/project1.lpr
- Timestamp:
- Dec 21, 2016, 3:49:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gbitmap/project1.lpr
r19 r20 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormMain, GPixmap, GImage, UPixmapSpecialized10 SysUtils, Forms, UFormMain, GPixmap, GImage, UPixmapSpecialized 11 11 { you can add units after this }; 12 12 13 13 {$R *.res} 14 14 15 {$IFDEF DEBUG} 16 const 17 HeapTraceLog = 'heaptrclog.trc'; 18 {$ENDIF} 19 15 20 begin 16 RequireDerivedFormResource:=True; 21 {$IFDEF DEBUG} 22 // Heap trace 23 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 24 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 25 {$ENDIF} 26 27 RequireDerivedFormResource := True; 17 28 Application.Initialize; 18 29 Application.CreateForm(TForm1, Form1);
Note:
See TracChangeset
for help on using the changeset viewer.