Jul 15, 2006 #1 sulacco Technical User Nov 8, 2002 74 RU Hi, People! How to get checksum of a file using something simple like sdk or win32?
Jul 15, 2006 #2 cpjust Programmer Sep 23, 2003 2,132 US I don't think there is a checksum function built in to Windows, but when I searched Google for: how to create a checksum +"C++" I found these: http://www.codeproject.com/cpp/checksum.asphttp://www.slavasoft.com/quickhash/overview.htm The 2nd one gives you multiple checksum algorithms to choose from in C, C++ & VB. Upvote 0 Downvote
I don't think there is a checksum function built in to Windows, but when I searched Google for: how to create a checksum +"C++" I found these: http://www.codeproject.com/cpp/checksum.asphttp://www.slavasoft.com/quickhash/overview.htm The 2nd one gives you multiple checksum algorithms to choose from in C, C++ & VB.
Jul 15, 2006 #3 strongm MIS May 24, 2001 20,174 GB Depends why you want a checksum. WOuld a unique hash be acceptable? In which case check out for example msiGetFileHash Upvote 0 Downvote
Depends why you want a checksum. WOuld a unique hash be acceptable? In which case check out for example msiGetFileHash