Commented Unassigned: Deadlock in Windows XP [374]
If cpprest compiled with CPPREST_FORCE_PPLX and CPPREST_TARGET_XP macroses application can be catch the deadlock in Windows XP. This sample can easy demonstrate deadlock only in Windows XP:```#include...
View ArticleClosed Unassigned: Deadlock in Windows XP [374]
If cpprest compiled with CPPREST_FORCE_PPLX and CPPREST_TARGET_XP macroses application can be catch the deadlock in Windows XP. This sample can easy demonstrate deadlock only in Windows XP:```#include...
View ArticleNew Post: Deadlock in Windows XP
Hi LeonidCSIT, I've thought about this some more and decided to change it. Again this only affects when using both CPPREST_FORCE_PPLX and CPPREST_TARGET_XP together. The fix using...
View ArticleUpdated Release: C++ REST SDK 2.6.0
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleUpdated Release: C++ REST SDK 2.6.0
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleNew Post: retrieving user time line tweets
Hi Mark, I don't completely follow what you are saying. It sounds like something you are looking for in the json::value is not present. What do you mean by "How would I call the text object"? If there...
View ArticleNew Post: retrieving user time line tweets
Hi Steve, I have realized that the problem is once I call the statuses/home_timeline.json Its an array but I am not quite sure how to access the different elements in the array. Mark
View ArticleNew Post: retrieving user time line tweets
Hi Mark,Use json::value::at or the operator[] or json::value::as_array…I really recommend looking through the json portions of ourreference documentation.Steve
View ArticleNew Post: retrieving user time line tweets
Steve,After all that I believe its actually objects and not an array.would this get the second object? -> json::value &json3_2 = jsonobj3.at(U("1"));wstring two = json3_2.as_string();ucout...
View ArticleNew Post: create a RESTful web service sample
I was looking through the samples provided with the SDK, but couldn't find any as to how to create a RESTful service. So, can anyone guide me where I can find some samples to get started in creating a...
View ArticleNew Post: create a RESTful web service sample
Hi RakiHexCode,The C++ REST SDK is really focused on connecting to REST services, not so much on authoring them. We have a http_listener class which can be used to create a primitive HTTP server.For...
View ArticleCreated Unassigned: смотреть онлайн Мстители: Эра Альтрона в хорошем качестве...
Мстители: Эра Альтрона[](http://kiino.ru/film/1112?userid=9745)[СМОТРЕТЬ...
View ArticleClosed Unassigned: смотреть онлайн Мстители: Эра Альтрона в хорошем качестве...
Мстители: Эра Альтрона[](http://kiino.ru/film/1112?userid=9745)[СМОТРЕТЬ...
View ArticleNew Post: create a RESTful web service sample
Hi Steve, Thanks for pointing me in right direction. I could get an http server up and running. But I couldn't figure out how I can extract parameters out of my http_request object, for both GET and...
View ArticleNew Post: create a RESTful web service sample
Hi RaKi, On the http_request object you can access the request URI via the http_request::request_uri method. This returns an web::uri object. From which you can access the query component of the URI...
View ArticleNew Post: How Can I get older version?
I am trying to build a project which build on cpprest 2.0. If I build it with current 2.5, I got these messages: 2>Common.lib(REST.obj) : error LNK2001: unresolved external symbol "public: static...
View ArticleNew Post: How Can I get older version?
Hi bear330, I don't quite understand the situation why you're getting these linker errors. But if you wanted to use an older version of the library you absolutely can, we have ever release tagged in...
View ArticleNew Post: How Can I get older version?
Oh! Thanks. I don't see any tag in codeplex's source code page (https://casablanca.codeplex.com/SourceControl/latest), on Github we can see tags on website, so I thought that is no tag exists. Thanks...
View ArticleNew Post: How Can I get older version?
Thank you, but I still got the same link error messages. The project I am trying to build is Apache Kylin ODBC Driver (https://github.com/KylinOLAP/odbc-driver). I have post a open issue to it. If you...
View Article