Commented Unassigned: Prevention of Mismatching .lib and .dll files. [85]
To prevent mismatching .lib and .dll files in Debug/Release and 32/64, there should be both a visual difference and an erroring during linking. Currently there is a naming difference between...
View ArticleCommented Unassigned: Prevention of Mismatching .lib and .dll files. [85]
To prevent mismatching .lib and .dll files in Debug/Release and 32/64, there should be both a visual difference and an erroring during linking. Currently there is a naming difference between...
View ArticleCreated Unassigned: Build on Mac OS failed [95]
I followed the [getting started documentation](https://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20OSX&referringTitle=Documentation) to build Casablanca on Mac OS.But when I...
View ArticleCommented Unassigned: Build on Mac OS failed [95]
I followed the [getting started documentation](https://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20OSX&referringTitle=Documentation) to build Casablanca on Mac OS.But when I...
View ArticleCommented Unassigned: Build on Mac OS failed [95]
I followed the [getting started documentation](https://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20OSX&referringTitle=Documentation) to build Casablanca on Mac OS.But when I...
View ArticleClosed Unassigned: Build on Mac OS failed [95]
I followed the [getting started documentation](https://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20OSX&referringTitle=Documentation) to build Casablanca on Mac OS.But when I...
View ArticleUpdated Wiki: Build and Setup on Windows
How to setup, build, and run tests on WindowsSetup Git 1. Install git for Windows. Open Git Bash and create directory where you want to keep the source tree: mkdir Cpp-REST-SDK cd Cpp-REST-SDK 2. To...
View ArticleUpdated Wiki: Make a contribution
Contribution Guidelines If you would like to become involved in the development of this SDK there are many different ways in which you can contribute. We strongly value user feedback and will...
View ArticleUpdated Wiki: Documentation
Getting StartedGetting started tutorialHow to use the C++ Rest SDK NuGet packageHow to build on WindowsHow to build on LinuxHow to build on Mac OS XHow to build on iOSMake a contribution and report...
View ArticleNew Post: How to download XML response file
Hi zhelu, I've been doing some testing here, and I believe that the problem is related with https://casablanca.codeplex.com/discussions/470503 because the proxy here removes the Transfer-Encoding...
View ArticleNew Post: How to download XML response file
Hi, We have a fix for this bug but in trouble of testing, since we cannot find any servers send response without Transfer-Encoding and Content-Length. If you are urgent, I can give you the fix code,...
View ArticleNew Post: How to download XML response file
Hi, yes, sure, I have here a proxy that just do that :). Send me the code and I'll test it Cheers!
View ArticleNew Post: How to download XML response file
Here is my fork:https://casablanca.codeplex.com/SourceControl/network/forks/zhelu/Casablanca/changeset/744e8040771018d7bc7cb8b01c53da3b6eb17244 I hope this can work. Thanks
View ArticleNew Post: How to retrieve the parameters passed in a URI response
I'm trying to write come code that will store files in Dropbox but am struggling to understand how to read the parameters passed back from the /authorize oauth2 call to the redirect URI I have...
View ArticleNew Post: Error: setup and build on Linux
Hi roschuma! The output of the command 'uname -a' is following: Linux ubuntu 3.2.0-49-generic-pae #75-Ubuntu SMP Tue Jun 18 18:00:21 UTC 2013 i686 i686 i386 GNU/Linux The command I used to install...
View ArticleCommented Feature: Odata support [36]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below.Note: We cannot guarantee that this feature will...
View ArticleNew Post: How to retrieve the parameters passed in a URI response
Hi garethlittlewood, I guess when you send the /authorize request you set the parameter "response_type=token" as a fragment of the request uri, which is "token flow" defined in Dropbox documentation....
View ArticleNew Post: Error: setup and build on Linux
Hi again DexterChou, Please follow the steps of "How to setup, build, and run tests on Linux (1.4 and below)" until 2.0 is released. If your attempts to build are still failing, could you provide the...
View ArticleUpdated Wiki: Documentation
Getting StartedGetting started tutorialHow to use the C++ Rest SDK NuGet packageHow to build on WindowsHow to build on LinuxHow to build on Mac OS XHow to build on iOSMake a contribution and report...
View ArticleNew Post: How to retrieve the parameters passed in a URI response
That's great, thank you for your prompt response - I thought I must be missing something very obvious! Having changed the response_type from "token" to "code", I can now get the information I require....
View Article