Results 1 to 4 of 4

Thread: Modify A Open Source Program Name 7zip (by a bit only)

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2009
    Posts
    340

    Modify A Open Source Program Name 7zip (by a bit only)

    Hi, Greetings..

    hope all are fine..

    i am facing a issue and need bit help to modify a open source program to fit my needs.

    would any one please kindly take a look at the following post/topic..

    Code:
    https://sourceforge.net/p/sevenzip/discussion/45797/thread/7da54e37/
    and help me out?

    it is a crying need but i am blind at C++ only know vb.net/6

    so, any help would be highly appreciated...

    thanks in advance...

    best regards

  2. #2
    PowerPoster
    Join Date
    Jun 2013
    Posts
    7,454

    Re: Modify A Open Source Program Name 7zip (by a bit only)

    Why would you want to use the dll-version, when you have so many problems interfacing with it?
    Just ship the executable under your Binary-Folder for the Decompression too -
    \7zBin\
    .. 7z.exe (about 160KB, doesn't add much to your deployment)
    .. 7z.dll (about 890KB)

    And then a simple Shelled-Command as:
    7z e -y "Data.7z.001"

    (on the first part of your multipart-archive)
    ...should take care of decompressing the whole multipart-archive.

    Just experiment a bit with the commandline.

    Olaf

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2009
    Posts
    340

    Re: Modify A Open Source Program Name 7zip (by a bit only)

    Quote Originally Posted by Schmidt View Post
    Why would you want to use the dll-version, when you have so many problems interfacing with it?
    Just ship the executable under your Binary-Folder for the Decompression too -
    \7zBin\
    .. 7z.exe (about 160KB, doesn't add much to your deployment)
    .. 7z.dll (about 890KB)

    And then a simple Shelled-Command as:
    7z e -y "Data.7z.001"

    (on the first part of your multipart-archive)
    ...should take care of decompressing the whole multipart-archive.

    Just experiment a bit with the commandline.

    Olaf
    thanks for your reply though... but dear sir, you didn't get the point

    if i do like that. user still have to copy all the disk to a single folder that's what i don't want to...

    however thanks again..

    best regards

  4. #4
    PowerPoster
    Join Date
    Jun 2013
    Posts
    7,454

    Re: Modify A Open Source Program Name 7zip (by a bit only)

    Quote Originally Posted by Shohag_ifas View Post
    if i do like that. user still have to copy all the disk to a single folder that's what i don't want to...
    You didn't get the point... copying the compressed Disks-contents into a Folder first is, what you *should* want to...

    Olaf

Tags for this Thread

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