Commented Unassigned: How do I access data by name? [339]
How can I access data by name instead of having to do string processing? Attached please find my code to parse the json.Comments: Ah yes I forgot, this will just return a json::value type. If you know...
View ArticleNew Post: What would you suggest if I need use C++ REST SDK on Linux as a...
Thanks Both! Is there any plan to support HTTPS for C++ REST SDK on Linux officially?
View ArticleNew Post: What would you suggest if I need use C++ REST SDK on Linux as a...
Hi evanc, To be clear for the client portions of our library HTTPS is fully supported on all platforms. We aren't focusing much on the server side portions of the library so, no at this time we don't...
View ArticleNew Post: .pdb file mismatch
Microsoft (R) COFF/PE Dumper Version 12.00.31101.0 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file...
View ArticleNew Post: Creating a static library for Casablanca C++ rest SDK 2.3
I am trying to create a static library for my C++ rest SDK project.I have installed Casablanca C++ rest SDK 2.3 using Nuget package. My OS is Winodws8 and I am using VS2012.I have added the...
View ArticleCreated Unassigned: nullptr defined as NULL on g++ [340]
Using g++ with C++ Rest SDK redefines nullptr as NULL even if nullptr is available.In file include/cpprest/details/SafeInt3.hpp the following code is used to check if nullptr is available:```#if...
View ArticleNew Post: What would you suggest if I need use C++ REST SDK on Linux as a...
Thanks stevetgates for letting me know, though I care about the server side for now:) But the reverse proxy seems to be a workable solution for me.
View ArticleCommented Unassigned: If Webserver is down exception not thrown in connect...
Hi Steve, a) As mentioned, am opening a fresh issue. The following code crashes my app on Windows 7 ( where casablanca is loaded as a dll ) if the webserver is not online auto current_context =...
View ArticleNew Post: Creating a static library for Casablanca C++ rest SDK 2.3
Hi roshan, The C++ REST SDK does not currently support building as a static library. If you add the NuGet package to your project, it will automatically select the correct .lib and .dll to link against...
View ArticleNew Post: .pdb file mismatch
Hi robyn, Could you try using the latest version (v2.4.0) and report if you get a similar issue? roschuma
View ArticleCommented Unassigned: nullptr defined as NULL on g++ [340]
Using g++ with C++ Rest SDK redefines nullptr as NULL even if nullptr is available.In file include/cpprest/details/SafeInt3.hpp the following code is used to check if nullptr is available:```#if...
View ArticleNew Post: Converting strings to string_t
I'm a new coder trying to integrate Casablanca into an app in order to retrieve values from a page and would like to use a dynamic querystring. I can't quite figure out how to overcome this error at...
View ArticleNew Post: Converting strings to string_t
Hi ActuallySparky, In the C++ REST SDK we use utility::string_t for most string operations. It is a typedef to a specific string type depending on the platform. For Windows UTF-16 is the preferred...
View ArticleCommented Unassigned: How do I access data by name? [339]
How can I access data by name instead of having to do string processing? Attached please find my code to parse the json.Comments: I don't see any bug in the library here. Closing the issue. This type...
View ArticleClosed Unassigned: How do I access data by name? [339]
How can I access data by name instead of having to do string processing? Attached please find my code to parse the json.
View ArticleCommented Unassigned: exception in...
I get the following exception if trying to pass invalid characters as arguments. E.g.:http://localhost:9576/lucyhttptest?{ .With exception:STACK_TEXT:...
View ArticleClosed Unassigned: exception in...
I get the following exception if trying to pass invalid characters as arguments. E.g.:http://localhost:9576/lucyhttptest?{ .With exception:STACK_TEXT:...
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 ArticleCommented Unassigned: exception in...
I get the following exception if trying to pass invalid characters as arguments. E.g.:http://localhost:9576/lucyhttptest?{ .With exception:STACK_TEXT:...
View Article