New Post: Support for HTTPS on Linux
Hi Prashant, Yes some of our documentation is a little out of date. We have added support for HTTPS with out http_client on Linux, it should work just fine. Later this week we are starting on our 1.4...
View ArticleNew Post: Source code for Master 1.3.1 has version 1.2 ?
Hi Scott, This is a bug. I checked in a fix in the development branch last week, see change e96076fa57d1. It has not made into the master branch yet. As a result of this, your file suffix will be "1_2"...
View ArticleNew Post: error LNK2001: unresolved external symbol
Hi LeonidCSIT: Thanks for your bug report, this is our code defect. We declared this function but did not implement it. You may use "from_base64", which, in windows, takes std::wstring as input. We...
View ArticleNew Post: Creating a Casablanca lib and understanding the io_scheduler...
We are currently exploring creating a lib we can link into our dll or executable (Windows) and came across the DllMain specialized behavior below. DllMain sets a flag when the process is...
View ArticleNew Post: Does it support VS2005
Hi changenosh, No it does not. VS 2012 is the lowest supported version.
View ArticleNew Post: Creating a Casablanca lib and understanding the io_scheduler...
Hi Josh, This, and a few other things we will need to work out before supporting static linking. The other potentially problematic thing I can think of off the top of my head is the global ambient...
View ArticleNew Post: Does it support VS2005
Even though I build it from source code in VS2005, it still does not support?
View ArticleNew Post: Does it support VS2005
Hi changenosh, Yes even if you try to build the source code yourself with VS 2005 it won't work. The reason is we utilize many C++11 features and portions of the standard library that didn't exist in...
View ArticleNew Post: VS2013: cannot open input file 'cpp110_1_3.lib'
I have installed VS2013 and downloaded and installed the C++ REST SDK for Visual Studio 2013 from the codeplex. Now I am trying to build the BingRequest sample application. There is only...
View ArticleCreated Unassigned: pplx::details::do_while [69]
I'm noticing an issue with pplx::details::do_while.It appears that any long operation that gets rapidly scheduled will create a very long task chain. This consumes a large amount of memory (certainly...
View ArticleNew Post: VS2013: cannot open input file 'cpp110_1_3.lib'
Hi Yevgeny, Your observations are correct. We had only been including project files for our samples to work with VS 2012, thinking that they could be easily upgraded. However we failed to realize that...
View ArticleCommented Unassigned: pplx::details::do_while [69]
I'm noticing an issue with pplx::details::do_while.It appears that any long operation that gets rapidly scheduled will create a very long task chain. This consumes a large amount of memory (certainly...
View ArticleEdited Feature: MQTT Client + MQTT Listener [55]
Addition of an Asynchronous MQTT Client + Listener to allow for M2M messaging via MQTT.
View ArticleCommented Unassigned: pplx::details::do_while [69]
I'm noticing an issue with pplx::details::do_while.It appears that any long operation that gets rapidly scheduled will create a very long task chain. This consumes a large amount of memory (certainly...
View ArticleEdited Feature: HTTPS support for http_listener [50]
Please vote if this scenario is import for you:I would like to see a secure implementation for the http_listener via SSL. Currently https is not supported, but this would be a nice feature.
View ArticleCommented Unassigned: pplx::details::do_while [69]
I'm noticing an issue with pplx::details::do_while.It appears that any long operation that gets rapidly scheduled will create a very long task chain. This consumes a large amount of memory (certainly...
View ArticleNew Post: Sample Weathr Application using Casablanca
A Windows Store 3D weather application that utilizes Casablanca was put on CodePlex this week. It uses the following features:* ppl tasks * uri_builder * http_client * json * streams Take a look at if...
View ArticleNew Post: HTTPS on Linux
After enclosing the call to the function in a try-catch block, this was the output:In an Exception: Error Code: generic:336134278 Error Phrase: Error code in handle_handshake is The main function:int...
View Article