Recent

Author Topic: Error in DockedFormEditor  (Read 896 times)

mav

  • Jr. Member
  • **
  • Posts: 83
Error in DockedFormEditor
« on: July 25, 2023, 06:51:22 pm »
Hello,
In the last trunk :
dockedanchorcontrol.pas(92,37) Verbose: Parameter "Sender" not used
dockedanchorcontrol.pas(280,28) Error: Illegal qualifier
dockedanchorcontrol.pas(746,0) Verbose: There were 1 errors compiling module, stopping
Verbose: Compilation aborted
Verbose: D:\fpwasm\fpc\bin\x86_64-win64\ppcx64.exe returned an error exitcode
In DockedAnchorControl :
Code: Pascal  [Select][+][-]
  1. procedure TAnchorControl.CreateCaption;
  2. begin
  3.   if not FRootControl.Name.IsEmpty then   <<--------------------
  4.     Caption := FRootControl.Name
  5.   else
  6.     Caption := FRootControl.ClassName;
  7. end;                                              

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4709
  • I like bugs.
Re: Error in DockedFormEditor
« Reply #1 on: July 25, 2023, 07:52:56 pm »
In the last trunk :
You have FPC trunk in addition of Lazarus trunk.
FPC trunk has big changes for string types going on now.
It is recommended to use a little older FPC trunk revision and let the features stabilize for a while.
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

 

TinyPortal © 2005-2018