Skip to content
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

Compilation error for BlobsGettingStarted #35

Closed
IoTboy opened this issue Aug 23, 2015 · 1 comment
Closed

Compilation error for BlobsGettingStarted #35

IoTboy opened this issue Aug 23, 2015 · 1 comment

Comments

@IoTboy
Copy link

IoTboy commented Aug 23, 2015

/home/root/azure-storage-cpp/Microsoft.WindowsAzure.Storage/samples/BlobsGettingStarted/Application.cpp:104:25: error: 'class azure::storage::cloud_append_blob' has no member named 'create'
append_blob.create();

I fixed it by replacing with append_blob.create_or_replace();

@zhimingyuan
Copy link
Contributor

Thanks for reporting this issue, we have identified this issue once we released version 2.0.0, and we have made the fix in next version 2.1.0

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

No branches or pull requests

3 participants