Aws::InitAPI(options) fails for release version dlls on Windows #2762
-
Hi, We have some unit tests that uses AWS SDK C++ dlls on Windows. The code is like this. We build only components "core;rds;secretsmanager".
I found the tests could work well with SDK dlls debug version when I build my tests as debug version. If I run my debug version test with SDK dlls release version, I always see an exception from My Windows info:
Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
For debug version I found |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Here are a few things that might fix the errors that you're seeing:
Please let us know if you are still running into errors when using this sdk |
Beta Was this translation helpful? Give feedback.
Here are a few things that might fix the errors that you're seeing:
{}
when initializing options (i.e.static Aws::SDKOptions options = {};
)Please let us know if you are still running into errors when using this sdk