Recent

Author Topic: Error Identifier not found TBGRARedrawEvent  (Read 1675 times)

Roland57

  • Hero Member
  • *****
  • Posts: 543
    • msegui.net
Error Identifier not found TBGRARedrawEvent
« on: October 19, 2015, 11:19:07 am »
Hello !

I have just installed BGRAControls 3.6. I compiled and installed successfully the package, compiled successfully a project using TBGRAVirtualScreen.

Some time later, I can no longer compile the package nor my project. I get this error :

Quote
bgragraphiccontrol.pas(54,20) Error: Identifier not found "TBGRARedrawEvent"

I use BGRABitmap 8.7, under Windows.

What did I make wrong?  :)

My projects are on Codeberg.

Roland57

  • Hero Member
  • *****
  • Posts: 543
    • msegui.net
Re: Error Identifier not found TBGRARedrawEvent
« Reply #1 on: October 20, 2015, 11:51:58 am »
I found the solution (but I don't know how this problem happened  :)).

I added BCTypes here:

Code: Pascal  [Select][+][-]
  1. unit BGRAGraphicControl;
  2.  
  3. ...
  4.  
  5. uses
  6.   Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs,
  7.   ExtCtrls, BGRABitmap, BCTypes;
My projects are on Codeberg.

 

TinyPortal © 2005-2018