Ignore:
Timestamp:
Aug 4, 2010, 4:10:35 PM (14 years ago)
Author:
george
Message:

Fixed parsing array range error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC/DelphiToC.lpr

    r36 r37  
    44
    55uses
    6   Forms, Interfaces,
     6  {$IFDEF UNIX}{$IFDEF UseCThreads}
     7  cthreads,
     8  {$ENDIF}{$ENDIF}
     9  Forms, Interfaces, SysUtils,
    710  UMainForm in 'UMainForm.pas' {MainForm},
    811  UTextSource in 'UTextSource.pas',
     
    1619{$R *.res}
    1720
    18 {$WARN SYMBOL_PLATFORM OFF}
    1921begin
     22  // Heap trace
     23  DeleteFile(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc');
     24  SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc');
     25
    2026  Application.Initialize;
    2127  Application.CreateForm(TMainForm, MainForm);
Note: See TracChangeset for help on using the changeset viewer.