New Post: iOS Compile Errors: "Undefined symbols for architecture armv7"
Hi, i followed the instructions to build Casablanca for iOS on my Mac. I used your development branch to get the workaround for this issue: https://casablanca.codeplex.com/workitem/310. Everything...
View ArticleNew Post: Thread safety of tasks?
Hi Essentia, Yes I didn't actually write the full code here so there are other things to consider like exceptions. For the refreshing variable I'd use some sort of RAII pattern to make sure it is...
View ArticleNew Post: Building the sdk on windows 8.1 using VS2013 express
Hi nitm, The first thing you are seeing about XP is a known issue that we've fixed in the development branch and it will be in our next release 2.3.0. Basically we had a problem that was causing the XP...
View ArticleCommented Unassigned: Casablanca hangs my app when unloaded [309]
Hi, Am trying to use Casablanca as a dll in another third party exe on Windows 7. Everything works fine, except when closing the socket and unloading the dll. My close function is as follows```void...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
Please note this will be the last release that we include binaries for Visual Studio 2012 in our NuGet package.http_clientImplemented server certificate verification on Android. #242Added usage of...
View ArticleClosed Issue: websocket_client - uncatchable exception when receive/close...
Mentioned in a comment in https://casablanca.codeplex.com/workitem/177.raffaeler wrote Fri at 6:41 AM [x] Using 2.1.0 here. I could not even catch the exception with websocket_exception nor "..." When...
View ArticleNew Post: http_listener and multipart/form-data
Hello, Ive been playing with your C++ REST SDK, and i found it amazing! I've done some tests, and created a code that receive a file sent via html form. A file was wrapped in multipart/form-data...
View ArticleNew Post: iOS Compile Errors: "Undefined symbols for architecture armv7"
Hi FreakyFlu, It looks like you need to link against the Security.framework in your build as well. These functions were added in the development branch. I'll update the iOS build instructions to...
View ArticleUpdated Wiki: Setup and Build on iOS
How to build and setup on iOS First, follow all the instructions on Setup and Build on OSX. While some steps could be skipped if you only want to build for iOS, it is useful to diagnose problems during...
View ArticleNew Post: http_listener and multipart/form-data
Hi arekmarud, Glad to hear you've been having a good experience with the library. Currently we don't have any immediate plans to add multipart parsing support. We do accept external contributions so if...
View ArticleNew Post: Building the sdk on windows 8.1 using VS2013 express
Thanks Steve, I removed all of the examples and it worked. But I then noticed that the library is HUGE, about 80MB, why is that?
View ArticleNew Post: Building the sdk on windows 8.1 using VS2013 express
Hi nitm, Specifically exactly what is 80MB? When I take a look at the sizes for Windows Desktop 120 toolset Win32 Debug I see the dll is 5,154KB and the lib is 149KB. Steve
View ArticleCreated Issue: iOS - websocket client tests AV/segfault in simulator [316]
Not sure if it has to do with the iOS simulator or not yet, but it happens almost immediately on the tests regardless if debug or release.For now the websocket client tests are excluded from the iOS...
View ArticleNew Post: Building the sdk on windows 8.1 using VS2013 express
Hey Steve, I don't know what to tell you, when I look at the produced libraries what I get is far bigger.. The release version (Binaries/Win32/Release/cpprest120_2_2.lib) is 83,021KB The Debug version...
View ArticleNew Post: iOS Compile Errors: "Undefined symbols for architecture armv7"
Hi Steve, adding the security.framework worked for me. Thank you
View ArticleNew Post: Building the sdk on windows 8.1 using VS2013 express
Hi Nitzan, It is hard to say exactly what is causing it without deeper investigation. We currently don't build static libraries right now. My initial thoughts are a lot of code is getting pulled in...
View ArticleNew Post: Building the sdk on windows 8.1 using VS2013 express
Steve, In my project the optimization is disabled (just the way it was), and the Whole Program Optimization is set to No . I need this lib to be part of a program I'm going to spread out, not for...
View ArticleUpdated Wiki: Use on Android
How to use the C++ REST SDK on Android (2.3+) The C++ REST SDK prefers static linking for Android since version 2.3. This makes it much simpler for both Native Activities and Java-based Activities...
View ArticleNew Post: Building the sdk on windows 8.1 using VS2013 express
Hi Nitzan, If you aren't going to be distributing this static lib that you built to others then I wouldn't really worry much about the size. When you actually link with it and build your program I bet...
View Article