New Post: How to guide not compiling on VS2010
Nested lambdas. VS 2010 has trouble with nested lambdas, and so the fix is to unnest the lambda. The following at least compiles, but I haven't tried running it. Niklas// Creates an HTTP request and...
View ArticleNew Post: How to guide not compiling on VS2010
OK, it runs fine. Thank you for the quick answer!
View ArticleNew Post: why BingRequest sample doesn't work on my machine?
Hi, I download and compile the bingrequest sample successfully. However, when I try to run it, it doesn't work. I can see that the file for storing result is created, but without any content. I used...
View ArticleNew Post: why BingRequest sample doesn't work on my machine?
Btw, the error message I received is 12002 (The operation timed out). I debug the program and see that WinhttpSendRequest is called to send the request.
View ArticleNew Post: why BingRequest sample doesn't work on my machine?
Sorry for bothering, but it turns out to be my environment issue. I forgot to set a proper proxy. Now it works.
View ArticleNew Post: why BingRequest sample doesn't work on my machine?
Glad to hear you figured it out! Niklas
View ArticleNew Post: SSL support for Windows
The client side certification is no more required by the service, and the call to the service is smooth. Great work by the casablanca team!! Looking forward to new updates :) Jaimin
View ArticleUpdated Wiki: Present on C++ REST SDK
For those who wish to not only learn about the C++ REST SDK, but also want to present the SDK to colleagues, user groups or at other events, here is a comprehensive guide to help you. Included in this...
View ArticleUpdated Wiki: Present on C++ REST SDK
For those who wish to not only learn about the C++ REST SDK, but also want to present the SDK to colleagues, user groups or at other events, here is a comprehensive guide to help you. Included in this...
View ArticleCreated Issue: include/pch/stdafx.h [3]
Shouldn't the precopiled header file be placed under the "src" folder and not under the "include" folder? This seems to be a safer strategy for PCH files as to not accidentally deploy or include them...
View ArticleNew Post: build system modification for OSX
My platform is OSX with clang and libc++. I was looking at your makefiles to see what it would take to get them to work on OSX. I notice the following needs... 1) enhance your build system so that I...
View ArticleCommented Issue: include/pch/stdafx.h [3]
Shouldn't the precopiled header file be placed under the "src" folder and not under the "include" folder? This seems to be a safer strategy for PCH files as to not accidentally deploy or include them...
View ArticleCreated Issue: Exception: when request() is called with GET and body_send [4]
This is more of error checking than anything else. I inadvertently used methods::GET with body_data. I really wanted to use methods::POST.test:```////this one will generate exception//http_client...
View ArticleNew Post: When will Casablanca RTW
We have for now decided to use this SDK so I am eager to know when this SDK will be officially released (out of BETA and RTW)? Great stuff.
View ArticleCommented Issue: Exception: when request() is called with GET and body_send [4]
This is more of error checking than anything else. I inadvertently used methods::GET with body_data. I really wanted to use methods::POST.test:```////this one will generate exception//http_client...
View ArticleCommented Issue: Exception: when request() is called with GET and body_send [4]
This is more of error checking than anything else. I inadvertently used methods::GET with body_data. I really wanted to use methods::POST.test:```////this one will generate exception//http_client...
View ArticleCommented Issue: Exception: when request() is called with GET and body_send [4]
This is more of error checking than anything else. I inadvertently used methods::GET with body_data. I really wanted to use methods::POST.test:```////this one will generate exception//http_client...
View ArticleCommented Issue: Exception: when request() is called with GET and body_send [4]
This is more of error checking than anything else. I inadvertently used methods::GET with body_data. I really wanted to use methods::POST.test:```////this one will generate exception//http_client...
View ArticleCommented Issue: Exception: when request() is called with GET and body_send [4]
This is more of error checking than anything else. I inadvertently used methods::GET with body_data. I really wanted to use methods::POST.test:```////this one will generate exception//http_client...
View ArticleNew Post: When will Casablanca RTW
It depends on what you mean by "officially." :-) What is available on CodePlex right now is released under Apache 2.0 and you can do whatever you want with it (as long as you keep the license text)....
View Article