Changeset 15 for trunk/MyData.lpr
- Timestamp:
- Mar 22, 2018, 8:31:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MyData.lpr
r13 r15 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormTables, U Database, UCore, Common, CoolTranslator, UEngineXML,11 UFormTable, UFormRecords, UFormRecord, UFormFields, UFormField, UDataTypes,12 TemplateGenerics, CoolWeb, synapse, U EngineMySQL, UEngineSQLite, UFormMain,10 Forms, UFormTables, UCore, Common, CoolTranslator, 11 UFormTable, UFormRecords, UFormRecord, UFormFields, UFormField, 12 TemplateGenerics, CoolWeb, synapse, UFormMain, SysUtils, 13 13 UFormConnect, UFormDatabases, UFormPreferences; 14 14 15 15 {$R *.res} 16 16 17 {$IFDEF DEBUG} 18 const 19 HeapTraceLog = 'heaptrclog.trc'; 20 {$ENDIF} 21 17 22 begin 23 {$IFDEF DEBUG} 24 // Heap trace 25 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 26 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 27 {$ENDIF} 28 18 29 RequireDerivedFormResource := True; 19 30 Application.Initialize;
Note:
See TracChangeset
for help on using the changeset viewer.