DeveloppeurPascal / AboutDialog-Delphi-Component

An "about" dialog box component for VCL and FireMonkey Delphi projects
https://dialogueapropos.developpeur-pascal.fr
GNU Affero General Public License v3.0
7 stars 4 forks source link

D10.2.3 #16

Closed limelect closed 6 months ago

limelect commented 1 year ago

Can you Downgread to D10.2.3 at list Cannot compile

DeveloppeurPascal commented 1 year ago

Hi. What error do you obtain when you try to compile in your 10.2 Tokyo release ?

limelect commented 1 year ago

I guess they are not on D10.2.3 May be more

[dcc32 Error] Olf.VCL.AboutDialogForm.pas(204): E2005 'TImageName' is not a type identifier [dcc32 Error] Olf.VCL.AboutDialogForm.pas(208): E2003 Undeclared identifier: 'CheckIndexAndName'

DeveloppeurPascal commented 1 year ago

Yes, your right : TImageName is from the TImageCollection/TVirtualImageList and appeared in 10.3. I'll install the 10.2 on a VM soon and will change some things on the components.

limelect commented 11 months ago

No thing new yet?

DeveloppeurPascal commented 6 months ago

Hi. I have changed the units and added components packages for Delphi 10.2 Tokyo. The about dialog box should work on your projects now.