Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-03-07 | 839 Bytes | |
Version 0.9.4, including fixes and .NET bindings.tar.gz | 2018-03-07 | 469.7 kB | |
Version 0.9.4, including fixes and .NET bindings.zip | 2018-03-07 | 534.2 kB | |
Totals: 3 Items | 1.0 MB | 0 |
Notable changes:
- Fixes for the DSSProperty interface, which was not fully exposed.
- Includes the original helpstrings in the C headers.
- Ported changes and fixes from the upstream repository (OpenDSS SVN revision 2152).
- Introduces a first version of .NET bindings to the native DLL, named dss_sharp
. The .NET assembly is included in the binary release and can also be easily created from the project in src/dss_sharp
. For the moment, it will be kept in the same repository as dss_capi
.
dss_capi_x64-0.9.4.zip: pre-compiled binaries for Windows (x64). Includes native DLLs for the classic and PM versions, matching C headers, and the .NET assembly for dss_sharp
. The native DLL import library was built using Visual Studio 2017 toolset.