> I'd like to rename bench.cpp to bench1.cpp. It will simplify some script 
>> processing.
>>
>> Does anyone see any problems with doing so?
>>
>
> Committed at 
> http://github.com/weidai11/cryptopp/commit/f8ad685c3dc3c560cc8fd54fbac83e67ed762fd3
> .
>

OK, the first compile error was reported for the rename:

    fatal error C1083: Cannot open source file: 'bench1.cpp': No such file 
or directory

Its due to using vs2010.zip and vs2010-dynamic.zip with Crypto++ 5.6.2.

If you encounter the error, then you should undo the rename in the project 
files. That is, open cryptest.vcxproj in notepad, find bench1.cpp, and then 
rename it to bench.cpp.

Jeff

-- 
-- 
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 Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to