New Post: GetCurrentThreadId
And on StackOverflow read comments. As solution I think that reinterpret_cast<long>(reinterpret_cast<void*>(pthread_self())); a good choice, but in STL we have type thread::id that have...
View ArticleCommented Unassigned: Add FreeBSD 10+ to supported platforms [210]
Add FreeBSD 10+ to supported platforms.Pull request was added to development branch.Agreement signed.Comments: I'm a little confused about what you are saying. Here is what is there now. Can you please...
View ArticleNew Post: http listener windows implementation question
Hi, We support different schedulers, ConcRT and Windows thread pool are both supported on Windows. Casablanca on Visual Studio 2013 runs PPL tasks on ConcRT, but this might change later. Obviously,...
View ArticleCommented Unassigned: Deploying to WP8.1 failed DEP6810 : MdilXapCompile.exe...
#ProblemWhen I try deploy my application with release configuration (Release | ARM) to real device I had the error:Error DEP6810 : MdilXapCompile.exe failed with error code 1004. See log file '<My...
View ArticleCommented Unassigned: Deploying to WP8.1 failed DEP6810 : MdilXapCompile.exe...
#ProblemWhen I try deploy my application with release configuration (Release | ARM) to real device I had the error:Error DEP6810 : MdilXapCompile.exe failed with error code 1004. See log file '<My...
View ArticleNew Post: I need a simple working code to parse a json file in the local memory.
Dear Guys, Could you please kindly post a working simple code in c++ to parse a json file with c++ rest sdk? This will be a great help, Thanks in advance...
View ArticleNew Post: I need a simple working code to parse a json file in the local memory.
Hi Wilsoftson, Basically just call ::web::json::value::parse(...) with a string or a stringstream. Take a look at the documentation for examples. Steve
View ArticleNew Post: I need a simple working code to parse a json file in the local memory.
Thank you stevegates, by the way, I am a newbie, so I need some detailed answer to help me. As for my case, I have a file named "data.json". I would like to know how to make a call to this json file...
View ArticleClosed Issue: Need to add Oauth1Client120 and Oauth2Client120 [187]
Samples Oauth1Client and Oauth2Client only compile with Dev11, need to add Dev12 project files.As it stands now, dev12 build is broken:```"C:\git_projects\casadev\Release\dirs.proj" (rebuild target)...
View ArticleCommented Unassigned: Deploying to WP8.1 failed DEP6810 : MdilXapCompile.exe...
#ProblemWhen I try deploy my application with release configuration (Release | ARM) to real device I had the error:Error DEP6810 : MdilXapCompile.exe failed with error code 1004. See log file '<My...
View ArticleCommented Unassigned: Deploying to WP8.1 failed DEP6810 : MdilXapCompile.exe...
#ProblemWhen I try deploy my application with release configuration (Release | ARM) to real device I had the error:Error DEP6810 : MdilXapCompile.exe failed with error code 1004. See log file '<My...
View ArticleCommented Unassigned: Add FreeBSD 10+ to supported platforms [210]
Add FreeBSD 10+ to supported platforms.Pull request was added to development branch.Agreement signed.Comments: Just English is not my native language. Above code is correct.
View ArticleNew Post: GetCurrentThreadId
There is a lot of function like pthread_<...>_np(). But such function are not portable and not Unix-compliant. Also Ubuntu have a "FreeBSD glue" package and etc. According to answers on...
View ArticleCommented Feature: Odata support [36]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below.Note: We cannot guarantee that this feature will...
View ArticleClosed Feature: Odata support [36]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below.Note: We cannot guarantee that this feature will...
View ArticleCommented Unassigned: Add FreeBSD 10+ to supported platforms [210]
Add FreeBSD 10+ to supported platforms.Pull request was added to development branch.Agreement signed.Comments: Ok great thanks for reaffirming. Steve
View ArticleNew Post: How to escape the URI correctly? (Ampersand in the query string...)
Hi Petr, There is a 3rd parameter to uri_builder::append_query, which indicates whether or not to performing encoding, by default it is on. The & is not being encoded because of the rules for RFC...
View ArticleNew Post: From COM IStream to concurrent::streams::istream
Hello Pierre, I am working on an application where my task is to retrieve the COM IStream for a file which is on the server. I am just a beginner so can you please help me with it. My email id is :...
View ArticleNew Post: Retrieve the filestream for a file on the server using rest webserice
Thank you so much kavya, but how should retrieve the COM IStream over the streams::container_buffer<std::vector<uint8_t>> buf;
View ArticleNew Post: concurrent::streams::istream to COM IStream
I working on an application, in which my API accepts the COM IStream. I want to retrieve the COM IStream for a file on the server. how should I do that? Any reference, tutorial or book would also be a...
View Article