Forum > LCL
[SOLVED] Notice: procedure OffsetRect() has removed from LCLProc
paweld:
In Lazarus trunk, the OffsetRect() procedure has been removed from LCLProc. In all units that use this procedure, add a Types unit to uses section.
In the components I use, the changes should be made in:
- VisualPlanIt
- jvcllaz
- rx
- BGRA Controls
- mbColorLib
Commit: https://gitlab.com/freepascal.org/lazarus/lazarus/-/commit/1475336c8cce828b2059e917d0089753f66e8e26
BrunoK:
I lost a few hours today before I figured out that ...
We are encouraged to use/test trunk but it can be a real punition !
wp:
VisualPlanIt, JVCLLaz, and mbColorLib fixed in the CCR repository.
TRon:
--- Quote from: paweld on June 06, 2023, 07:16:09 pm ---In Lazarus trunk, the OffsetRect() procedure has been removed from LCLProc. In all units that use this procedure, add a Types unit to uses section.
--- End quote ---
Your change ? in which case, see: https://forum.lazarus.freepascal.org/index.php/topic,63588.msg481837/topicseen.html
paweld:
--- Quote from: TRon ---Your change ?
--- End quote ---
Not mine.
Informs to make it easier to track down the problem when compiling additional packages, such as in the thread you attached.
Navigation
[0] Message Index
[#] Next page