Installed RemObjects Data Abstract for Delphi, Server Edition - 9.3.105.1351 problems Delphi 7

I Installed this version on a new computer for Delphi 7. I previously tested a version 8 install without problems. When I try to build a simple login server, I get TDAIBXDriver not found errors. I can ignore that and get a server. When I try to compile, I get errors relating to UDAClasses and others. I didn’t see the IBX driver, nor a DBISAM driver.

(Might have been version 7 before, not sure about that right now)

Looks like you have DA7 because we removed uDAClasses in DA8.
pls read the Breaking Changes article it describes what was changed since DA7

regarding TDAIBXDriver and DBISAM driver. you can install them manually via installing required packages from BuildPackages_D7.bpg.

Thanks!