DLLsΒΆ
Information about the functions exposed in the DLL can be found here: REFPROP DLL documentation
More information about REFPROP can be found on github, in particular in the following repositories:
- Build the DLL yourself : For users that need to compile the DLL (shared library) themselves, a CMake build system is available
- Load multiple copies of the DLL in memory : You can load multiple copies of the REFPROP dll into memory with the code at https://github.com/usnistgov/REFPROP-manager
- Call the REFPROP library (wrappers) : Want to call REFPROP from Python, Excel, C#, Labview, etc.? There are wrappers available at https://github.com/usnistgov/REFPROP-wrappers
- Test the REFPROP library : There are C++-based tests of the REFPROP DLL available at https://github.com/usnistgov/REFPROP-tests . They run on all major platforms