Statically linking Casablanca/CPPREST SDK

前端 未结 3 982
谎友^
谎友^ 2021-01-12 13:22

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 th

3条回答
  •  情书的邮戳
    2021-01-12 14:08

    In addition to what Simple Guy said, you will probably need to add bcrypt.lib to the Linker->Input->Additional Dependencies since the OAuth1.obj file in CPPRest depends on some of those functions.

提交回复
热议问题