On Thu, Mar 31, 2016 at 12:17 AM, manasi deshpande <[email protected]> wrote:
> I am on VS2013 and built the crypto++ library on vs10 > > > Are you saying that you are attempting to use a library you built with Visual Studio 2010 in an application you built with Visual Studio 2013? I cannot point to documentation for this, but I would not expect this to work. It is probably not the cause of your compilation error, but if you attempt to use a C++ library with a C++ interface built with 2010 tools inside an application built with 2013 tools, I would expect you'll see non-deterministic, hard-to-diagnose crashes. Is there a reason you built the library with 2010 and your program with 2013? Geoff > > -- -- 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. --- 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.
