On Tue, May 8, 2018 at 6:18 AM, tín nguyễn trung <[email protected]> wrote: > I used vs 2015 build lin cryptopp success, but when i config for my project > it's counter error: > Error LNK2038 mismatch detected for 'RuntimeLibrary': value > 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease', I try to change > value Project->Property->C/C++->Code Generation ->Runtime Library but still > counter this error, anyone was success apply on vs 2015 can help me, thanks > in advance!
I believe this has to be changed in 4 places, not 1. Additionally, there are 2 debug configs, and 2 release configs. Also see https://www.cryptopp.com/wiki/Visual_Studio#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.
