Commented Unassigned: cpprest/details/http_constants.dat not installed [352]
cmake does not copy `cpprest/details/http_constants.dat` to the installation dir on linux when calling `make install`. I guess this is due to the file ending not being .h/.hpp.Comments: Hi hannesrauhe,...
View ArticleCommented Unassigned: cpprest/details/http_constants.dat not installed [352]
cmake does not copy `cpprest/details/http_constants.dat` to the installation dir on linux when calling `make install`. I guess this is due to the file ending not being .h/.hpp.Comments: Closing out...
View ArticleClosed Unassigned: cpprest/details/http_constants.dat not installed [352]
cmake does not copy `cpprest/details/http_constants.dat` to the installation dir on linux when calling `make install`. I guess this is due to the file ending not being .h/.hpp.
View ArticleCommented Unassigned: Missing constructor for 64-bit number in json [351]
One bit of the puzzle to integrate 64-bit numbers in JSON seems to be missing. You only provide the following methods to create numbers:```static _ASYNCRTIMP value __cdecl number(double value);static...
View ArticleEdited Issue: Missing constructor for 64-bit number in json [351]
One bit of the puzzle to integrate 64-bit numbers in JSON seems to be missing. You only provide the following methods to create numbers:```static _ASYNCRTIMP value __cdecl number(double value);static...
View ArticleNew Post: How to delete a json::value member?
Hi michaelgunter, Yes you are correct this is currently a hole in our existing API. There is no way to remove or erase items from a JSON object or array. This is a known issue and track here. We...
View ArticleCommented Issue: Missing constructor for 64-bit number in json [351]
One bit of the puzzle to integrate 64-bit numbers in JSON seems to be missing. You only provide the following methods to create numbers:```static _ASYNCRTIMP value __cdecl number(double value);static...
View ArticleCommented Issue: SafeInt Error [216]
I am using the one of the sample provided by microsoft. Its a win32 application.Then i installed the casablanca and used the my code written for rest webservices I am getting following errors;error...
View ArticleCommented Issue: SafeInt Error [216]
I am using the one of the sample provided by microsoft. Its a win32 application.Then i installed the casablanca and used the my code written for rest webservices I am getting following errors;error...
View ArticleClosed Issue: SafeInt Error [216]
I am using the one of the sample provided by microsoft. Its a win32 application.Then i installed the casablanca and used the my code written for rest webservices I am getting following errors;error...
View ArticleUpdated Release: C++ Rest SDK 2.5.0
AndroidFixed issue in CMakeLists.txt where parenthesis were incorrectly used instead of brackets.Fixed issue in CMakeLists.txt where pplxlinux.cpp source file was missing.Added Android TestRunner...
View ArticleClosed Unassigned: Can the pplx library be used for cross platform...
It looks like a cross platform version of agents.h is not included....
View ArticleEdited Issue: Vesion info in cpprest dll [318]
What's the reason of avoiding version info in cpprest dll? It does make a problem during installation of multiple products depending on the dll. Windows installer needs this info to make a decision to...
View ArticleEdited Feature: Kiel Compiler Support - Does C++ REST SDK support on ARM...
Hi,Do we ave compiled version of this library using Keil compiler.We are planning to use this SDK on embedded device with ARM Cortex.Thanks,Naeem
View ArticleNew Post: problem with websocket sample program
I took the code in the documentation for websockets and created the following:#include "stdafx.h" #include <cpprest/ws_client.h> using namespace web; using namespace web::websockets::client; int...
View ArticleNew Post: problem with websocket sample program
ok, now I feel dumb. The solution was to change websocket_client client(); to websocket_client client; I guess the cpp skills are a little rusty. Too much time in the C world I guess. I know I need to...
View ArticleSource code checked in, #229e6dfa726c473e22e8fb86759e7fbb4a16fd53
Adding headers to package_info.xml
View ArticleSource code checked in, #25d9ac1966ce14b745b81e604484e933bd9157fc
Removing title and adding link to 2.5.0 release notes.
View ArticleNew Post: Build errors
I just cloned master on ubuntu 14 (on AWS) and I am having the same error as OP. I following this guide: https://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20Linux NB: git clone...
View ArticleUpdated Release: C++ Rest SDK 2.5.0
AndroidFixed issue in CMakeLists.txt where parenthesis were incorrectly used instead of brackets.Fixed issue in CMakeLists.txt where pplxlinux.cpp source file was missing.Added Android TestRunner...
View Article