Changeset 37 for Generics/Test.lpr


Ignore:
Timestamp:
Aug 4, 2010, 1:49:55 PM (14 years ago)
Author:
george
Message:
  • Upraveno: Vylepšena obecná třída seznamu.
  • Přidáno: Soubory jednotek pro další obecné třídy.
Location:
Generics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Generics

    • Property svn:ignore
      •  

        old new  
        11lib
        22project1.exe
         3heaptrclog.trc
         4Test.exe
  • Generics/Test.lpr

    r36 r37  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UMainForm, GenericList
    11   { you can add units after this };
     10  Forms, UMainForm, SysUtils, GenericList, GenericThreadedItem, GenericSet,
     11  GenericStream, GenericTree;
    1212
    1313{$R *.res}
    1414
    1515begin
     16  // Heap trace
     17  DeleteFile(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc');
     18  SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc');
     19
    1620  Application.Initialize;
    1721  Application.CreateForm(TMainForm, MainForm);
Note: See TracChangeset for help on using the changeset viewer.