Changeset 61 for branches/Syntetizer/Syntetizer.lpr
- Timestamp:
- Oct 14, 2010, 2:30:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Syntetizer/Syntetizer.lpr
r26 r61 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UMainForm, LResources, USyntetizer10 Forms, SysUtils, UMainForm, USyntetizer 11 11 { you can add units after this }; 12 12 … … 14 14 15 15 begin 16 {$I Syntetizer.lrs} 16 // Heap trace 17 DeleteFile(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc'); 18 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc'); 19 17 20 Application.Initialize; 18 21 Application.CreateForm(TMainForm, MainForm);
Note:
See TracChangeset
for help on using the changeset viewer.