New Post: Compilation of Casablanca failed on CentOs
Hi, I used the verbose mode but no more log appeared. I did succeed in compile the whole casablance though, by putting commentary on the casablanca/Release/tests/Common/TestRunner/CMakeLists.txt : #...
View ArticleNew Post: Problem of dependencies in casablanca
Hello, I manage to compile casablanca in CentOs but when I do an ldd on the libcasablanca.so I got: ./libcasablanca.so: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.18' not found (required by...
View ArticleNew Post: Problem of dependencies in casablanca
Hi again kristo, You've got an interesting error here. My gut impression is that you either have your toolchains slightly misconfigured or you're somehow using binaries for a different machine....
View ArticleNew Post: Compilation of Casablanca failed on CentOs
Hmm, interesting. Thanks for reporting this problem & solution -- we'll see if there's a way to fix the issue without removing that section. Sincerely, roschuma
View ArticleNew Post: Problem of dependencies in casablanca
Hi, I succeed in found the answer. I was not using the right libstdc++. It was not the one generated by my compile of gcc 4.8.2. Thanks
View ArticleNew Post: Using http_request for a POST request that uploads a file
Hi, You can upload a file without multipart/form_data encoding. The http_request class has a set_body() overload that takes a Casablanca input stream. This input stream can be a file stream, pointing...
View ArticleNew Post: Is Casablanca supported on windows server 2008?
Hi I don't see why Casablanca cannot work on Windows server 2008. Could you please share some more information about your scenario and the error that you are seeing? Thanks Kavya
View ArticleNew Post: Is Casablanca supported on windows server 2008?
hi, kavyako, thank you for your reply. I'm delveloping my application in visual studio 2012, with casablanca version 1.4. Take the sample project "BingRequest" for example. I can run it on my local dev...
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 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 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 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: Is Casablanca supported on windows server 2008?
hi, actually i just tried the same deployment process on a fresh new Windows 7 (without VS2012 installed) the same error occured. So i'm starting to wonder it's not a matter of windows platform. what...
View ArticleNew Post: Is Casablanca supported on windows server 2008?
please don't bother i tried the releader version of my app, and it all works thanks!
View ArticleCommented Feature: support statically linked runtime [18]
I think as you know if you are linking against this library and you are not using dynamically linked runtime you might see weird behaviors or even crash (have no idea what's going on since it's not a...
View ArticleNew Post: http client cancel in linux
Hi, Sorry if this question was asked before, but does the library support cancellation in Linux? I have code which works ok in Windows but the same code does not seem to do the cancellation in Linux....
View ArticleNew Post: Is Casablanca supported on windows server 2008?
Hi subuliu, Glad to know you got it working. Let us know if you have any other questions. Steve
View ArticleNew Post: http client cancel in linux
Hi G, No worries about asking questions :). Right now we only have http_client request cancellation implemented on the Windows platforms. We added the API so users can start coding with it while we...
View ArticleCommented Feature: support statically linked runtime [18]
I think as you know if you are linking against this library and you are not using dynamically linked runtime you might see weird behaviors or even crash (have no idea what's going on since it's not a...
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 Article