New Post: Error: setup and build on Linux
Thank you very much, roschuma! I have run the tests successfully. What could I do next to use it? Are there any samples or guides?
View ArticleCreated Unassigned: JSon rendering issue [96]
Hello,I am playing a bit with http_listener and json and I get a resulting JSON that doesn't look right. The code is pretty simple:```web::json::value jVoices;jVoices[L"voices"] =...
View ArticleUpdated Wiki: FAQ
Frequently Asked QuestionsWhat is Casablanca and why should I care about it? Casablanca is your toolbox for accessing and authoring connected applications using modern C++ features and best practices....
View ArticleNew Post: Error: setup and build on Linux
There are some sample applications distributed with the source code. See https://casablanca.codeplex.com/wikipage?title=Samples&referringTitle=Documentation for more.
View ArticleNew Post: new build stuff in master branch?
Hi. Can you tell when the new build stuff for mac os x using cmake will be in the master branch? Would love to use it from a "stable" branch. Eske
View ArticleNew Post: new build stuff in master branch?
Hi Eske, We are currently working on signing off for our next release. Basically the answer is soon, probably in the next couple of days. Thanks, Steve
View ArticleNew Post: How to download XML response file
It works perfect!!! :) , thanks for send me the code A lot of thanks for all the help. Best regards
View ArticleUpdated Wiki: Home
Welcome! The C++ REST SDK (codename "Casablanca") is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help...
View ArticleReleased: C++ REST SDK 2.0.0 (Mar 20, 2014)
Starting with 2.0.0 we are only distributing Windows binaries through our NuGet package. This allows us to be more efficient and not maintain an MSI. We also feel it gives users a better experience not...
View ArticleCreated Release: C++ REST SDK 2.0.0 (Mar 20, 2014)
Starting with 2.0.0 we are only distributing Windows binaries through our NuGet package. This allows us to be more efficient and not maintain an MSI. We also feel it gives users a better experience not...
View ArticleCommented Unassigned: JSon rendering issue [96]
Hello,I am playing a bit with http_listener and json and I get a resulting JSON that doesn't look right. The code is pretty simple:```web::json::value jVoices;jVoices[L"voices"] =...
View ArticleCommented Unassigned: CMake Environment Support [59]
Since "Casablanca" aims for different platforms and compilers and right now ships with many different IDE-dependend project-/make files (VS2010/VS2012/Linux-Makefiles...) to support different IDEs and...
View ArticleNew Post: 2.0.0 Release is Live!
Our next release, versioned 2.0.0 due to a couple of break changes is now live in the master branch and on the NuGet gallery. Try it out and let us know! More details about the changes and new features...
View ArticleCommented Unassigned: JSon rendering issue [96]
Hello,I am playing a bit with http_listener and json and I get a resulting JSON that doesn't look right. The code is pretty simple:```web::json::value jVoices;jVoices[L"voices"] =...
View ArticleClosed Unassigned: JSon rendering issue [96]
Hello,I am playing a bit with http_listener and json and I get a resulting JSON that doesn't look right. The code is pretty simple:```web::json::value jVoices;jVoices[L"voices"] =...
View ArticleClosed 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 ArticleCommented Unassigned: ERROR: Build on Linux Boost 1.48 [SOLVED] [84]
Hi,I follow all the build instructions from "documentation" and I try do compile (make all) but it occurs some errors:Compiling streams/linux/fileio_linux.cpp ->...
View ArticleClosed Unassigned: ERROR: Build on Linux Boost 1.48 [SOLVED] [84]
Hi,I follow all the build instructions from "documentation" and I try do compile (make all) but it occurs some errors:Compiling streams/linux/fileio_linux.cpp ->...
View ArticleClosed Unassigned: Linking error when building bingrequest.cpp [79]
How do i fix below linking error when building BingRequest Sample. I am using Visual Studio 2012Error 1 error LNK2019: unresolved external symbol "__declspec(dllimport) long __cdecl...
View Article