Statically linking Casablanca/CPPREST SDK
问题 I am trying to create a Windows-based VC++ DLL (in VS 2015) that statically links to the Casablanca CPPREST SDK. That is, I would like a single DLL output which contains the CPP REST library along with my code. I have referred to this thread, however it seems rather dated (and has broken links): https://katyscode.wordpress.com/2014/04/01/how-to-statically-link-the-c-rest-sdk-casablanca/ I have tried to download the Casablanca repo from GitHub and compile the "cpprestsdk140.static" project