Questions tagged [aws-sdk-cpp]
123 questions
-1
votes
1 answer
AWSSDKCPP S3Client.GetObject
Having issues with GetObject. Intellisense in Visual Studio keeps evaluating the method as GetObjectW
...
unresolved external symbol "__declspec(dllimport) public: virtual class Aws::Utils::Outcome

Jessie Lulham
- 110
- 12
-1
votes
1 answer
compiling and linking is not working ubuntu 17.10/clang
I am unable to link and compile the AWS SDK with the following link error:
/usr/bin/ld: CMakeFiles/ns_api.dir/src/main.cpp.o: undefined
reference to symbol '_ZN3Aws4FreeEPv'
/usr/bin/ld: //deps/aws_sdk/aws-cpp-sdk-core/libaws-cpp-sdk-
…

JD1
- 1
- 2
-1
votes
1 answer
Amazon aws-cpp-sdk Index Faces giving segfault
I'm having a problem with Index_Faces using Amazon aws-cpp-sdk. I'm getting segmentation fault in following program.
Image *fileData;
Image& imageToBytes(const char* str)
{
FILE *fp;
size_t length = 0;
fp= fopen(str, "rb");
if(fp…

msc
- 33,420
- 29
- 119
- 214