Results 1 to 2 of 2

Thread: Easy or hard?

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Location
    Sweden
    Posts
    13

    Easy or hard?

    Is it easy or hard to make an exe Archive with C++
    If it´s not to hard, could someone show me a small example
    You can´t hit what you cant see

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    It's extremely difficult.

    First off, you need to have your decompression code, such that it doesn't take up a stupid amount of space (i.e. 20K max, and even then that's a bit too much overhead).

    Second, you need to work out how your program is going to know that it has compressed data appended to it, otherwise it needs to exit gracefully rather than amusingly trying to decompress itself.

    I did make one, but it was under contract so I'm afraid I can't show you any code...but take it from me, it's not easy.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

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



Click Here to Expand Forum to Full Width