Changeset 146 for trunk/ZdechovNET.lpr


Ignore:
Timestamp:
Dec 29, 2023, 11:44:26 PM (6 months ago)
Author:
chronos
Message:
  • Modified: Unit names without U prefix.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ZdechovNET.lpr

    r132 r146  
    77  cthreads, clocale,
    88  {$ENDIF}
    9   UUtils, USqlDatabase, SysUtils, Forms,
    10   UUser, UHTTPSessionMySQL, UHTTPSessionFile, Printers,
     9  Utils, USqlDatabase, SysUtils, Forms,
     10  User, UHTTPSessionMySQL, UHTTPSessionFile, Printers,
    1111  UCommon, UHTTPServer, UHTTPServerTCP, UHTTPServerCGI, UTCPServer, UPool,
    12   UMemoryStreamEx, UMIMEType, UPageList, Interfaces, UCore, UWebApp;
     12  UMemoryStreamEx, UMIMEType, UPageList, Interfaces, Core, UWebApp;
    1313
    1414{$if declared(UseHeapTrace)}
     
    2525  with Application do begin
    2626    Initialize;
    27     Core := TCore.Create(Application);
    28     Core.Run;
     27    Core.Core := TCore.Create(Application);
     28    Core.Core.Run;
    2929    Run;
    3030    //Printer.RawMode := True; // Avoid printer finalization exception
Note: See TracChangeset for help on using the changeset viewer.