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 ArticleCommented 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 ArticleNew 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 ArticleNew 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 ArticleCommented 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 ArticleClosed 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 ArticleNew 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 ArticleNew Post: How to simply read a stream into a string?
I'm happy to help. What do I need to do?
View ArticleNew 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 ArticleNew 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 ArticleCommented 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleEdited 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 ArticleCommented 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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