简体   繁体   English

适用于C ++的AWS开发工具包是否可以与Embarcadero C ++构建器一起使用?

[英]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++ . 我正在研究开发一些利用AWS服务的应用程序,为此,我计划使用AWS SDK for C ++ The documentation does mention support for Visual Studio 2013 or later, Clang 3.3 or later..etc. 该文档确实提到了对Visual Studio 2013或更高版本,Clang 3.3或更高版本..etc的支持。

As the development environment I am planning to use Embarcadero C++ Builder . 作为开发环境,我打算使用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. 即使从理论上讲这两种产品似乎是兼容的,但我想知道是否有人有将C ++的AWS开发工具包与Embarcadero C ++一起使用的实际经验,并且开发了任何应用程序,以及在尝试这样做时是否遇到任何重大问题。

Any advise would be very much appreciated. 任何建议将不胜感激。

Thank you in advance 先感谢您

Sam 山姆

Minimum Requirements for AWS SDK: AWS SDK的最低要求:

Visual Studio 2013 or later Visual Studio 2013 does not provide default move constructors and operators. Visual Studio 2013或更高版本Visual Studio 2013不提供默认的移动构造函数和运算符。 Later versions of Visual Studio provide a standards-compliant compiler. Visual Studio的更高版本提供了符合标准的编译器。

OR GNU Compiler Collection (GCC) 4.9 or later 或GNU编译器集合(GCC)4.9或更高版本

OR Clang 3.3 or later 或Clang 3.3或更高版本

4GB of RAM 4GB of RAM is required to build some of the larger clients. 4GB的内存构建一些较大的客户端需要4GB的内存。 The SDK build may fail on EC2 instance types t2.micro, t2.small and other small instance types due to insufficient memory. 由于内存不足,在EC2实例类型t2.micro,t2.small和其他小型实例类型上,SDK构建可能会失败。 from: sdk Amazon 来自: sdk亚马逊

Embarcadero C++ Builder is using Clang-enhanced C++ compiler, so it should be compatible with AWS SDK Embarcadero C ++ Builder使用的是Clang增强的C ++编译器,因此它应与AWS开发工具包兼容

But put attention that with Amazon SDK you can not purchase items: link 但请注意,使用Amazon SDK不能购买物品: 链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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