I'm in process of updating an application from Delphi XE3 to 10.2. The XE3 version used the AnyDAC database components and I need to convert to FireDAC. I used the reFind utility and it addressed some of the changes, but many I'm having to address manually.
Right now I'm stuck at three references to AnyDAC in a form's USES clause that I can't find a FireDAC equivalent for:
uADDAptManager
uADCompDataMove
uADPhysManager
Any ideas?