digao-dalpiaz / Dam

Delphi and Lazarus Message Dialogs with Formatted Text
MIT License
136 stars 38 forks source link

[dcc32 Error] Vcl.DamDialog.pas(249): E2003 Undeclared identifier: 'GeneratePlainText' #39

Closed Rik69 closed 7 months ago

Rik69 commented 7 months ago

Hi, I just dowloaded the latest version of DAM + DzHTMLText. I deleted all files before replacing with new version.

I get a compilation error : LbMsg.GeneratePlainText := True; from Vcl.DamDialog.pas (line 249)

Erik

Rik69 commented 7 months ago

If I comment the previous line, I get : [dcc32 Error] Vcl.DamDialog.pas(658): E2003 Undeclared identifier: 'PlainText'

Rik69 commented 7 months ago

Seems to be fixed. I redownload the latest version of DzHTMLText. Maybe I download the previous version just before you update it for the latest version of DAM.

Thank you for your wonderful components.

digao-dalpiaz commented 7 months ago

Hello, OK.

Just a reminder: always prefer to download the version in the Releases area. Master sources may be being updated, while the Release version is the official version available.