New Post: Compiling a program on linux.
Ok at first libboost was not found replacing lboost with lboost_system allowed compilation, upon running the application though, gave this error, ./Realms: error while loading shared libraries:...
View ArticleEdited Feature: http_client - validate servers with custom certificates [116]
On non-windows platforms, openssl expects all valid certificates to reside in a directory like "/usr/local/etc/openssl". This can be problematic if the user program doesn't have root access, or the...
View ArticleEdited Issue: http_listener - doesn't report errors correctly after reading...
Taking a look at the code I think I can see this is an issue with the http_listener implementation. Basically it appears the problem is the listener implementation is NOT properly calling the _complete...
View ArticleNew Post: Compiling a program on linux.
Try setting LD_LIBRARY_PATH=. and copying libcpprest.so.2.1 to the same directory as your application (Realms?).
View ArticleNew Post: Compiling a program on linux.
That still resulted in the library not being found, using /path/to/lib --library-path ./realms allowed it to run, which seg faulted. I've included a link to the original version of the code that...
View ArticleCommented Issue: Deploying to WP8.1 failed DEP6810 : MdilXapCompile.exe...
#ProblemWhen I try deploy my application with release configuration (Release | ARM) to real device I had the error:Error DEP6810 : MdilXapCompile.exe failed with error code 1004. See log file '<My...
View ArticleNew Post: Compiling a program on linux.
It runs on my machine doing the following:Build Casablanca in ~/casablanca/build.debugPaste the "Current" source in ~/granda/Realms.cppReplace the instances of U"hello, world" with U("hello,...
View ArticleUpdated Wiki: Setup and Build on Android
How to build and setup for Android on Linux First, follow all the instructions on Setup and Build on Linux. While some steps could be skipped if you only want to build for Android, it is useful to...
View ArticleNew Post: Compiling a program on linux.
Skipped to the last step, running in my projects folder and worked fine. Thanks a lot for all the input.
View ArticleCreated Unassigned: Installation Casablanca library Windows And Ubuntu [226]
https://git01.codeplex.com/casablanca says 404 - File or directory not found. also git clone https://git01.codeplex.com/casablanca , is not working, Anyone can help with this ???, My requirement is i...
View ArticleCommented Issue: extract_json() memory leak Reported [78]
Hi.I've used v1.4 in my VC++(MFC) project. ( i solved dll unloaded problem - https://casablanca.codeplex.com/workitem/17 )And I get a memory leak report.I tested SDI Project with the following code in...
View ArticleCommented Issue: extract_json() memory leak Reported [78]
Hi.I've used v1.4 in my VC++(MFC) project. ( i solved dll unloaded problem - https://casablanca.codeplex.com/workitem/17 )And I get a memory leak report.I tested SDI Project with the following code in...
View ArticleCommented Unassigned: Installation Casablanca library Windows And Ubuntu [226]
https://git01.codeplex.com/casablanca says 404 - File or directory not found. also git clone https://git01.codeplex.com/casablanca , is not working, Anyone can help with this ???, My requirement is i...
View ArticleUpdated Wiki: Setup and Build on Android
How to build and setup for Android on Linux First, follow all the instructions on Setup and Build on Linux. While some steps could be skipped if you only want to build for Android, it is useful to...
View ArticleNew Post: User Input into HTTP
H mrm63, Maybe I'm misunderstanding something here, but why can't you just us std::cin if this is a simple command line application? The following works just fine for me: std::string DummyURI;...
View ArticleUpdated Wiki: Setup and Build on Android
How to build and setup for Android on Linux First, follow all the instructions on Setup and Build on Linux. While some steps could be skipped if you only want to build for Android, it is useful to...
View ArticleNew Post: Looking for VS2010 support
Hi joeccmou, The problem is with static linking, you are ending up with 2 heaps in the same process and this can cause all sorts of problems. STL data structures are being allocated on one and...
View ArticleCommented Unassigned: Installation Casablanca library Windows And Ubuntu [226]
https://git01.codeplex.com/casablanca says 404 - File or directory not found. also git clone https://git01.codeplex.com/casablanca , is not working, Anyone can help with this ???, My requirement is i...
View ArticleCommented Unassigned: Installation Casablanca library Windows And Ubuntu [226]
https://git01.codeplex.com/casablanca says 404 - File or directory not found. also git clone https://git01.codeplex.com/casablanca , is not working, Anyone can help with this ???, My requirement is i...
View ArticleCommented Unassigned: Installation Casablanca library Windows And Ubuntu [226]
https://git01.codeplex.com/casablanca says 404 - File or directory not found. also git clone https://git01.codeplex.com/casablanca , is not working, Anyone can help with this ???, My requirement is i...
View Article