Changeset 146 for trunk/ZdechovNET.lpr
- Timestamp:
- Dec 29, 2023, 11:44:26 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ZdechovNET.lpr
r132 r146 7 7 cthreads, clocale, 8 8 {$ENDIF} 9 U Utils, USqlDatabase, SysUtils, Forms,10 U User, UHTTPSessionMySQL, UHTTPSessionFile, Printers,9 Utils, USqlDatabase, SysUtils, Forms, 10 User, UHTTPSessionMySQL, UHTTPSessionFile, Printers, 11 11 UCommon, UHTTPServer, UHTTPServerTCP, UHTTPServerCGI, UTCPServer, UPool, 12 UMemoryStreamEx, UMIMEType, UPageList, Interfaces, UCore, UWebApp;12 UMemoryStreamEx, UMIMEType, UPageList, Interfaces, Core, UWebApp; 13 13 14 14 {$if declared(UseHeapTrace)} … … 25 25 with Application do begin 26 26 Initialize; 27 Core := TCore.Create(Application);28 Core. Run;27 Core.Core := TCore.Create(Application); 28 Core.Core.Run; 29 29 Run; 30 30 //Printer.RawMode := True; // Avoid printer finalization exception
Note:
See TracChangeset
for help on using the changeset viewer.