New Post: C++ Rest SDK 2.5.0
Steve, I tried to follow the exact steps as mentioned here . When I try to build the casablanca120 project by changing the build settings to target IA32 architecture, it takes a lot of time and then...
View ArticleNew Post: C++ Rest SDK 2.5.0
Hi poojabaraskar, Please try building from the latest sources in the development branch. Here roughly would be the following steps:Git clone our repository on CodePlex.Checkout the 'development'...
View ArticleNew Post: not supported error in visual studio 2012
Hi ramyakuruba, This error is correct. It is not possible to use the C++ REST SDK with C++/CLI. Steve
View ArticleCommented Unassigned: http_listener (Windows) - server performance...
We use Casablanca in our product, where the main use case is to upload files via HTTP to the server for further processing. The HTTP clients which submit the files use polling to keep up with the...
View ArticleNew Post: List of https (TLS) features
Hi Dan, 1 - We don't have any high level API for setting/configuring the TLS version to be used. One some of the platforms it is possible to set the TLS version used through our native handle API. Our...
View ArticleNew Post: Android-specific JSON parse failure
Thanks for the quick answer -- we’re building via Clang3.4 (android-17, C++11) and were able to get it working by using the -fsigned-char compiler switch. Unfortunately Clang defaults to using an...
View ArticleNew Post: Runtime Exception
Hi n8burr, Ah I missed keying in on the fact that you aren't using C++/CX (/ZW) and only using WRL in your original post. My mistake :). Yes this is going to have problems. There are several reasons...
View ArticleNew Post: Runtime Exception
Thanks for the reply. I don't think I'll be able to use CppRest then. I'll just go back to using IXMLHTTPRequest2. Thanks for the support!
View ArticleNew Post: Android-specific JSON parse failure
Hi Sserpenthraxus, Ah yes I see, I was running in the emulator so not actually ARM. This is a bug, we shouldn't be blindly assuming in our code that char is signed. I'm working on a fix to address...
View ArticleNew Post: Support for VS2010 with Latest C++ REST SDK
Hello Casablanca Team, My project requirement needs C++ REST SDK support on VS2010. Manage NuGet Packages for solution always prompt the latest of C++ REST SDK. If I install the latest SDK, then I am...
View ArticleNew Post: How to Compile & run in Command line consuming RESTSDK
Hi, I need to add these compilation steps into a MAKEFILE. So creating a project solution/using msbuild.exe is not feasible for our requirement. The requirement is, will be provided with set of CPP...
View ArticleNew Post: Problem with Casablanca SDK
Like, you've mentioed that, from the client, I need to know the location of the server. Therefore, when, I am using uri_builder uri(L"http://*:2001/"); So From the client I have to take the IP Address...
View ArticleNew Post: rest sdk http_listener as a network server
HENRYTM wrote: Hi I also encountered this problem. You can solve this by using nginx as proxy on linux. This can also add https feature to your server. Here is a small version of the needed nginx...
View ArticleNew Post: rest sdk http_listener as a network server
@maverick786us has a windows version http://nginx.org/en/download.html. Read the documentation, its the same as linux.
View ArticleNew Post: Error in SSL handshake for consecutive requests
Hello, Marcin Recently I start to use Casablanca on iOS too and I face the same challenge. I have only one http_client object in heap, configured on specific HTTPS host uri and perform several requests...
View ArticleNew Post: Error in SSL handshake for consecutive requests
Hi mlu and overinc, This thread escaped my attention last week. What version of the C++ REST SDK are you both using? Thanks, Steve
View ArticleNew Post: Support for VS2010 with Latest C++ REST SDK
Hi Vijay, Our latest release don't support Visual Studio 2010 anymore. Mainly due to compiler and standard library features that are present in newer versions. If you can't use a newer version then you...
View ArticleNew Post: Error in SSL handshake for consecutive requests
Hi, stevetgates I use the latest stable version from this site - 2.4.0
View ArticleUpdated Release: C++ Rest SDK 2.5.0
AndroidFixed issue in CMakeLists.txt where parenthesis were incorrectly used instead of brackets.Fixed issue in CMakeLists.txt where pplxlinux.cpp source file was missing.Added Android TestRunner...
View ArticleNew Post: Android-specific JSON parse failure
FYI this has been fixed in the 'development' branch. The code no longer assumes that the 'char' type is signed. Thanks again for reporting the issue. I verified all our JSON tests pass running with the...
View Article