Changeset 443 for GraphicTest/GraphicTest.lpr
- Timestamp:
- Nov 22, 2012, 12:28:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/GraphicTest.lpr
r317 r443 9 9 Interfaces, // this includes the LCL widgetset 10 10 Forms, lazopenglcontext, UMainForm, UPlatform, UDrawMethod, UFastBitmap, 11 bgrabitmappack ;11 bgrabitmappack, UDrawForm; 12 12 13 13 {$R *.res} … … 17 17 Application.Initialize; 18 18 Application.CreateForm(TMainForm, MainForm); 19 Application.CreateForm(TDrawForm, DrawForm); 19 20 Application.Run; 20 21 end.
Note:
See TracChangeset
for help on using the changeset viewer.