Note that there are some explanatory texts on larger screens.

plurals
  1. PObuilding cryptopp 5.6.2 with msvc 2010
    text
    copied!<p>I am trying to build cryptopp 5.6.2 with msvc 2010. According to <code>Readme.txt</code> file in project's directory, if you want to compile project as a static library that contains all algorithms, you should build <code>cryptest</code> project. So i select this project from solutions and try to build it. But i get this message : </p> <pre><code>1&gt;------ Build started: Project: cryptest, Configuration: Debug Win32 ------ 1&gt;Build started 12/30/2013 9:43:43 PM. 1&gt;InitializeBuildStatus: 1&gt; Touching "Win32\cryptest\Debug\cryptest.unsuccessfulbuild". 1&gt;ClCompile: 1&gt; adhoc.cpp 1&gt;c1xx : fatal error C1083: Cannot open source file: 'adhoc.cpp': No such file or directory 1&gt; bench.cpp 1&gt; bench2.cpp 1&gt; datatest.cpp 1&gt; dlltest.cpp 1&gt; fipsalgt.cpp 1&gt; regtest.cpp 1&gt; test.cpp 1&gt; validat1.cpp 1&gt; validat2.cpp 1&gt; validat3.cpp 1&gt; Generating Code... 1&gt; 1&gt;Build FAILED. 1&gt; 1&gt;Time Elapsed 00:00:26.23 ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== </code></pre> <p>There is adhoc.cpp.PROTO in project's firectory. I change it's suffix to .cpp and try to build it again. But i get this Message : </p> <pre><code>1&gt;------ Build started: Project: cryptest, Configuration: Debug Win32 ------ 1&gt;Build started 12/30/2013 9:51:24 PM. 1&gt;InitializeBuildStatus: 1&gt; Touching "Win32\cryptest\Debug\cryptest.unsuccessfulbuild". 1&gt;ClCompile: 1&gt; adhoc.cpp 1&gt; bench.cpp 1&gt; bench2.cpp 1&gt; datatest.cpp 1&gt; dlltest.cpp 1&gt; fipsalgt.cpp 1&gt; regtest.cpp 1&gt; test.cpp 1&gt; validat1.cpp 1&gt; validat2.cpp 1&gt; validat3.cpp 1&gt; Generating Code... 1&gt;LINK : fatal error LNK1104: cannot open file 'E:\Utality for Windows\crypto\cryptopp\Win32\Output\Debug\cryptlib.lib' 1&gt; 1&gt;Build FAILED. 1&gt; 1&gt;Time Elapsed 00:00:27.22 ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== </code></pre> <p>Any solution?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload