New Post: JSON String Conversion Problems.
Thanks for the tip on the no-need-to-serialize. I've not tried it in a desktop app store app, but will give it a go. I can't use fiddler, because when I switch to Emulator I get "error LNK1112: module...
View ArticleNew Post: JSON String Conversion Problems.
But Language is English, Region is Denmark. That shouldn't affect it.
View ArticleNew Post: JSON String Conversion Problems.
It is a different issue, but it complicates troubleshooting the first one. It means something's wacky in your setup -- the link path is referring to the ARM lib even though you've switched to X86 (the...
View ArticleNew Post: Multipart request handling in the server side using http listener
Hi, Could anyone suggest how to handle multipart request in the server side using http listener. Best Regards, Sriram
View ArticleNew Post: JSON String Conversion Problems.
So I set it up manually, and yups I can see the problem there. I used the Framework and References way of adding CppRESTWindowsSDK to my project, but it didn't pull in the additional libs and I took...
View ArticleNew Post: Release of Http Listener
Hi Sriram, Let me see if I can answer all your questions here :) OAuth - We haven't started working on OAuth yet and we commit to when it will be started. FYI is a feature request for OAuth that you...
View ArticleCommented Issue: INVALID_POINTER_READ_CODE_c0000005_casablanca110.dll!ILT [13]
It appears to be a race condition because this call was done after casablanca110.dll is unloaded. I was trying to detect memory leak using umdh command so I simply added a breakpoint to FreeLibrary. I...
View ArticleClosed Issue: INVALID_POINTER_READ_CODE_c0000005_casablanca110.dll!ILT [13]
It appears to be a race condition because this call was done after casablanca110.dll is unloaded. I was trying to detect memory leak using umdh command so I simply added a breakpoint to FreeLibrary. I...
View ArticleCreated Unassigned: Nginx support [48]
Hello Team,I am sure that Casablanca REST SDK will have great future with C++ 11 which can leverage existing native code and supports asynchronous, parallel and distributed computing to scale up and...
View ArticleNew Post: Release of Http Listener
Thanks a lot Steve. I have created issue for Nginx hosting support. We have a release plan in the end of November 2013, hope stable version of http listener will be released with OAuth2, Actors and...
View ArticleNew Post: does it support XP?
Hi All, I have a project that is on XP(my customers are still using XP)? I have already tried C++ REST SDK, but failed. does it support XP officially? if doesn't support, how can I change it to support...
View ArticleNew Post: does it support XP?
Currently, Casablanca does not support XP, we are using several APIs that are Vista+. We are working on XP support, and some form of it is likely to be available for experimenting with in the next...
View ArticleNew Post: Multipart request handling in the server side using http listener
Hi Sriram, Currently we don't have any built in support for the multipart Content-Type. This can be accomplished manually by getting the body of the HTTP request as a string,...
View ArticleNew Post: Why not using stock PPL
Why not use standard PPL library? What are differences in PPL and PPLx?
View ArticleNew Post: Cancellation token in http_client request
Interesting use case. Is there a way to work around this? I am a bit worried since this seems to be common case in the mobile environment which we will be targeting as well. It should be able to happen...
View ArticleNew Post: Why not using stock PPL
Hi masoomshaikh! PPL did exist in the prior versions of Visual Studio but did not have all functionality we need for Casablanca. It obviously did not exist on Linux. PPLX is a port of PPL to Visual...
View ArticleNew Post: Cannot access tempo-db using Casablanca
Hello, I use modified test project based on BingRequest project. I am trying to run basic query to the tempo-db sample server without luck. URL is "http://api.tempo-db.com/v1/series", user name...
View ArticleNew Post: Why not using stock PPL
I hope that makes sense. yes it does. the yet-to-be-shipped PPL with VS 2013 is "portable" to Linux?
View ArticleNew Post: Release of Http Listener
Hi Sriram, We definitely won’t have the http listener, OAuth2, Actors, and Nginx support done by November that is for sure. I don’t think we will be doing any work on Actors in that timeframe. We will...
View ArticleNew Post: Why not using stock PPL
the yet-to-be-shipped PPL with VS 2013 is "portable" to Linux? Yes it is. You only need to provide your own scheduler implementation, just like the one we have in Casablanca. Also, by "PPL" above we...
View Article