kravietz/nist-sts

Missing *.vcproj file

Opened this issue · 3 comments

*.vcproj file was deleted (commit on Oct 6, 2014)

When I tried to compile the program with MS Visual Studio 2010, I downloaded the codes and double click the 'sts.sln' file, but the result is:
Converting project file 'C:\Temp\kravietznist-sts-for-win\nist-sts\sts.vcproj'. File 'C:\Temp\kravietznist-sts-for-win\nist-sts\sts.vcproj' was not found.
But the program can be compiled in another way:

  1. use Visual Studio 2010 to build a blank console project;
  2. Add the .c files here to that project;
  3. set the include path of that project to the 'include' directory.
    Although there are many warning messages reported, the exe file can be created after building process.
    When the exe file is run, the 'experiments' and 'templates' directories must be copied to the same directory. The two directories are included in the 'sts-2_1_2.zip'. The zip file can be downloaded from: https://csrc.nist.gov/Projects/Random-Bit-Generation/Documentation-and-Software

@greendow Would you be able to supply a fixed vcproj file? I no longer have a Windows machine with Visual Studio.