Unresolved External Symbols when Using Static Libraries #2729
Unanswered
jasonabuzzell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(Making a separate thread for this issue since it was unrelated to my previous open bug.)
I'm currently trying to use the AWS SDK for C++ to invoke a Lambda function (using Visual Studio 2022). I'm testing using the standard sample code below:
To get the static libraries needed for this, I did the following steps:
The errors that I get are both external symbol errors:
Unsure what I'm missing here, but I'm guessing I need to fill another field with where the static libraries are. Thank you for the help!
Beta Was this translation helpful? Give feedback.
All reactions