Error in FlexCell DLL v. 7.26

I'm porting a Delphi 12 and Flexcell 7.21 application to Delphi 13.1 32 bit and Flexcell 7.26

Afetr compiling i Launch the application and I get the following error message

Unable to find a point of entry XLGet_OptionsHideObjects in DLL

Hi,
OptionsHideObjects was added in 7.25: What's new in FlexCel Studio for VCL and FireMonkey | FlexCel Studio for VCL and FireMonkey documentation

So if it is not finding that method, my guess is that it is because it is an older FlexCelDyn.dll or FlexCelDyn64.dll or both.
Can you search your hard disk and make sure that there is only one FlexCelDyn.dll available? And that it is the 7.25 version?

Sorry, my mistake. The previous version DLL was present in the debug directory. Once the dll was deleted, the program worked correctly. Thank you for your support.