Commented Unassigned: Two http_listeners on one port (problem with solution)...
Hi,I found a problem when I wanted to have http server application which finds its free port.We can think about BlackJackServer from samples. When we run the second instance of BlackJackServer it...
View ArticleEdited Issue: Two http_listeners on one port (problem with solution) [375]
Hi,I found a problem when I wanted to have http server application which finds its free port.We can think about BlackJackServer from samples. When we run the second instance of BlackJackServer it...
View ArticleCommented Issue: Two http_listeners on one port (problem with solution) [375]
Hi,I found a problem when I wanted to have http server application which finds its free port.We can think about BlackJackServer from samples. When we run the second instance of BlackJackServer it...
View ArticleCommented Unassigned: get error when connect to websocket via proxy [347]
Hi,I used casablanca(development branch lastest commit) to connect with websocket server via proxy.``` websocket_callback_client client; websocket_client_config client_config; web::web_proxy...
View ArticleClosed Unassigned: get error when connect to websocket via proxy [347]
Hi,I used casablanca(development branch lastest commit) to connect with websocket server via proxy.``` websocket_callback_client client; websocket_client_config client_config; web::web_proxy...
View ArticleNew Post: Unhanded exception in win 8.1
Hi Steve, I believe it is because i was working on a network. Cheers, Mark
View ArticleNew Post: The issue with canceling request
Hi Steve, No, I do not. I can write it when I have free time but I am not sure this will be soon.
View ArticleNew Post: casablanca120.xp import failure
I had to download version 2.5 and used other directions to create static libraries. A debug build compiles just fine, but a release build gives me an unresolved external: error LNK2001: unresolved...
View ArticleNew Post: casablanca120.xp import failure
Hi ehaddan,Ok so you aren’t using our NuGet package at all…This is really going to be hard for me to figure out then because you are using some modified build for static linking of your own.Steve
View ArticleNew Post: casablanca120.xp import failure
That is correct. I wish they had a way to do static builds with the NuGet package. I'll keep messing around with it and let you know if I figure it out.
View ArticleNew Post: Multiple Simultaneous requests
stevetgates wrote: Hi maverick786us, You need to capture the strPost variable in order to be able to access it inside your lambda function. The compiler error message is accurate. From what you are...
View ArticleNew Post: retrieving user time line tweets
Hi I am trying to retrieve 20 timeline tweets. I have this so far -> http_client api3(U("https://api.twitter.com/1.1/"), m_http_config); json::value jsonobj3 = api3.request(methods::GET,...
View ArticleCommented Issue: CMake project generation broken on Windows [371]
Hi, I'm using CMake for a while to generate projects on various platforms, that use cpprest SDK.I'm tracking development branch. Since a few commits, cmake generation on windows still uses files that...
View ArticleCommented Issue: Build_iOS: add .gitignore [373]
Hi, in Build_iOS folder, shouln't we add a .gitignore file, so as not to pollute our git status; e.g.boostoniphone/boost.framework/build.ios/ios-cmake/openssl/OpenSSL-for-iPhone/(Other option would be...
View ArticleCommented Issue: iOS: CMake error [372]
Hi, I noticed an issue in main CMakeLists.txt, if IOS build is used :if(IOS) set(IOS_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../Build_iOS")should be :if(IOS) set(IOS_SOURCE_DIR...
View ArticleNew Post: Single-character preprocessor macro in...
It doesn't play nicely with Intel TBB either. That platform-dependent string is really, really useful for unit tests though. We just made a new macro in another header:ifndef USTR_HPPdefine...
View ArticleCommented Issue: CMake project generation broken on Windows [371]
Hi, I'm using CMake for a while to generate projects on various platforms, that use cpprest SDK.I'm tracking development branch. Since a few commits, cmake generation on windows still uses files that...
View ArticleClosed Issue: CMake project generation broken on Windows [371]
Hi, I'm using CMake for a while to generate projects on various platforms, that use cpprest SDK.I'm tracking development branch. Since a few commits, cmake generation on windows still uses files that...
View ArticleNew Post: retrieving user time line tweets
Hi Mark, Is the json::value empty? I would recommend examining the http_response object returned from the HTTP request. What is the status code? Steve
View ArticleNew Post: retrieving user time line tweets
Hi Steve, Yeah I am getting the statuses but when i do a search within the json file for text it throws the error where it cant find it. I just set a breakpoint and looked at them and there is 20 items...
View Article