简体   繁体   中英

Does AWS SDK for C++ work with Embarcadero C++ builder?

I am looking at developing some applications that utilise AWS services and for this purpose I plan to use AWS SDK for C++ . The documentation does mention support for Visual Studio 2013 or later, Clang 3.3 or later..etc.

As the development environment I am planning to use Embarcadero C++ Builder .

Even though in theory these two products seem to be compatible, I am wondering if anyone has actual experience of using AWS SDK for C++ with Embarcadero C++ and developed any applications and if they came across any major issues when trying to do so.

Any advise would be very much appreciated.

Thank you in advance

Sam

Minimum Requirements for AWS SDK:

Visual Studio 2013 or later Visual Studio 2013 does not provide default move constructors and operators. Later versions of Visual Studio provide a standards-compliant compiler.

OR GNU Compiler Collection (GCC) 4.9 or later

OR Clang 3.3 or later

4GB of RAM 4GB of RAM is required to build some of the larger clients. The SDK build may fail on EC2 instance types t2.micro, t2.small and other small instance types due to insufficient memory. from: sdk Amazon

Embarcadero C++ Builder is using Clang-enhanced C++ compiler, so it should be compatible with AWS SDK

But put attention that with Amazon SDK you can not purchase items: link

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM