Ignore:
Timestamp:
Jan 5, 2018, 10:24:36 PM (7 years ago)
Author:
chronos
Message:
  • Modified: New native generics classes working under FPC 3.0 transformed from TemplateGenerics package.
Location:
Generics/NativeGenerics/Demo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Generics/NativeGenerics/Demo

    • Property svn:ignore
      •  

        old new  
        33Demo.exe
        44heaptrclog.trc
         5Demo
  • Generics/NativeGenerics/Demo/Demo.lpr

    r313 r496  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, SysUtils, UMainForm, NativeGenerics;
     10  Forms, SysUtils, UMainForm;
    1111
    1212{$R *.res}
    1313
     14{$IFDEF DEBUG}
    1415const
    1516  HeapTraceLogFileName = 'heaptrclog.trc';
     17  {$ENDIF}
    1618begin
     19  {$IFDEF DEBUG}
    1720  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLogFileName);
    1821  SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLogFileName);
     22  {$ENDIF}
    1923  Application.Initialize;
    2024  Application.CreateForm(TMainForm, MainForm);
Note: See TracChangeset for help on using the changeset viewer.