Updated Release: C++ Rest SDK 2.4.0
OAuthFixed memory leak with OAuth 1 in the success case. #321websocket_clientAdded a new websocket_client class, websocket_client_class, that supports using callbacks instead for receiving messages and...
View ArticleUpdated Wiki: Home
Welcome! The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect...
View ArticleUpdated Wiki: Home
Welcome! The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect...
View ArticleUpdated Wiki: How to setup, build, and run tests on Windows
How to setup, build, and run tests on WindowsSetup Git If you use PowerShell, we recommend installing Posh-Git (here is how). If you use cmd.exe, open the Developer Command Prompt for VS2013 (here is...
View ArticleUpdated Wiki: How to setup, build, and run tests on Windows
How to setup, build, and run tests on WindowsSetup Git If you use PowerShell, we recommend installing Posh-Git (here is how). If you use cmd.exe, open the Developer Command Prompt for VS2013 (here is...
View ArticleNew Post: Exception on Wait()
Thanks for the reply. No the wait is not in the ui. It is just in the calling method. This is in the windows runtime component and bitg are in the same class.
View ArticleNew Post: POST method syntax
Hi Steve, Will open new discussion in the future if needed. My syntax was wrong but you update helped me with the changes. Thank you so so so so much. Have a great weekend. Regards, Steven
View ArticleNew Post: Exception on Wait()
Hi nate78, Do you think you can narrow down to a case that reproduces the problem and share? Thanks, Steve
View ArticleCommented Issue: Android - cpprest dynamic linked shared object should...
We have it on all other platforms.Comments: roschuma added the version number before the extension.
View ArticleClosed Issue: Android - cpprest dynamic linked shared object should contain...
We have it on all other platforms.
View ArticleUpdated Release: C++ Rest SDK 2.4.0
OAuthFixed memory leak with OAuth 1 in the success case. #321websocket_clientAdded a new websocket_client class, websocket_client_class, that supports using callbacks instead for receiving messages and...
View ArticleNew Post: Interesting code in http_client.impl.h, pass by value of objects
Hi G, FYI this is now fixed in the development and will be in release 2.4.0. Steve
View ArticleUpdated Release: C++ Rest SDK 2.4.0
oauthFixed memory leak with OAuth 1 in the success case. #321websocket_clientAdded a new websocket_client class, websocket_client_class, that supports using callbacks instead for receiving messages and...
View ArticleCommented Issue: Casablanca hangs my app when unloaded [309]
Hi, Am trying to use Casablanca as a dll in another third party exe on Windows 7. Everything works fine, except when closing the socket and unloading the dll. My close function is as follows```void...
View ArticleNew Post: Exception on Wait()
I have a windows phone 8.1 app it calls into a windows runtime component DLL This method instantiates a class in the "shared" code portion which runs the below code, and then the other code in the...
View ArticleNew Post: Log inputs and outputs for debugging OAuth2 authentication
Hi, Is there a way to log all the communications that go through the library? I'd like to do that to debug an OAuth2 authentication. More specifically, I am having trouble modifying the OAuth2Client...
View ArticleNew Post: C++ application for posting to a Azure Queue
Thank you for your reply. What I am trying to do is use the "send message" process defined on the below MSDN site:http://msdn.microsoft.com/en-us/library/azure/hh780718.aspx The issue I have is around...
View ArticleCommented Issue: Casablanca hangs my app when unloaded [309]
Hi, Am trying to use Casablanca as a dll in another third party exe on Windows 7. Everything works fine, except when closing the socket and unloading the dll. My close function is as follows```void...
View ArticleNew Post: C++ application for posting to a Azure Queue
Hi Ozzie, We don't regularly work with Azure storage, this forum is for the C++ Rest SDK. I recommend you post your question to the Azure storage forum. They certainly should be able to answer any...
View ArticleNew Post: Exception on Wait()
Hi nate78, Is it possible for you to share your solution in a zip file with me? Or at least could you share the source code files? If you don't want to share on the forum you could directly email me at...
View Article