LNK2001 About Aws::Http::CONTENT_TYPE_HEADER and Aws::Http::CONTENT TYPE HEADER #3209
Labels
bug
This issue is a bug.
p3
This is a minor priority issue
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 10 days.
Describe the bug
When I used the built library file, using the official example, there were two link errors
Severity Code Description Item File line Does not display status details Error LNK2001 cannot resolve external symbols "char const * const Aws::Http::CONTENT TYPE HEADER" (? CONTENT TYPE HEADER@Http@Aws@@3QBDB) AWSTest D:\C++\AWSTest\main.obj 1
Severity Code Description Item File line Prohibited from displaying status details Error LNK2001 failed to parse external symbols "char const * const Aws::Http::API VERSION HEADER" (? API VERSION HEADER@Http@Aws@@3QBDB) AWSTest D:\C++\AWSTest\main.obj 1
Regression Issue
Expected Behavior
No Error
Current Behavior
Error LNK2001 External symbols that cannot be resolved "char const * const Aws::Http::CONTENT_TYPE_HEADER" (?CONTENT_TYPE_HEADER@Http@Aws@@3QBDB) AWSTest D:\C++\AWSTest\main.obj 1
Error LNK2001 External symbols that cannot be resolved "char const * const Aws::Http::API_VERSION_HEADER" (?API_VERSION_HEADER@Http@Aws@@3QBDB) AWSTest D:\C++\AWSTest\main.obj 1
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.455
Compiler and Version used
Visual Studio
Operating System and version
Windows 11 22631.4460
The text was updated successfully, but these errors were encountered: