Ignore:
Timestamp:
Jun 25, 2024, 10:49:43 AM (8 days ago)
Author:
chronos
Message:
  • Modified: Build with Lazarus 3.4.
  • Modified: Removed U prefix from unit names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/GraphicTest.lpr

    r543 r573  
    11program GraphicTest;
    2 
    3 {$mode objfpc}{$H+}
    42
    53uses
     
    86  {$ENDIF}{$ENDIF}
    97  Interfaces, // this includes the LCL widgetset
    10   Forms, SysUtils, openglcontext, UFormMain, UPlatform, UDrawMethod,
    11   UFastBitmap, UFormDraw, bgrabitmappack, UMethodCanvasPixels,
    12   UMethodCanvasPixelsUpdateLock, UMethodLazIntfImageColorsCopy, UMethodLazIntfImageColorsNoCopy,
    13   UMethodBGRABitmap, UMethodBitmapRawImageDataPaintBox, UMethodBitmapRawImageData,
    14   UMethodDummy, UMethodBitmapRawImageDataMove, UMethodOpenGL, UMethodOpenGLPBO,
    15   UMethodGraphics32, UMethodBitmapScanline;
     8  Forms, SysUtils, openglcontext, FormMain, Platform, DrawMethod,
     9  FastBitmap, FormDraw, bgrabitmappack, MethodCanvasPixels,
     10  MethodCanvasPixelsUpdateLock, MethodLazIntfImageColorsCopy, MethodLazIntfImageColorsNoCopy,
     11  MethodBGRABitmap, MethodBitmapRawImageDataPaintBox, MethodBitmapRawImageData,
     12  MethodDummy, MethodBitmapRawImageDataMove, MethodOpenGL, MethodOpenGLPBO,
     13  MethodGraphics32, MethodBitmapScanline;
    1614
    1715{$R *.res}
     
    3028
    3129  RequireDerivedFormResource := True;
     30  Application.Title:='';
    3231  Application.Scaled:=True;
    3332  Application.Initialize;
    34   Application.CreateForm(TFormMain, FormMain);
    35   Application.CreateForm(TFormDraw, FormDraw);
     33  Application.CreateForm(TFormMain, FormMain.FormMain);
    3634  Application.Run;
    3735end.
Note: See TracChangeset for help on using the changeset viewer.