Is it possible to have QB64 calculating crc32's with a piece of fast c++ code that you can include, and then call it from the program to calculate a file's crc32? Or as second option calculate the crc32 of a specified block in memory. Crc32 calculating in QB64 basic is slow.