I have written a db app using Delphi 10.4 Community and Zeos db components, client server using MySQL 8.0.27 server. I have this app running on 5 computers as clients on the same local network. The issue is I have set up a new computer which I set up identical to the other clients, but when I try to connect app to DB, I get the "libmysql.dll found, but could not be loaded. Check compile-target and library compatibility!" msg. The app is compiled as a 32bit app, the libmysql.dll is the 32bit version. All computers are running Windows 10 64bit OS. Nothing is different on the new computer that I can detect. I can even try to run the app on new computer across the network from another computer's exe folder and get the same error. My application's zConnection1.LibraryLocation is set to the apps exe folder, and that is where the dll resides on all computers.
Anyone have a clue as to what might be amiss?
Thanks much!
Doug