Oren Hurvitz Fri, 08 Apr 2005 03:45:05 -0700
I believe I found a bug: the class CRC32 isn't included in the Windows DLL when compiled with Visual C++.
I fixed this as follows: 1. Add crc.cpp to cryptdll.dsp. 2. Add CRYPTOPP_DLL to the class definition in crc.h. Regards, Oren Hurvitz