User Tag List

Results 1 to 3 of 3

Thread: CRC or Hash Checking?

  1. #1
    No Products Registered

    Join Date
    Oct 2006
    Posts
    183
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    CRC or Hash Checking?

    Just a quick question. I was wondering what's the easiest way to carry out a check on a file to see if it's been modified since I compiled it? Could I not carry out a check on the file size when I've compiled it, add these values to a CCN file and attach it to updates that I push out (ive devised an update system which will accomodate this) so when the user runs it on their end, my core could call this file and check its stored value against itself?

    ... or am I going waaaay too complicated for this? :P

    Basically I want my application to be able to check itself to see if was modified in any way unofficially. If so it would fail to go any further and allow me to introduce another idea of mine

    Thanks everyone in advance.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: CRC or Hash Checking?

    Store the CRC and check it using the CRC32 object.

  3. #3
    No Products Registered

    Join Date
    Oct 2006
    Posts
    183
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: CRC or Hash Checking?

    Thank you for that I have all that I need to write this now. Thnaks again.

Similar Threads

  1. Distance checking
    By ZacQuicksilver in forum Multimedia Fusion 2 - Technical Support
    Replies: 23
    Last Post: 3rd June 2010, 09:55 PM
  2. do a checking thanks
    By melnet in forum The Games Factory 2 - Technical Support
    Replies: 1
    Last Post: 12th October 2008, 12:05 PM
  3. [Request] Progress bar for CRC32 and Quick Hash
    By Quinto in forum Extension Development
    Replies: 2
    Last Post: 7th March 2008, 02:24 PM
  4. Bug: Quick hash Object (Dev)
    By Sphax in forum Extension Developers Lobby
    Replies: 0
    Last Post: 29th July 2006, 02:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •