Changelogs

Service-Pack 2020-5.0

  • Added a table with a description for the sof_cdb_init() return value errors. See changes in Connect to CDB.

Service-Pack 2020-4.0

  • Added an example in Connect to CDB for Python version 3.8 or higher regarding the CTypes changes.
  • The sof_lib_ps2cs() function is now available via sof_cdb_w-70.dll. The purpose of the function is to decode integer values to text.

    Examples for Python and C++:
  • CDB interfaces manual formated.

  • VBA: Update the registry key name from sofistik_70 to sofistik_2020 (Support ID 171041).

    Before:

    analysisPath = ReadRegStr(HKEY_LOCAL_MACHINE, "SOFTWARE\SOFiSTiK\InstallLocation", "sofistik_70", 64)
    

    After:

    analysisPath = ReadRegStr(HKEY_LOCAL_MACHINE, "SOFTWARE\SOFiSTiK\InstallLocation", "sofistik_2020", 64)