-
I just started working with the SDK and have already run into something strange while following the steps in the "Hello S3" application tutorial. For some reason, after building with CMake most of the required .dll files were copied over to the application folder except for the two listed in the title. Is there a reason why? For reference, I built the SDK on Windows using MSVC 2022 both with and without cURL support and encountered the same issue. None of the code (hello_s3.cpp and CMakeLists.txt) from the tutorial was modified. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks for pointing this out. I made a PR to fix this and will merge it after it passes CI tests. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Thanks for pointing this out. I made a PR to fix this and will merge it after it passes CI tests.