Changeset 26 for trunk/MyData.lpr


Ignore:
Timestamp:
Sep 10, 2022, 8:03:08 PM (20 months ago)
Author:
chronos
Message:
  • Removed: TemplateGenerics as required package. Used Generics.Collections instead.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        77heaptrclog.trc
        88MyData.exe
         9MyData.dbg
         10
  • trunk/MyData.lpr

    r25 r26  
    11program MyData;
    22
    3 {$mode delphi}{$H+}
    4 
    53uses
    6   {$IFDEF UNIX}
    7   cthreads, clocale,
    8   {$ENDIF}
     4  {$IFDEF UNIX}cthreads, clocale,{$ENDIF}
    95  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormTables, UCore, Common,
     6  Forms, UFormTables, UCore, UIpAddress, Common,
    117  UFormTable, UFormRecords, UFormRecord, UFormFields, UFormField,
    12   TemplateGenerics, UFormMain, SysUtils,
    13   UFormConnect, UFormDatabases, UFormPreferences;
     8  UFormMain, SysUtils, UFormConnect, UFormDatabases, UFormPreferences;
    149
    1510{$R *.res}
    1611
    17 {$IFDEF DEBUG}
     12{$if declared(UseHeapTrace)}
    1813const
    1914  HeapTraceLog = 'heaptrclog.trc';
     
    2116
    2217begin
    23   {$IFDEF DEBUG}
     18  {$if declared(UseHeapTrace)}
    2419  // Heap trace
    2520  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
Note: See TracChangeset for help on using the changeset viewer.