New Post: Example for websocket_client->send() catching its exception if...
Hi Roschuma, I tried your first version, since the second one seems semantically odd to me... and it works like a charm :) Thanks a lot, Hermann
View ArticleNew Post: casablanca120.xp import failure
Hi Steve, Thank you very much for the reply, I'm sorry to misunderstand the use of dynamic library and the static library. Now I encounter a new problem when I download files from the server. Sometimes...
View ArticleCommented Feature: http_listener - Linux: support setting options on the...
These have already been added for Windows, but are missing on other platforms.Notes for the future: Linux only supports timeout settings on a socket basis, not on a URI basis. Our current architecture...
View ArticleNew Post: Build errors for iOS on OSX Mavericks / XCode6
I can confirm the issue is fixed (only tested on boost 1.56 though), great job!
View ArticleCommented Feature: Support Windows Phone Silverlight 8.1 [227]
Hi folks,Our team is using Casablanca for a multi-platform library, including "Windows Phone Silverlight 8.1". By checking the Casablanca source code, we found the provided build on Windows Phone 8.1...
View ArticleClosed Feature: Support Windows Phone Silverlight 8.1 [227]
Hi folks,Our team is using Casablanca for a multi-platform library, including "Windows Phone Silverlight 8.1". By checking the Casablanca source code, we found the provided build on Windows Phone 8.1...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android. #242Added usage of Boost ssl::context::default_workarounds for compatibility with somewhat broken servers.Fixed issue with server...
View ArticleCreated Issue: websocket_client - sporadic crash in tests [305]
Haven't done any further investigation, but has happened several times on the rolling/nightly builds:Starting test case client_construction:uri_test.....\client_construction.cpp(85): error: Failure in...
View ArticleNew Post: http_client exception WinHttpSendRequest, WinHttpReceiveResponse
Hi ByoungInKim, I'm not aware of any issues multi-threaded issues. Here are a couple of things I did notice in the code you have posted. The error codes you are printing out are incorrect. You can't...
View ArticleNew Post: CCan't create http_listener object.
Hi rbkblhjy, Looking at your code it appears you are starting the listener by calling http_listener::open() and then once it has been successfully opened you are immediately stopping the listener by...
View ArticleNew Post: Reuse the http_response object?
Hi sunghun, Yes each http_request and http_response object can only be used once and will have to be recreated. Internally in the http_response object some state is stored specific to the underlying...
View ArticleNew Post: casablanca120.xp import failure
Hi joeccmou, I'm confused and don't really understand your first problem. If you are getting unresolved symbol errors it sounds like you are not linking to a .lib file. For the second problem getting...
View ArticleUpdated Wiki: How to create C++ REST SDK Nuget Package
Creating CppREST SDK NuGet Package Instruction The following instructions include two parts: preparing binaries and creating NuGet package.The preparing binaries steps are required, follow the...
View ArticleUpdated Wiki: How to create C++ REST SDK Nuget Package
Creating CppREST SDK NuGet Package Instruction The following instructions include two parts: preparing binaries and creating NuGet package.The preparing binaries steps are required, follow the...
View ArticleUpdated Wiki: How to create C++ REST SDK Nuget Package
Creating CppREST SDK NuGet Package Instruction The following instructions include two parts: preparing binaries and creating NuGet package.The preparing binaries steps are required, follow the...
View ArticleUpdated Wiki: How to create C++ REST SDK Nuget Package
Creating CppREST SDK NuGet Package Instruction The following instructions include two parts: preparing binaries and creating NuGet package.The preparing binaries steps are required, follow the...
View ArticleUpdated Wiki: How to create C++ REST SDK Nuget Package
Creating CppREST SDK NuGet Package Instruction The following instructions include two parts: preparing binaries and creating NuGet package.The preparing binaries steps are required, follow the...
View ArticleNew Post: C++ REST SDK conflicts with Intel TBB on linux?
In this simple code,#include <cpprest/basic_types.h> #include <tbb/concurrent_hash_map.h> int main() { return 0; } I got following errors: g++ -std=c++11 -Itbb/include...
View ArticleNew Post: C++ REST SDK conflicts with Intel TBB on linux?
I managed to compile by moving all TBB include statements prior to the C++ REST SDK header files.
View ArticleNew Post: Windows IoT/Galileo support
Thanks for the fast response. I'll ping you offline for details.
View Article