Closed hafedh-trimeche closed 9 months ago
Hello,
Are you installing component manually ? Please tell me which version of component, and Delphi Version.
Thanks
It compiles before this update:
Delphi 11 Version 28.0.48361.3236
unit ucHTMLLabel;
{$I ReleaseDebug.inc}
interface
uses
BaseControls,Types,Classes,Windows,Graphics,Messages,Forms,ExtCtrls,StdCtrls,ComCtrls,Controls,
Menus,
{$IFDEF FPC}
ComponentEditors,
{$ELSE}
DesignEditors,
{$ENDIF}
DamUnit,Vcl.DzHTMLText;
type
[ComponentPlatformsAttribute(pidAll)]
TUHTMLLabel=class(TDzHTMLText)
end;
[ComponentPlatformsAttribute(pidAll)]
TUHTMLLabelEdit = class(TDam)
end;
implementation
end.
From the errors described, it appears that you are using Dam together with DzHTMLText. Both components had their folder structures modified.
Note that the path where the libraries are compiled has changed to the Lib\{Platform}\{Config}
folder.
Design moved to Source\Design
Solved!
Thanks
Hi,
Please note these errors: