Changeset 6 for trunk/ChronOS.lpr


Ignore:
Timestamp:
Nov 23, 2014, 11:17:11 PM (9 years ago)
Author:
chronos
Message:
  • Added: Preparation for support for IPC messaging.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChronOS.lpr

    r5 r6  
    1111  Interfaces, // this includes the LCL widgetset
    1212  Forms, SysUtils, UFormMain, UKernel, UFileSystem, UClock, UMemoryManager, UAPI,
    13   UPlatformBase, UList, UApp, UThreadEx, UMemory;
     13  UPlatformBase, UList, UApp, UThreadEx, UMemory, UFormTerminal, UClasses;
    1414
    1515{$R *.res}
     
    2929  RequireDerivedFormResource := True;
    3030  Application.Initialize;
    31   Application.CreateForm(TForm1, Form1);
     31  Application.CreateForm(TFormMain, FormMain);
     32  Application.CreateForm(TFormTerminal, FormTerminal);
    3233  Application.Run;
    3334end.
Note: See TracChangeset for help on using the changeset viewer.