1
I am developing an application in Delphi 10 Seatle with bd Firebird and it compiles and runs normally. But when you put it on another computer it gives an error and the memory address appears. If I install Delphi 10 Store on that computer that the application does not open, the application will normally open . exe, without even the need to open the project by Delphi. I took a look to see if in the installation of Delphi it creates some files in the windows folder so that I could copy them the other machines, but unfortunately I still could not solve this mystery.
If you install Delphi and the application works it means that the installation of Delphi is installing the Communication Drivers with the Database, in other words you need the Dlls responsible for the connection (Bank X Component). Since you didn’t post a single detail, that’s my basic answer!
– Junior Moreira
if you use Firedac do not need DLL
– Edu Mendonça