Changeset 37 for branches/DelphiToC/DelphiToC.lpr
- Timestamp:
- Aug 4, 2010, 4:10:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/DelphiToC.lpr
r36 r37 4 4 5 5 uses 6 Forms, Interfaces, 6 {$IFDEF UNIX}{$IFDEF UseCThreads} 7 cthreads, 8 {$ENDIF}{$ENDIF} 9 Forms, Interfaces, SysUtils, 7 10 UMainForm in 'UMainForm.pas' {MainForm}, 8 11 UTextSource in 'UTextSource.pas', … … 16 19 {$R *.res} 17 20 18 {$WARN SYMBOL_PLATFORM OFF}19 21 begin 22 // Heap trace 23 DeleteFile(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc'); 24 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc'); 25 20 26 Application.Initialize; 21 27 Application.CreateForm(TMainForm, MainForm);
Note:
See TracChangeset
for help on using the changeset viewer.