CRC32 Source Changelog

What's new in CRC32 Source 1.0.0.3

Mar 31, 2015
  • User submitted bug resolved:
  • unsigned long on 64bit system is 64bit, not 32bit, CRC check will fail. Solution is to use unsigned int instead.

New in CRC32 Source 1.0.0.2 (Mar 31, 2015)

  • Added class constructor so that the initialize() function would not need to be called.
  • Revised code to make type casting compliant with a wider range of compilers.
  • Revised code to make type casting compliant with a wider range of compilers. Tested with: Visual Studio, GCC & Mingw.