From 12c3637f92ccc59cdb2d23825926978bc375b0ef Mon Sep 17 00:00:00 2001 From: Teebonne <80053070+Teebonne@users.noreply.github.com> Date: Tue, 4 Oct 2022 21:04:11 +0100 Subject: [PATCH] Making it clear dll.h shoudl not be included in static Severak people make the mistake (see stackoverflow) --- Readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.txt b/Readme.txt index fb4057498..87b7e5131 100644 --- a/Readme.txt +++ b/Readme.txt @@ -136,7 +136,7 @@ To use the Crypto++ DLL in your application, #include "dll.h" before including any other Crypto++ header files, and place the DLL in the same directory as your .exe file. dll.h includes the line #pragma comment(lib, "cryptopp") so you don't have to explicitly list the import library in your project -settings. To use a static library form of Crypto++, make the "cryptlib" +settings. Otherwise, to use a static library form of Crypto++, make the "cryptlib" project a dependency of your application project, or specify it as an additional library to link with in your project settings. In either case you should check the compiler options to