New Post: Updating to Boost 1.56 on Win and Linux builds
Roschuma, 14.10 now has g++ 4.9, which I didn't notice (yay for 2am crash debugging...). I'll do a ground-up rebuild of Boost 1.56 and Casablanca, see what happens, and report back. If that still dies,...
View ArticleNew Post: POST an image file to REST API (SkyBiometry)
Hi mohamedselim, I haven't used the SkyBiometry API so I can't give you exact code. It sounds like what you need to do is build up the HTTP request body as a multi-part MIME type where each chunk of...
View ArticleCreated Issue: Windows desktop - statically link with OpenSSL [308]
This will avoid customers haven't to deal with another dll, while deploying their applications.[Related discussion](https://casablanca.codeplex.com/discussions/571042#post1318745).
View ArticleNew Post: OpenSSL in Windows?
Hi G, We only use openssl on Windows Desktop for the websocket_client. So another option, if you aren't using websockets, could be to recompile turning websockets off by defining the following...
View ArticleNew Post: Updating to Boost 1.56 on Win and Linux builds
OK, I had a bad build, and found a few things. This is embarrassing and serves me right for doing it at 2am. The libbz2 package was broken, which Boost uses to build, and that messed a whole bunch of...
View ArticleNew Post: Updating to Boost 1.56 on Win and Linux builds
Thanks for this writeup, I'm sure it will help people in the future! roschuma
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 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 ArticleCommented Issue: WinRT websocket messagereceive handler called but...
With MessageWebSockets, sometimes MessageReceived event is called, and MessageWebSocketMessageReceivedEventArgs->GetDataReader() throws Platform::COMException, HRESULT = 0x80072EFE...
View ArticleClosed Issue: WinRT websocket messagereceive handler called but GetDataReader...
With MessageWebSockets, sometimes MessageReceived event is called, and MessageWebSocketMessageReceivedEventArgs->GetDataReader() throws Platform::COMException, HRESULT = 0x80072EFE...
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 ArticleEdited Feature: Windows desktop - statically link with OpenSSL [308]
This will avoid customers haven't to deal with another dll, while deploying their applications.[Related discussion](https://casablanca.codeplex.com/discussions/571042#post1318745).
View ArticleCommented Issue: Filters are no longer correct for compat headers [302]
With the move of the ```Release/include/compat/``` folder into ```Release/include/cpprest/details/```, the filters file no longer maps to real files.Comments: Fixing in the development branch, will be...
View ArticleClosed Issue: Filters are no longer correct for compat headers [302]
With the move of the ```Release/include/compat/``` folder into ```Release/include/cpprest/details/```, the filters file no longer maps to real files.
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 ArticleNew Post: 32-bit and 64-bit Binaries Supported on Linux?
Hi, Yesterday I posted how to build 64-bit Casablanca from the ground up on Linux, here:https://casablanca.codeplex.com/discussions/571458 You can probably get it to work by modifying those...
View ArticleEdited Issue: v2.2 NuGet package's v120_xp toolset support broken [262]
I'm using VS2013 under 64-bit Windows 7. I installed the current v2.2 CPPREST NuGet package into a new project that uses the v120_xp platform toolset, and the debug .EXE file built from the project...
View ArticleCommented Issue: v2.2 NuGet package's v120_xp toolset support broken [262]
I'm using VS2013 under 64-bit Windows 7. I installed the current v2.2 CPPREST NuGet package into a new project that uses the v120_xp platform toolset, and the debug .EXE file built from the project...
View ArticleNew Post: 32-bit and 64-bit Binaries Supported on Linux?
Damien has the right idea here, though if you want to do a 32-bit cross compile, you'll need to also make sure that you're linking against a 32-bit copy of OpenSSL and libiconv. It may be useful to...
View ArticleNew Post: 32-bit and 64-bit Binaries Supported on Linux?
It may be easier to simply set up a 32-bit chroot environment and build everything natively. This is a somewhat advanced topic so we won't be able to provide any help with that, but it should...
View Article