Changeset 206 for branches/interpreter2/interpreter.lpr
- Timestamp:
- Apr 20, 2020, 10:23:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/interpreter2/interpreter.lpr
r205 r206 9 9 Interfaces, SysUtils, // this includes the LCL widgetset 10 10 Forms, UFormMain, UParser, UTokenizer, USource, UExecutor, UInterpreter, 11 UGeneratorPascal, UGeneratorPhp, UGenerator 11 UGeneratorPascal, UGeneratorPhp, UGenerator, UGeneratorCSharp, UFormMessages, 12 UFormSource 12 13 { you can add units after this }; 13 14 … … 28 29 Application.Initialize; 29 30 Application.CreateForm(TFormMain, FormMain); 31 Application.CreateForm(TFormMessages, FormMessages); 32 Application.CreateForm(TFormSource, FormSource); 30 33 Application.Run; 31 34 end.
Note:
See TracChangeset
for help on using the changeset viewer.