Commented Unassigned: Link Errors - asyncrt_utils.o [389]
I'm seeing some link errors with boost / cpprest in XCode 6.3.1. I was able to replicate the link errors by creating a simple single-view project in XCode. I changed ViewController.m ->...
View ArticleUpdated Release: C++ REST SDK 2.6.0
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleCommented Issue: Android - functions marked noexcept which throw and...
This appears to have nothing to do with the C++ REST SDK as it reproduces easily on with just a basic NativeActivity with exceptions and C++11 turned on calling the following function:void foo()...
View ArticleCreated Issue: websockets proxy_with_credentials - fails on Android both in...
Didn't investigate much but appears to be 100% of the time. The test is disabled on Android for now.Test encounters and unexpected exception:proxy_tests:proxy_with_credentials: Unhandled exception:...
View ArticleCommented Issue: arm64 - build failure, auto type cannot be negative [312]
/«PKGBUILDDIR»/Release/src/utilities/base64.cpp: In function 'std::vector<unsigned char> _from_base64(const string_t&)':/«PKGBUILDDIR»/Release/src/utilities/base64.cpp:112:21: error:...
View ArticleNew Post: http_exception confusion
I am trying to figure out the correct way of handling exceptions for http_requests. I've read this and it makes sense on paper, but in practice not so much. I am getting exceptions thrown for http...
View ArticleNew Post: http_exception confusion
stevetgates, thanks for the reply! I'm currently working on iOS, and it turns out I am only seeing the issue with the i386 arch simulators. All of the other architectures for iOS seem to be working...
View ArticleCommented Unassigned: Link Errors - asyncrt_utils.o [389]
I'm seeing some link errors with boost / cpprest in XCode 6.3.1. I was able to replicate the link errors by creating a simple single-view project in XCode. I changed ViewController.m ->...
View ArticleCommented Unassigned: Link Errors - asyncrt_utils.o [389]
I'm seeing some link errors with boost / cpprest in XCode 6.3.1. I was able to replicate the link errors by creating a simple single-view project in XCode. I changed ViewController.m ->...
View ArticleClosed Unassigned: Link Errors - asyncrt_utils.o [389]
I'm seeing some link errors with boost / cpprest in XCode 6.3.1. I was able to replicate the link errors by creating a simple single-view project in XCode. I changed ViewController.m ->...
View ArticleCommented Issue: Android - functions marked noexcept which throw and...
This appears to have nothing to do with the C++ REST SDK as it reproduces easily on with just a basic NativeActivity with exceptions and C++11 turned on calling the following function:void foo()...
View ArticleClosed Issue: Android - functions marked noexcept which throw and exception...
This appears to have nothing to do with the C++ REST SDK as it reproduces easily on with just a basic NativeActivity with exceptions and C++11 turned on calling the following function:void foo()...
View ArticleUpdated Release: C++ REST SDK 2.6.0
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleCommented Unassigned: extract_utf16string doesn't return the whole body [387]
```void test_pageGetUTF8(std::wstring url){ http_client client(url); auto query = uri_builder().append_query(L"q", L"test").to_string(); client.request(methods::GET, query) .then([](http_response...
View ArticleClosed Unassigned: extract_utf16string doesn't return the whole body [387]
```void test_pageGetUTF8(std::wstring url){ http_client client(url); auto query = uri_builder().append_query(L"q", L"test").to_string(); client.request(methods::GET, query) .then([](http_response...
View ArticleCommented Unassigned: Error with cpprest desktop for platform toolset v140 [383]
I am trying to run a basic example for http_listener and I am getting the following runtime error:> The procedure entry point...
View ArticleClosed Unassigned: Error with cpprest desktop for platform toolset v140 [383]
I am trying to run a basic example for http_listener and I am getting the following runtime error:> The procedure entry point...
View ArticleReleased: C++ REST SDK 2.6.0 (Jun 02, 2015)
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleUpdated Release: C++ REST SDK 2.6.0 (Jun 02, 2015)
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleNew Post: Problem using REST SDK in Windows desktop app built with VS2015...
Hi Boris, FYI the 2.6.0 release is out now with support for VS2015. You can switch back to using the NuGet package if you'd like. Steve
View Article