Skip to content

Including C++ SDK in QTCreator for windows application #885

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
aminkatani opened this issue May 24, 2018 · 2 comments
Closed

Including C++ SDK in QTCreator for windows application #885

aminkatani opened this issue May 24, 2018 · 2 comments
Labels
duplicate This issue is a duplicate.

Comments

@aminkatani
Copy link

Hello,

I'm developing a windows application in C++ using QT.
As part of the application, I want the users to be able to upload and download documents using the S3 services.
However, I have a problem when trying to compile the sdk out of source
I'm using MinGW make to compile them.
I generated a MinGW make file using cmake -G "MinGW" command in CMD.

I get the following errors when I run the make command:

  • in aws/core/utils/Array.h 'stdext' has not been declared
  • in aws/core/utils/threading/semaphore.h 'mutex' in namespace 'std' does not name a type

What platform/OS are you using?

Windows

What compiler are you using? what version?

MinGW make

Best Regards,
amin

@singku singku added the duplicate This issue is a duplicate. label May 30, 2018
@singku
Copy link
Contributor

singku commented May 30, 2018

Please take a look at this issue #45

@singku singku closed this as completed May 30, 2018
@aminkatani
Copy link
Author

@singku I have reviewed #45, I still have that issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue is a duplicate.
Projects
None yet
Development

No branches or pull requests

2 participants