Skip to content

Unresolved externals no matter what compile option I use #3356

Answered by j2inet
j2inet asked this question in Q&A
Discussion options

You must be logged in to vote

I've documented how I compiled the AWS C++ SDK and provided a batch file that will do most of what needs to be done. From a Visual Studio developer console with admin level privileges, I have a batch file that I run that clones the SDK and compiles 4 variations of it. Debug-Shared, Debug-Static, Release-Shared, Release-Static. You can find more on that here.
https://blog.j2i.net/2025/03/25/compiling-and-linking-to-the-aws-c-sdk/

The resolution to my issue was that there were many other DLLs that I needed to link to. I hadn't realized there were dependencies on these DLLs from the ones I was linking with. I'm using Visual C++'s #pragma comment(lib, "whatever.lib") to link to the DLLs. To l…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@DmitriyMusatkin
Comment options

Answer selected by j2inet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants