New Post: Static linking on linux
Hi roschuma, As an aside: what issues were you receiving that required you to define _NO_ASYNCRTIMP and _NO_PPLXIMP? In my project or when I build casablanca ? I modified the cmake of my project :I...
View ArticleCommented Unassigned: Static linking on linux [102]
Hi,I made this changes to try to build a static version of casablanca :```diff --git a/Release/CMakeLists.txt b/Release/CMakeLists.txtindex 779d470..62e1491 100644--- a/Release/CMakeLists.txt+++...
View ArticleClosed Unassigned: Static linking on linux [102]
Hi,I made this changes to try to build a static version of casablanca :```diff --git a/Release/CMakeLists.txt b/Release/CMakeLists.txtindex 779d470..62e1491 100644--- a/Release/CMakeLists.txt+++...
View ArticleNew Post: Static linking on linux
You're completely right that newer versions of boost require ICU (and not linking against it would produce issues sooner or later). Now, on to the main problem. I think that your issue is your link...
View ArticleNew Post: Getting INET_E_RESOURCE_NOT_FOUND error
I'm developing a Rest client based on release 2.0.1 using nugget to get the binaries. I got the client working on Windows 7 (VS 2013 for Windows Desktop) and then tried porting it to Windows 8.1 (VS...
View ArticleCreated Unassigned: Compiling and using Casablanca Windows - VS2012 Ultimate...
HttpClient110_test.dll fails on Windows desktop. Compiled with VS2012 SP4 . Interested in Using.TestRunner.exe HttpClient110_test.dllLoaded HttpClient110_test.dll...=== Running tests from:...
View ArticleNew Post: using Netbeans for debugging and source control
I was able to get a pretty cool IDE environment going on Linux using Netbeans 8.0 (C++)Assumes that you have a Casablanca enlistment and debug buildInstall netbeanscreate new project from existing code...
View ArticleUpdated Wiki: How to setup, build, and run tests on Windows
How to setup, build, and run tests on WindowsSetup Git 1. Install git for Windows. 2. If you like PowerShell, we recommend installing Posh-Git (here is how). You can set up VC++ compiler toolset by...
View ArticleNew Post: Static linking on linux
Thanks a lot for your precisions ! You're right the link order was not right and your tips solved it. I didn't have too much time to explain the full process but I will make a feedback about static...
View ArticleSource code checked in, #7ad25c37f6871b268b9c346676d93120902246cf
Set up PS environment for VS2012 and VS2013
View ArticleUpdated Wiki: How to setup, build, and run tests on Windows
How to setup, build, and run tests on WindowsSetup Git 1. Install git for Windows. 2. If you like PowerShell, we recommend installing Posh-Git (here is how). You can set up VC++ compiler toolset by...
View ArticleUpdated Wiki: Developer Command Prompt for VS
Setting up Visual Studio command line prompt Depending on your Visual Studio version, you need to run %VS110COMNTOOLS%\vsvars32.bat or %VS120COMNTOOLS%\vsvars32.bat
View ArticleUpdated Wiki: How to setup, build, and run tests on Windows
How to setup, build, and run tests on WindowsSetup Git 1. Install git for Windows. 2. If you like PowerShell, we recommend installing Posh-Git (here is how). You can set up VC++ compiler toolset by...
View ArticleUpdated Wiki: How to setup, build, and run tests on Windows
How to setup, build, and run tests on WindowsSetup Git 1. Install git for Windows. 2. If you like PowerShell, we recommend installing Posh-Git (here is how). You can set up VC++ compiler toolset by...
View ArticleUpdated Wiki: Posh-Git
Posh-Git Posh-Git offers the best command line experience with Git on Windows. Here is a great blog post that introduces it.Setting it up is very easy. In PowerShell window, type this: (new-object...
View ArticleUpdated Wiki: How to setup, build, and run tests on Windows
How to setup, build, and run tests on WindowsSetup Git 1. Install git for Windows. 2. If you like PowerShell, we recommend installing Posh-Git (here is how). 3. If you prefer the plain cmd.exe command...
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 ArticleEdited Unassigned: run_tests.sh clobbers LD_LIBRARY_PATH [64]
On the current Git master, the `Release/tests/Common/TestRunner/run_tests.sh` script sets `LD_LIBRARY_PATH` to the current directory (`.`), but wipes out any other parts of the path that were already...
View ArticleCommented Unassigned: run_tests.sh clobbers LD_LIBRARY_PATH [64]
On the current Git master, the `Release/tests/Common/TestRunner/run_tests.sh` script sets `LD_LIBRARY_PATH` to the current directory (`.`), but wipes out any other parts of the path that were already...
View Article