New Post: concurrent::streams::istream to COM IStream
Hi utsav_popli, Like Kavya mentioned in one of your other discussion posts, we don't have any APIs for interacting with a COM IStream. We try to keep the public API entirely cross platform and that is...
View ArticleCommented Unassigned: Deploying to WP8.1 failed DEP6810 : MdilXapCompile.exe...
#ProblemWhen I try deploy my application with release configuration (Release | ARM) to real device I had the error:Error DEP6810 : MdilXapCompile.exe failed with error code 1004. See log file '<My...
View ArticleUpdated Wiki: Setup and Build on Linux
How to setup, build, and run tests on LinuxNote: as of 7/10/2014 we require the latest Ubuntu LTS 14.04 and Boost 1.54 for development branch; This will be required for master branch in the next...
View ArticleUpdated Release: C++ REST SDK 2.2.0
Please fill in bugs and features as they are added into the release notes.LinuxUpdated to requirements for Boost to version 1.54 and Ubuntu 14.04.OS X, iOSReplace internally to use boost locks instead...
View ArticleUpdated Release: C++ REST SDK 2.2.0
Please fill in bugs and features as they are added into the release notes.LinuxUpdated to requirements for Boost to version 1.54 and Ubuntu 14.04.OS X, iOSReplace internally to use boost locks instead...
View ArticleEdited Issue: The Project is unsupported [214]
Hello Everyone!I am having a problem to start develop to C++ Rest SDK. The problem maybe could be simple but I do not see any solution =( .I created an empty 'Console Win 32 Project' and when I clicked...
View ArticleEdited Task: start using binscope on OS X, investigate what else [209]
An internal customer hit issues with the Quality Essentials requirement about running binscope for OS X. We need to start running this, perhaps as part of sign off. Someone needs to investigate all the...
View ArticleEdited Issue: Comparision error [212]
Hi there,I tried to compile casablanca again and stumbled over this error (only with gcc-4.9)`casablanca/Release/src/json/json_parsing.cpp:359:19 error: comparison between signed and unsigned integer...
View ArticleEdited Issue: Content-type is parsed incorrectly for atom feeds [213]
According to http://www.ietf.org/rfc/rfc5023.txt Content-type of atom feeds can looks like this:application/atom+xml; charset=UTF-8; type=entry or application/atom+xml; type=entry; charset=UTF-8This is...
View ArticleEdited Issue: Deploying to WP8.1 failed DEP6810 : MdilXapCompile.exe failed...
#ProblemWhen I try deploy my application with release configuration (Release | ARM) to real device I had the error:Error DEP6810 : MdilXapCompile.exe failed with error code 1004. See log file '<My...
View ArticleEdited Unassigned: Compilation error when including...
In general, it appears that cpprest/json.h and boost/iostreams_filtering.hpp are incompatible. Specifically,on Ubuntu 14.4 with gcc 4.8.2 and boost 1.55, adding\#include...
View ArticleNew Post: I need a simple working code to parse a json file in the local memory.
Hi Wilsoftson, There are many different ways you can do this. Like I mentioned all you need to do is get the json data into string or a stream. Here is one such example using a std::istream:...
View ArticleCommented Issue: Content-type is parsed incorrectly for atom feeds [213]
According to http://www.ietf.org/rfc/rfc5023.txt Content-type of atom feeds can looks like this:application/atom+xml; charset=UTF-8; type=entry or application/atom+xml; type=entry; charset=UTF-8This is...
View ArticleCommented Issue: Reference Documentation is Stale [98]
MinorWhen upgrading from 1.x sdk to 2.0 the uri have changed namespace fromweb::http::uri to web::uri. The chm files have not been updated to reflect this.Comments: I'm still working getting a...
View ArticleNew Post: .chm files for Reference Documents won't open on Windows 7
Hi awong, It is taking longer than I planned to settle on a hosting location. In the mean time I've checked in a doxygen configuration file, public_apis_doxyfile, under the Release folder in the...
View ArticleCommented Issue: http client - on Linux always restablishes connection [130]
Run any http client request in a for-loop. Notice that connection is being restablished every time, i.e. the codepath goes through handle_resolve, handle_connect etc, which should be done only on the...
View ArticleClosed Issue: http client - on Linux always restablishes connection [130]
Run any http client request in a for-loop. Notice that connection is being restablished every time, i.e. the codepath goes through handle_resolve, handle_connect etc, which should be done only on the...
View ArticleUpdated Release: C++ REST SDK 2.2.0
Please fill in bugs and features as they are added into the release notes.LinuxUpdated to requirements for Boost to version 1.54 and Ubuntu 14.04.OS X, iOSReplace internally to use boost locks instead...
View ArticleCommented Issue: Remove fragment overloads in websocket APIs [178]
Currently, our websocket API s have overloads to send message fragments. Since WinRT and websocket++ does not support fragments completely, we cannot provide a full fledged solution for sending or...
View ArticleClosed Issue: Remove fragment overloads in websocket APIs [178]
Currently, our websocket API s have overloads to send message fragments. Since WinRT and websocket++ does not support fragments completely, we cannot provide a full fledged solution for sending or...
View Article