Can someone help me with linking Crypto++ to Visual C++When I tried running make file on Unix Machine I get an error,
g++ -g -pipe -c algebra.cpp algebra.cpp: In member function `virtual const T& CryptoPP::AbstractEuclideanDomain<T>::Gcd(const T&, const T&) const': algebra.cpp:57: error: there are no arguments to `Zero' that depend on a template parameter, so a declaration of `Zero' must be available algebra.cpp:57: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) algebra.cpp: At global scope: algebra.cpp:66: error: expected initializer before '&' token make: *** [algebra.o] Error 1 How do I fix this? -- Thanks and Regards, Kalyani Beeravelly, --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
