Ignore:
Timestamp:
Oct 14, 2010, 2:30:40 PM (14 years ago)
Author:
george
Message:
  • Added: Separated dockable windows.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Syntetizer/Syntetizer.lpr

    r26 r61  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UMainForm, LResources, USyntetizer
     10  Forms, SysUtils, UMainForm, USyntetizer
    1111  { you can add units after this };
    1212
     
    1414
    1515begin
    16   {$I Syntetizer.lrs}
     16  // Heap trace
     17  DeleteFile(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc');
     18  SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc');
     19
    1720  Application.Initialize;
    1821  Application.CreateForm(TMainForm, MainForm);
Note: See TracChangeset for help on using the changeset viewer.