|
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. |
Answered by
jmklix
Aug 28, 2024
Replies: 2 comments
|
Hello! Reopening this discussion to make it searchable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for pointing this out. I made a PR to fix this and will merge it after it passes CI tests.