Changeset 37 for Generics/Test.lpr
Legend:
- Unmodified
- Added
- Removed
-
Generics
- Property svn:ignore
-
old new 1 1 lib 2 2 project1.exe 3 heaptrclog.trc 4 Test.exe
-
- Property svn:ignore
-
Generics/Test.lpr
r36 r37 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UMainForm, GenericList11 { you can add units after this };10 Forms, UMainForm, SysUtils, GenericList, GenericThreadedItem, GenericSet, 11 GenericStream, GenericTree; 12 12 13 13 {$R *.res} 14 14 15 15 begin 16 // Heap trace 17 DeleteFile(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc'); 18 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc'); 19 16 20 Application.Initialize; 17 21 Application.CreateForm(TMainForm, MainForm);
Note:
See TracChangeset
for help on using the changeset viewer.