Updated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android. #242Added usage of Boost ssl::context::default_workarounds for compatibility with somewhat broken servers.Fixed issue with server...
View ArticleUpdated Wiki: Setup and Build on iOS
How to build and setup on iOS First, follow all the instructions on Setup and Build on OSX. While some steps could be skipped if you only want to build for iOS, it is useful to diagnose problems during...
View ArticleNew Post: Instructions for Building on iOS seem to use a beta version of boost
Hi Leslie, Ok I've updated the development branch with a patch that fixes the IPhone SDK to 8.0 and the Boost version to 1.56. It is under the Build_iOS folder: git apply ../fix_boost_version.patch Steve
View ArticleCommented Unassigned: http_listener hangs on open() if pplx task is created...
http_listener.open() simply hangs if I pplx::create_task() {Sleep(forewer);} before hand.If I first start listener and then launch the task, then all incoming http requests will hang.This repros 100%...
View ArticleClosed Issue: dev14 - broken build due to mismatched noexcept [300]
f:\projects\dev_tools\cpprest\dev\release\include\cpprest\asyncrt_utils.h(253): error C2694: 'const char *utility::details::windows_category_impl::name(void) const': overriding virtual function has...
View ArticleNew Post: OpenSSL in Windows?
We don't have explicit support for that, however looking at the OpenSSL NuGet package you should be able to add the following section into...
View ArticleCommented Unassigned: http_listener hangs on open() if pplx task is created...
http_listener.open() simply hangs if I pplx::create_task() {Sleep(forewer);} before hand.If I first start listener and then launch the task, then all incoming http requests will hang.This repros 100%...
View ArticleCommented Unassigned: http_listener hangs on open() if pplx task is created...
http_listener.open() simply hangs if I pplx::create_task() {Sleep(forewer);} before hand.If I first start listener and then launch the task, then all incoming http requests will hang.This repros 100%...
View ArticleCommented Unassigned: http_listener hangs on open() if pplx task is created...
http_listener.open() simply hangs if I pplx::create_task() {Sleep(forewer);} before hand.If I first start listener and then launch the task, then all incoming http requests will hang.This repros 100%...
View ArticleCommented Unassigned: http_listener hangs on open() if pplx task is created...
http_listener.open() simply hangs if I pplx::create_task() {Sleep(forewer);} before hand.If I first start listener and then launch the task, then all incoming http requests will hang.This repros 100%...
View ArticleNew Post: VS 2010 upload Code nested Loop issue ?
Hi Oliver, Could you let us know what version of the C++REST SDK you're using, what compiler you're using, and what OS you're using? Thanks, roschuma
View ArticleNew Post: Segmentation fault on compile without makefile
Does this also crash when you link against the debug version? roschuma
View ArticleCreated Unassigned: 5 [307]
hi i have this error is vs2010.IntelliSense: no suitable user-defined conversion from "pplx::task<pplx::details::_BadContinuationParamType>" to "pplx::task<void>" exists I installed c++...
View ArticleNew Post: v2.3: CppRestSDKVersionFileSuffix is 2.2
I downloaded the brand new drop of C++ Rest SDK v2.3 source code. When I build v2.3, project property of CppRestSDKVersionFileSuffix has a value of 2.2. I'm expecting it to be 2.3.
View ArticleNew Post: v2.3: Dependency on Boost 1.56
FWIW, I notice that http_client_impl.h uses:include <boost/system/error_code.hpp> which does not exist in Boost 1.55. Updating to nuget package Boost 1.56 resolves the issue.
View ArticleNew Post: Segmentation fault on compile without makefile
Hmm... Under debug version i have no crash... I change "build.release" to "build.debug". Why "release" don't work?
View ArticleNew Post: v2.3: CppRestSDKVersionFileSuffix is 2.2
Hi BSalita, We haven't released or finished version 2.3.0 yet. It is a still a work in progress in the development branch. The work hasn't been done yet to bump the version number from 2.2.0 to 2.3.0....
View ArticleNew Post: v2.3: Dependency on Boost 1.56
Hi BSalita, Hmm that seems strange, I'm actually still using Boost 1.55 for my development and it contains error_code.hpp. I'm using the Boost NuGet package 1.55.0.16 and the file is located under...
View ArticleCommented Unassigned: 5 [307]
hi i have this error is vs2010.IntelliSense: no suitable user-defined conversion from "pplx::task<pplx::details::_BadContinuationParamType>" to "pplx::task<void>" exists I installed c++...
View ArticleEdited Unassigned: Intellisense errors with VS2010 [307]
hi i have this error is vs2010.IntelliSense: no suitable user-defined conversion from "pplx::task<pplx::details::_BadContinuationParamType>" to "pplx::task<void>" exists I installed c++...
View Article