I just installed Spring4D to test, but it cannot find the Spring.Persistence.Adapters units. I tried to install of multiple ways, put all the folders manually in my IDE library, but still cannot find any adapter. If I add a adapter unit manually, it returns a {$I Spring.inc} error.
Not found any help about this specific error, and Spring Google group was banned.
Has anyone had this problem and managed to resolve it?
These units are located in the
Source\Persistence\Adaptersfolder.They are not precompiled via the runtime packages because each of them is for specific data access component libraries (ADO, FireDAC, etc) and thus would require all of them when compiling the
Spring.Persistencepackage which would cause failure for like everyone.This means you have following possibilities:
All of these also require adding the
Sourcedirectory to either the search path of the project or the library path of your IDE because that is the folder whereSpring.incis located.