Hello,
I have been asked to port a custom application tool written in C# that is used to perform a small number of tasks after synchronizing a project from a database. The code of the project contains references to a number of libraries:
- SD.LLBLGen.Pro.ApplicationCore.dll
- SD.LLBLGen.Pro.Core.dll
- SD.LLBLGen.Pro.DBDriverCore.dll
- SD.LLBLGen.Pro.DBDriverCore.dll
- SD.LLBLGen.Pro.DBDrivers.OracleDBDriver_MSOracle.dll
- SD.LLBLGen.Pro.GeneratorCore.dll
- SD.Tools.Algorithmia.dll
- SD.Tools.BCLExtensions
These binaries correspond to version 3.5 of LLBLGen and we needed to use version 5.8 or later.
The authors of the original code are no longer available and the code was not documented.
Is there any additional documentation source about the services exposed by these libraries (especially the first one) other than the Reference Manual?
Thanks in advance.