> [ 91%] Building CXX object CMakeFiles/cryptest.dir/bench1.cpp.obj > Embarcadero C++ 6.90 for Win32 Copyright (c) 1993-2014 Embarcadero > Technologies, Inc. > C:\WORK\cryptopp563\cryptopp-master\bench1.cpp: > Warning W8041 C:\WORK\cryptopp563\cryptopp-master\misc.h 691: Negating > unsigned value in function TrailingZeros(unsigned int) >
The warning can be safely ignored. We're interested in the bit pattern, and not a signed/unsigned value. > Error E2040 C:\WORK\cryptopp563\cryptopp-master\factory.h 91: Declaration > terminated incorrectly in function > ObjectFactoryRegistry<AuthenticatedSymmetricCipher,0>::Registry(...) > Error E2451 C:\WORK\cryptopp563\cryptopp-master\factory.h 93: Undefined > symbol 's_registry' in function > ObjectFactoryRegistry<AuthenticatedSymmetricCipher,0>::Registry(...) > Error E2357 C:\WORK\cryptopp563\cryptopp-master\factory.h 93: Reference > initialized with 'undefined', needs lvalue of type > 'ObjectFactoryRegistry<AuthenticatedSymmetricCipher,0>' in function > ObjectFactoryRegistry<AuthenticatedSymmetricCipher,0>::Registry(...) > I'm not sure about these. Is the issue present when when using Borand project files? Jeff -- -- 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.
