On Tuesday, March 27, 2018 at 2:54:49 PM UTC-4, [email protected] wrote: > > Thank you, that allowed me to advance one step further, but now I get lots > of this: > > Severity Code Description Project File Line Suppression State > Error LNK2038 mismatch detected for 'RuntimeLibrary': value > 'MTd_StaticDebug' doesn't match value 'MDd_DynamicDebug' in test1.obj > test1 C:\Users\user1\Documents\Visual Studio > 2017\Projects\pciencryption\pciencryption\cryptlib.lib(cryptlib.obj) 1 > ... > Error LNK2005 "public: bool __thiscall std::ios_base::good(void)const " > (?good@ios_base@std@@QBE_NXZ) already defined in cryptlib.lib(cryptlib.obj) > test1 C:\Users\user1\Documents\Visual Studio > 2017\Projects\pciencryption\pciencryption\msvcprtd.lib(MSVCP140D.dll) 1 >
Probably mixing and matching runtime libraries. Also see https://www.cryptopp.com/wiki/Visual_Studio#Dynamic_Runtime_Linking Jeff -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
