New Post: How to download XML response file
Hi zhelu, the size of the vector is 0 in my computer, so, the program launches a "Debug Assertion Failed" in "rwbuf.putn(&result[0], result.size()).wait();", because the vector is empty. I'm...
View ArticleCommented Feature: Support for Apache hosting [29]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below.Note: We cannot guarantee that this feature will...
View ArticleNew Post: have http_response::body() return file backed stream
Is there an update on when this release will be made?
View ArticleNew Post: JSON produces incorrect empty array when compiled on Mac.
This is a legit bug (json.h, v1.4.0): template<typename CharType> void format_impl(std::basic_string<CharType>& str) const { str.push_back('['); for (auto iter = m_elements.begin();...
View ArticleNew Post: JSON produces incorrect empty array when compiled on Mac.
Hi Yiannis and John, Yes this is a bug we know about, we actually have an issue already opened for it:http://casablanca.codeplex.com/workitem/73 The fix is in our next release, for now you can use a...
View ArticleNew Post: JSON produces incorrect empty array when compiled on Mac.
Cool, thanks. Yiannis
View ArticleNew Post: have http_response::body() return file backed stream
Hi rmmcnulty9, We are working on trying to wrap things up, my best estimate at this time is in the next 1 to 2 weeks. Thanks, Steve
View ArticleNew Post: Listener stopped working on Azure
Hi Yiannis, I'm impressed you are using some of the older pieces of Casablanca :) I haven't used the CasablancaHost executable that we used to ship in a little while so I'm not sure off hand why you...
View ArticleNew Post: Listener stopped working on Azure
Hi Steve, Yes, old though those pieces might be, they make deployment to Azure so much simpler... And especially for worker roles where IIS isn't involved, I think no other solution beats Casablanca in...
View ArticleNew Comment on "Setup and Build on Linux"
The solution, for the previous post build issue: sudo apt-get remove libboost-all-dev sudo apt-get install libboost1.48-dev
View ArticleNew Post: How to download XML response file
Hi, I tried in Windows 7 Professional 64 bits, Visual Studio Professional 2013 and C++ REST SDK 1.4 from Nuget, t also works correctly. Can you set the break point on the line "return...
View ArticleCommented Feature: Web Socket Support [33]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below.Note: We cannot guarantee that this feature will...
View ArticleNew Post: How to download XML response file
Hi zhelu, Here is the debug information for the response: The header has information about the proxy here in my job, so, I ran the same project in my home, and all works perfect!. So, definetely, the...
View ArticleNew Post: Error response in linux listener
Hello all, thanks for this great piece of software. We are using the http_listener (master branch) in linux to implement a REST api and everything seems to work smooth, but we have a small problem with...
View ArticleNew Post: Support for Visual Studio 2010?
I have a question regarding the 1.2 version for VS2010...it's labeled BETA, but can we use it for production applications? Is a go-live license available for 1.2 on VS2010? Thanks
View ArticleNew Post: Support for Visual Studio 2010?
Hi wakkogc, Yes absolutely you can use version 1.2 in production applications. All the releases are done under Apache 2.0 so you can pretty much do as you please. The reason that release was marked...
View ArticleNew Post: Support for Visual Studio 2010?
Thanks Steve That's what I thought but needed to be sure. Also, just found the license.rtf file. :-) Sorry for hijacking your thread Calpol, but thought it would be nice if anybody else finds this...
View ArticleNew Post: Missing casablanca120.dll
After the installation i've found 2 directories in \Program Files (x86)\ - \Micrisoft SDKs\ and \Microsoft Cpp REST SDK for VS 2014 v 1.4. Which should i use to use in my project? If i use cpp rest...
View ArticleNew Post: Missing casablanca120.dll
Hi suneram, The "Microsoft Cpp REST SDK for VS" directory contains all the header files, libs, and dlls for Windows desktop. The dlls for Windows store and phone are located under the "Microsoft SDKs"...
View ArticleNew Post: Missing casablanca120.dll
Thank you so much Steve, everything works fine now.
View Article