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,

İ am total noob for cyrptoPP library and i just downloaded the library from the website, extract and save files, after that I opened cryptest.sln and build all projects and it didnt show any errors, build successfully all of them, but it showeb a message above MSVC screen and said "Unable to start program. 'C:\Users\bla\VisualStudio2010\Projects/cryptoPP\Win32\DLL_Output\Debug\crypto.dll'"
How can i resolve this issue?
Thanks for any help and sorry for my bad English.
Have a nice day 
--
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 "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.

Reply via email to