How do I install Crypto++ in Visual Studio 2010?

前端 未结 4 1906
遇见更好的自我
遇见更好的自我 2020-12-16 04:11

I downloaded http://www.cryptopp.com/#download 5.6.1 and have no clue that to do at this point. I am a total noob and need good instructions. thanks.

4条回答
  •  [愿得一人]
    2020-12-16 04:38

    If you convert cryptest.sln from VS2005 to VS2010, you will meet a problem. When you compile source code, the compiler will show an error:

    c1xx : fatal error C1027: Inconsistent values for /Ym between creation and use of precompiled header

    You can resolve this problem by:

    1. Going to Project Properties --> Configuration Properties --> C/C++ --> Precompiled Headers

    2. Changing it to "Not Using Precompiled Headers"

提交回复
热议问题