New Post: C++ Rest SDK 1.4.0 Released
Hi, Amazing library! Fast and first C++ REST SDK as I know. But there is one thing that limit us to use it on production servers - https for listener. If you will realize this functionality it will be...
View ArticleCreated Unassigned: fatal error: http_client.h: No such file or directory [71]
Hi,I have followed all the steps that has been provided for build and running test fo casablanca under linux . But, when i write a program and compile it it gives me error called...
View ArticleNew Post: C++ Rest SDK 1.4.0 Released
Hi Siquell, Thanks for the positive comments! Just curious what platforms are you using the C++ Rest SDK on? Thanks, Steve
View ArticleNew Post: C++ Rest SDK 1.4.0 Released
stevetgates wrote: Hi Siquell, Thanks for the positive comments! Just curious what platforms are you using the C++ Rest SDK on? Thanks, Steve Hi Steve, Right now we are testing functionality under...
View ArticleCommented Unassigned: fatal error: http_client.h: No such file or directory [71]
Hi,I have followed all the steps that has been provided for build and running test fo casablanca under linux . But, when i write a program and compile it it gives me error called...
View ArticleCommented Unassigned: fatal error: http_client.h: No such file or directory [71]
Hi,I have followed all the steps that has been provided for build and running test fo casablanca under linux . But, when i write a program and compile it it gives me error called...
View ArticleCommented Unassigned: fatal error: http_client.h: No such file or directory [71]
Hi,I have followed all the steps that has been provided for build and running test fo casablanca under linux . But, when i write a program and compile it it gives me error called...
View ArticleClosed Unassigned: fatal error: http_client.h: No such file or directory [71]
Hi,I have followed all the steps that has been provided for build and running test fo casablanca under linux . But, when i write a program and compile it it gives me error called...
View ArticleNew Post: New Windows Store app - Mapabulous - uses Casablanca
I just published my C++ app Mapabulous for Windows 8.1 to the Windows Store. This app usesAzure Mobile C++ SDK (to fetch questions from the Cloud). This SDK also builds on top of C++ REST SDK C++ REST...
View ArticleCommented Unassigned: Problem on Linux when using nmap [70]
Hi there,I am using your SDK proudly and it has many great features. It is really great, but it stops working with a SIGABORT on my linux inthis section of code, when it is pinged by...
View ArticleCommented Unassigned: Problem on Linux when using nmap [70]
Hi there,I am using your SDK proudly and it has many great features. It is really great, but it stops working with a SIGABORT on my linux inthis section of code, when it is pinged by...
View ArticleClosed Unassigned: Problem on Linux when using nmap [70]
Hi there,I am using your SDK proudly and it has many great features. It is really great, but it stops working with a SIGABORT on my linux inthis section of code, when it is pinged by...
View ArticleClosed 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: C++ Rest SDK on Dr. Dobb's
Here is a second part article on the C++ Rest SDK on Dr. Dobb's. It shows how to use our JSON library. Steve
View ArticleCreated Unassigned: json::value::parse limits numerics to 32 bit int [72]
json::value::parse of a numeric value is limited to a 32 bit int value. Any number of greater magnitude resolves to -2147483648. Expected behavior is to parse a number as as a double.I see this report...
View ArticleCommented Unassigned: 64-bit integers and large integer types [65]
Casablanca seems to disagree with large integers. As far as I can tell, it turns them into a Number type which I assume to be a signed 32-bit integer. Is there any plan to fix this in order to support...
View ArticleCreated Unassigned: json empty array serialization issue [73]
Let's consider following test code:``` auto json_original = std::wstring(LR"({"thumbsDown":[],"thumbsUp":[]})"); auto json_value = json::value::parse(json_original); auto json_copy =...
View ArticleEdited Unassigned: json empty array serialized as "array:]" instead...
Let's consider following test code:``` auto json_original = std::wstring(LR"({"thumbsDown":[],"thumbsUp":[]})"); auto json_value = json::value::parse(json_original); auto json_copy =...
View ArticleEdited Unassigned: json empty array serialized as "array":] instead...
Let's consider following test code:``` auto json_original = std::wstring(LR"({"thumbsDown":[],"thumbsUp":[]})"); auto json_value = json::value::parse(json_original); auto json_copy =...
View Article