Not able to use AWS SDK

Not able to use AWS SDK

xusho
Autodesk Autodesk
321 Views
1 Reply
Message 1 of 2

Not able to use AWS SDK

xusho
Autodesk
Autodesk

I have an AddIn in C++. Installed AWS SDK by vcpkg. When running the AddIn, it is stuck when calling Aws::initAPI().
I have also installed nlohmann to use json in the C++ program, and it has no problems.

Is there any restrictions?

Shoudong Xu
Autodesk Moldflow Meshing
Shoudong.Xu@autodesk.com
0 Likes
Accepted solutions (1)
322 Views
1 Reply
Reply (1)
Message 2 of 2

BrianEkins
Mentor
Mentor
Accepted solution

Your add-in is running within the Fusion process. Fusion data is stored on AWS, so there are likely some AWS dependencies in Fusion, and maybe that's causing some conflicts. That's just a guess.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
0 Likes