New Post: 2.3.0 Release
We just finished putting together the 2.3.0 version of the C++ Rest SDK. This release contains lots of improvements and bug fixes so take a look. Just a few of the new features added include:Visual...
View ArticleReviewed: C++ Rest SDK 2.3.0 (εδΈζ 21, 2014)
Rated 5 Stars (out of 5) - you are greate!
View ArticleCreated Unassigned: Invalid DAT macro for http::methods [317]
https://casablanca.codeplex.com/SourceControl/latest#Release/include/cpprest/http_msg.hclass methods{public:#define _METHODS#define DAT(a,b) _ASYNCRTIMP const static method a;#include...
View ArticleEdited Unassigned: Invalid DAT macro for http::methods [317]
https://casablanca.codeplex.com/SourceControl/latest#Release/include/cpprest/http_msg.h```class methods{public:#define _METHODS#define DAT(a,b) _ASYNCRTIMP const static method a;#include...
View ArticleEdited Unassigned: Invalid DAT macro for http::methods [317]
https://casablanca.codeplex.com/SourceControl/latest#Release/include/cpprest/http_msg.h```class methods{public:#define _METHODS#define DAT(a,b) _ASYNCRTIMP const static method a; //note that b isn't...
View ArticleEdited Unassigned: Please delete this [317]
I thought I've found an issue but I was mistaken
View ArticleNew Post: Is it possible to convert string_t to string?
I have been trying unsuccessfully for several hours to figure out how to retrieve a string from within a json object stored within an array that has been retrieved from an api, and then store it in a...
View ArticleClosed Unassigned: Please delete this [317]
I thought I've found an issue but I was mistaken
View ArticleNew Post: Is it possible to convert string_t to string?
Hi tmengCW Yes most of the APIs in the C++ Rest SDK operate on the type utility::string_t. This is a platform dependent string type. It is a typedef to a std::wstring containing UTF-16 on Windows and a...
View ArticleNew Post: using MFC and casablanca....
Can anyone point me to a really good tutorial or example of using casablanca with MFC? I just have soo many questions on how to send a request using the pplx tasks. Sometimes it's best just to see a...
View ArticleCommented Feature: wss support on desktop/x-plat [222]
wss is only enabled and working on Windows Store right now.Comments: This issue got overlooked, it has been fixed in the 2.3.0 release for all remaining platforms.
View ArticleClosed Feature: wss support on desktop/x-plat [222]
wss is only enabled and working on Windows Store right now.
View ArticleCommented Issue: Unloading the dll crashes the process [233]
I am using the 2.1.0 with the WebSocket support only.I wrapped my code (a plugin) within a dll that talks using websocket.- load my dll and casablanca dll in memory using LoadLibrary- use the websocket...
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 ArticleCreated Unassigned: Vesion info in cpprest dll [318]
What's the reason of avoiding version info in cpprest dll? It does make a problem during installation of multiple products depending on the dll. Windows installer needs this info to make a decision to...
View ArticleCommented Unassigned: Vesion info in cpprest dll [318]
What's the reason of avoiding version info in cpprest dll? It does make a problem during installation of multiple products depending on the dll. Windows installer needs this info to make a decision to...
View ArticleNew Post: Feedback: Please add SOAP support
Let me apologize in advance if this is the wrong manner in which to submit feedback. I didn't see a more obvious mechanism. After reading the FAQ, I would like to add a request for SOAP support. I'm...
View ArticleNew Post: using MFC and casablanca....
Hi, i think this s very important. i hope other people who could advise us about MFc and casablanca will respond this i need to study about this too
View ArticleCreated Issue: OSX - close_callback_client_websocket test aborts [319]
This is something going on with websocketpp and I'm not sure if actually in the client or in the test server. The test has been disabled for now.Starting test case...
View Article