I would like to become a new user of TDBF in Delphi 10.1 Berlin. I see lots of discussion about Berlin 10.1 compatibility but the downloadable version is for Seattle and prior. Can you please guide me on how to get a Berlin compatible version rather than re-tweaking the Seatle version.
Get a Subversion client (e.g. TortoiseSVN). Get the sources from the repository at https://svn.code.sf.net/p/tdbf/code/trunk. Open and compile the Delphi 10.1 packages. Install the designtime package. That's it.
If you don't want to use Subversion, donwload the current snapshot of the repository instead. There is a button for that on https://sourceforge.net/p/tdbf/code/HEAD/tree/trunk/
It's a ZIP file containing the latest revision of the trunk.
Using Subversion has the benefit that you can easily update to the latest sources at any time.
Last edit: Thomas Mueller 2020-12-30
The first link you provide does not work but it seems the relevant files are under the code tab of the sourceforge tDBF web page under trunk src r710
Thankyou for the guidance.
The first link is to be used in a Subversion client. It will then check out all the sources in trunk. If you paste it into a web browser, it will only show you the content and you will only be able to download single files. That's not the way to go.