Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Browsing all 4845 articles
Browse latest View live
↧

New Post: How to simply read a stream into a string?

Okay, I can confirm that this is a bona fide bug because when I switched to MSVC, the bug went away.

View Article


Commented Unassigned: Package does not specify libs [303]

When compiling the tutorial, I get plenty of unresolved externals. Seems that the NuGet package is failing to specify library directories.Comments: Visual Studio 2013/Intel 2015, and 1> xilink:...

View Article


New Post: How to simply read a stream into a string?

Could you please provide more details here? What do you mean by "Switched to MSVC"? roschuma

View Article

New Post: How to simply read a stream into a string?

I switched to the Microsoft compiler in Visual Studio. I don't use MSVC since Intel parallel studio is so vastly superior.

View Article

Commented Unassigned: Code crashes with access violation exception [304]

Wrote the following and it simply crashes trying to read an invalid memory address:``` http_client client(U("http://google.com")); auto task = client.request(methods::GET) .then([=](http_response...

View Article


Closed Unassigned: Code crashes with access violation exception [304]

Wrote the following and it simply crashes trying to read an invalid memory address:``` http_client client(U("http://google.com")); auto task = client.request(methods::GET) .then([=](http_response...

View Article

New Post: How to simply read a stream into a string?

While we don't officially support Intel parallel studio, if you can trace this back down to a code bug in the library, we would be glad to fix it. Let us know if you decide to pursue this, roschuma

View Article

New Post: How to simply read a stream into a string?

I'm happy to help. What do I need to do?

View Article


New Post: How to simply read a stream into a string?

First, (and you may have already done this), you'll need to build casablanca from source. From there, you'll need to track down why that memcpy is accessing invalid memory. Most likely, it's because...

View Article


New Post: How to simply read a stream into a string?

Oh, also -- please work off the development branch. If you find an issue big enough to warrant a full code contribution, it will be easier to merge if you're working off of the development branch...

View Article

Commented Unassigned: Package does not specify libs [303]

When compiling the tutorial, I get plenty of unresolved externals. Seems that the NuGet package is failing to specify library directories.Comments: This is most likely a disconnect between the Intel...

View Article

New Post: CCan't create http_listener object.

Hi all. I tried to create http_listener but all stop in .open function, why? (Windows 7, VS 2013) Please help.#include <cpprest\http_listener.h> #include <cpprest\http_client.h> #include...

View Article

New Post: casablanca120.xp import failure

I download casablanca 2.2 from the [source page](https://casablanca.codeplex.com/SourceControl/latest) and release the casablanca-9cc7758d714bebbc00d66bf9a49bb648e9a57c17.zip to...

View Article


New Post: Timeout (after 2 minutes) on http_listener

Hi Nagendra17, Whether you can set timeouts explicitly also will depend on what platform you are running targeting. Setting of timeouts is only implemented on Windows right now. There is an open...

View Article

Edited Unassigned: Intel compiler and NuGet package does not work [303]

When compiling the tutorial, I get plenty of unresolved externals. Seems that the NuGet package is failing to specify library directories.

View Article


Commented Unassigned: Intel compiler and NuGet package does not work [303]

When compiling the tutorial, I get plenty of unresolved externals. Seems that the NuGet package is failing to specify library directories.Comments: Updated the title to better reflect this is an issue...

View Article

New Post: casablanca120.xp import failure

Hi joeccmou, Question 1 - yes this was a known issue and has been already fixed in the development branch. It also will be in the master at our next release 2.3.0. Question 2 - Do you have any trouble...

View Article


New Post: Set Process Affinity Mask

Hi Vitaly, I believe that simply means do all your affinity setting before calling any of the APIs of the Concurrency Runtime, which would cause the Resource Manager to be created. So call...

View Article

New Post: Reuse the http_response object?

I created an http_response object and replied with it in a typical handler, func(http_request req). It worked at first time, but not worked at second time or later. Is there a way to reuse the...

View Article

New Post: Set Process Affinity Mask

Thanks Steve, I can't say I'm happy with that requirement, but at least that's better than nothing :) Vitaly

View Article
Browsing all 4845 articles
Browse latest View live