简体   繁体   中英

Windows Azure SDK for C++

Part of my project is worker application written in C++, running on Linux. I just find out that MS doesn't provide C++ version of Windows Azure SDK. I need to access Windows Azure Storage Queue.

Is there any C++ port of SDK? Is there any chance to use SDK from other language (ie python, node.js)? Or the best option is to use REST API?

Microsoft released a preview of a C++ SDK for Azure; details are available here . Source code is on Github . The currently available preview doesn't compile out-of-the-box for Linux, but the changes required to make it work are pretty minimal.

Casablanca is preparing library for Linux/C++. Check out http://casablanca.codeplex.com/wikipage?title=Linux%20Features&referringTitle=FAQ

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