Changeset 224 for branches/interpreter2/interpreter.lpr
- Timestamp:
- Jun 16, 2023, 12:20:51 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/interpreter2/interpreter.lpr
r221 r224 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, SysUtils, // this includes the LCL widgetset 10 Forms, UParser, UTokenizer, USource, UExecutor, UInterpreter,11 UGenerator, UFormMessages,12 UFormSource, UOptimizer, UFormOutput, UFormMain, UParserPascal10 Forms, Parser, Tokenizer, Source, Executor, UInterpreter, 11 Generator, FormMessages, 12 FormSource, Optimizer, FormOutput, FormMain, ParserPascal 13 13 { you can add units after this }; 14 14 … … 28 28 Application.Scaled:=True; 29 29 Application.Initialize; 30 Application.CreateForm(TFormMain, FormMain); 31 Application.CreateForm(TFormMessages, FormMessages); 32 Application.CreateForm(TFormSource, FormSource); 33 Application.CreateForm(TFormOutput, FormOutput); 30 Application.CreateForm(TFormMain, FormMain.FormMain); 34 31 Application.Run; 35 32 end.
Note:
See TracChangeset
for help on using the changeset viewer.