|
Hi there, The default target in the solution is "cryptopp" which is the cryptoPP dynamic link library, not an executable, so it can't be run. You should also have a target "cryptest" in the solution which does create an exe. If you want to run the validation tests on this, it needs the TestData and TestVectors to be accessible. So either use a command prompt and "cd C:\Users\bla\VisualStudio2010\Projects\cryptoPP" then "Win32\Output\Debug\cryptest.exe v", or simply run cryptest from Visual Studio with the Debugging Command Arguments set to "v". Cheers, Fraser. On 02/07/2012 15:06, Tahsin Yazkan
wrote:
Hello, -- 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. |
- while trying to compile all projects in the solution Tahsin Yazkan
- Re: while trying to compile all projects in the solu... Fraser Hutchison
