The output of SDAPI build are DLL files. Where and how do we reference them?
The SDAPI RELEASE build is creating the following files:
- cpprest_2_10.dll
- jsoncpp.dll
- jsoncpp.pdb
- jsoncpp_static.lib
- libcurl.dll
- sdapi.dll
- sdapi.exp
- sdapi.lib
- sdapi.pdb
- sdapi_static.lib
- wastorage.dll
- zlib1.dll
Since there is no EXE file generated, it is not clear which code will be calling the above files. If it is the SDUTIL calling these DLL files, the python code does not have ctypes to call them.
Edited by Walter D