According to the official readme, the advice on solving LNK2001 errors is:

There are two ways you can deal with this, either change Crypto++ to export 
> those classes, by using the CRYPTOPP_DLL macro, or link with both the DLL 
> export library and a static library that contains the non-DLL classes and 
> functions. The latter can be built by using the "DLL-Import" configuration 
> of the cryptlib project.
>

 It would be preferable to use the first option, and given that I am not 
experienced in using Visual Studio, I cannot find the location and 
execution method of the macro.

*In short: Where do I find the macro and how do I execute it?

Cheers.
*

-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.

Reply via email to