Commented Unassigned: Support CentOS / Red Hat [92]
We are nearing the completion of our Windows project and now must have C++ REST SDK running on Red Hat. We are a Red Hat shop. We would like to see the C++ REST SDK officially supported on CentOS/ Red...
View ArticleNew Post: How to Deploy REST SDK app
Created an App which uses C++ REST SDK to talk to REST API, it works fine on local machine. Now I want to deploy it on a fresh Win7 machine which does not have VS2013 on it. Inorder to test this I...
View ArticleNew Post: Casablanca Concurrency Error
Hello Kavya, thank you for the reply! After installing VS2013 redistributable and running all Windows updates, the problem disappeared. Now I cannot reproduce the exception. Perhaps my system was...
View ArticleCreated Unassigned: Casablanca latest code not working with gcc 4.4.7 on...
Hi,I am trying to use Casablanca on Cent 6.5 which has gcc 4.4.7. Latest Casablanca code is not compiling with this gcc version. Can I know which code should I take that will work with gcc 4.4.7 and...
View ArticleCommented Feature: http_client - linux/mac: expose boost native handle to set...
For windows desktop and winrt, http_client_config has an option: set_nativehandle_options() that allows the users to set properties on the underlying connection (like XHR_TIMEOUT, client certificates...
View ArticleNew Post: UNREFERENCED_PARAMETER on apple
Seems like this change was lost in the shuffle, before I resubmit it on the latest code base, would you rather I bundle it up in an ifdef as opposed to reintroducing CASABLANCA_UNREFERENCED_PARAMETER?
View ArticleNew Post: How to Deploy REST SDK app
Hi, To avoid the "MSVCP120D.dll is missing" error, you need to install the VC redistributable packages for vs2013 on your win7 machine.http://www.microsoft.com/en-us/download/details.aspx?id=40784
View ArticleNew Post: UNREFERENCED_PARAMETER on apple
Hi Les1966,When I look at the history in git I can see your commit. It actually only modified the linux and windows compat but not apple_compat.h. I don’t think you need to introduce it under and...
View ArticleCommented Feature: http_client - linux/mac: expose boost native handle to set...
For windows desktop and winrt, http_client_config has an option: set_nativehandle_options() that allows the users to set properties on the underlying connection (like XHR_TIMEOUT, client certificates...
View ArticleNew Post: .chm files for Reference Documents won't open on Windows 7
Hi, I've downloaded the .chm file and I ended up getting a screen that says "Navigation to the webpage was canceled. What you can try: Retype the address". I'm using Windows 7. I've googled for the...
View ArticleNew Post: .chm files for Reference Documents won't open on Windows 7
To get the Unblock button, one needs to be in the administrator account.
View ArticleNew Post: .chm files for Reference Documents won't open on Windows 7
Hi awong, Just an FYI, I'm working on getting hosted reference documentation setup. Hopefully it won't be too long, I'm trying to figure out hosting location options right now :). Then our...
View ArticleNew Post: .chm files for Reference Documents won't open on Windows 7
Hi Steve, That's wonderful! I'll be waiting with bated breath. awong
View ArticleNew Post: UNREFERENCED_PARAMETER on apple
Cleaned it up, request submitted, thanks Steve.
View ArticleCommented Unassigned: Casablanca latest code not working with gcc 4.4.7 on...
Hi,I am trying to use Casablanca on Cent 6.5 which has gcc 4.4.7. Latest Casablanca code is not compiling with this gcc version. Can I know which code should I take that will work with gcc 4.4.7 and...
View ArticleNew Post: issue with mutex.lock in _Task_impl_base on iOS version 7.11...
Changing it to use boost::mutex instead of std::mutex seems to do the trick. In case anyone is interested, I pushed the changes I needed to make pplx/pplxlinux.h to my fork in the iOSMutexFix branch...
View ArticleNew Post: issue with mutex.lock in _Task_impl_base on iOS version 7.11...
Thank you very much for finding and fixing this; I'll look into merging the changes back into our development branch. Sincerely, roschuma
View ArticleCommented Feature: http_client - linux/mac: expose boost native handle to set...
For windows desktop and winrt, http_client_config has an option: set_nativehandle_options() that allows the users to set properties on the underlying connection (like XHR_TIMEOUT, client certificates...
View ArticleNew Post: Using Casablanca with Intel C++ Compiler
Hi David, We haven't tried or done any testing yet with the Intel compiler (only Microsoft's, gcc, and Clang) so I can't give you an exact set of instructions to follow. What you mention here makes me...
View ArticleEdited Issue: replace all platform dependent synchronization primitives with...
Starting from Dev14, ppltasks will no long provide definitions for (scoped)_recursive_lock_t(scoped)_read_writer_lock_tcritical_section_t etc..We need to make Casablanca only depends on STLand write...
View Article