Changeset 21 for trunk/vCardStudio.lpr
- Timestamp:
- May 8, 2019, 12:11:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/vCardStudio.lpr
r19 r21 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormMain, UCore, Common, CoolTranslator, UDataFile, TemplateGenerics,10 Forms, UFormMain, UCore, Common, CoolTranslator, UDataFile, 11 11 SysUtils, UFormContacts, UFormContact, UFormFindDuplicity, UFormGenerate 12 12 { you can add units after this }; … … 14 14 {$R *.res} 15 15 16 {$ IFDEF DEBUG}16 {$if declared(UseHeapTrace)} 17 17 const 18 18 HeapTraceLog = 'heaptrclog.trc'; … … 20 20 21 21 begin 22 Application. Title := 'vCard Studio';23 {$IFDEF DEBUG}24 // Heap trace22 Application.Scaled:=True; 23 Application.Title:='vCard Studio'; 24 {$if declared(UseHeapTrace)} 25 25 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 26 26 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
Note:
See TracChangeset
for help on using the changeset viewer.