Search:

Type: Posts; User: Robert Austin

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,100

    Large Binary Compare

    I am trying to extract the Difference between 2 large data files.

    I am currently Reading x bytes of each file into 2 buffers and performing a stricmp(file1buf, file2buf). If the 2 buffers are...
  2. Replies
    3
    Views
    1,512

    Thanks

    Thanks Davos. I originally had a sleep but thought that was 'lazy' coding - will relook at it now.

    Is there any good reason for using a particular block size? You suggest 32k. Is there a reason...
  3. Replies
    3
    Views
    1,512

    Large Binary File Copy

    I am setting up a dll that automatically creates a date/time stamped copy of my Database Backup before I overwrite it with a new backup. As the DB backup has got bigger, the copy process has started...
  4. Copy Large (possible Open) files kill processor

    I want to automate a simple large binary file backup (copy changed files to my spare drive) but the process of copying larger binary backups (DB Dumps) absolutely hammers my processor. It is quite...
Results 1 to 4 of 4