Apparent inability to use library with Windows GUI applications #2573
Labels
bug
This issue is a bug.
p2
This is a standard priority issue
pending-release
This issue will be fixed by an approved PR that hasn't been released yet.
Describe the bug
Due to the decision made in this thread #402, this line https://github.com/aws/aws-sdk-cpp/blob/main/src/aws-cpp-sdk-core/include/aws/core/client/AWSError.h#L16 was added.
The addition of this line means that one ostensibly cannot use this SDK with Windows GUI applications as it not only breaks the main GetMessage found in most apps but also others invoked in the ATL libraries.
Expected Behavior
I'd expect that both libraries were compatible.
Current Behavior
They are not compatible.
Reproduction Steps
Use the AWS SDK and Windows GUI.
Possible Solution
Rename the AWSError.h method
Additional Information/Context
I'd love a work around for this if anyone has one.
AWS CPP SDK version used
1.11.117
Compiler and Version used
Visual Studio
Operating System and version
Windows 11 Pro
The text was updated successfully, but these errors were encountered: