LLBLGen Designer Reference Manual. Additional sources of information.

Posts   
 
    
WilliamB
User
Posts: 17
Joined: 10-Feb-2022
# Posted on: 23-Jun-2022 19:37:21   

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.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 24-Jun-2022 08:46:55   

No the reference manuals are the documentation available on those assembles. Which should be enough tho, the APIs are straightforward.

Frans Bouma | Lead developer LLBLGen Pro