Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
tar,bz2 and gz support?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Taz  
View profile  
 More options Mar 15 2008, 2:03 pm
From: Taz <domagoj.pinta...@gmail.com>
Date: Sat, 15 Mar 2008 11:03:04 -0700 (PDT)
Local: Sat, Mar 15 2008 2:03 pm
Subject: tar,bz2 and gz support?
hi first of all cake3 project is the best thing on the net for .Net
developers that are programing a file archiving application...second I
thing the the lack of tar,bz2 and gzip support is a big problem since
these archives are very "popular" so i was wondering when are they
going to be supported with cake3?also it says that on the tar,bz2 and
gz are supported with Xacrett.dll and extract only but that is not
true...

also one more question...when i add files to a 7z file the progress
form shows but when i files to a zip file nothing shows...and also
progress forms for 7z and lha are different...can u pls give me some
code sample how can i handle the progress and i will write my own
progress form...

Thx


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lycj  
View profile  
 More options Mar 16 2008, 5:19 am
From: lycj <quick...@gmail.com>
Date: Sun, 16 Mar 2008 02:19:47 -0700 (PDT)
Local: Sun, Mar 16 2008 5:19 am
Subject: Re: tar,bz2 and gz support?
Greetings

I forgot to add the extension to Xacrett handler, I will fix it but
please you can change the source and compile first.

in \Cmarc\XacrettBase.cs, line 86, add

retVal.Add(new ArchiveType(archiver, "tar", 0, true, true, false,
false, "/x"));
retVal.Add(new ArchiveType(archiver, "bz2", 0, true, true, false,
false, "/x"));
retVal.Add(new ArchiveType(archiver, "gz", 0, true, true, false,
false, "/x"));

this should fix this problem.

I haven't figured out how to support progress for Cmarc archives yet,
it have a way to register a window to receive message, but I dont know
how to work with it.

I have a list of projects using Cake component, if you like you can
send me a link to your project so I can link you.

Regards
Joseph Leung

On Mar 16, 2:03 am, Taz <domagoj.pinta...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Taz  
View profile  
 More options Mar 17 2008, 12:53 pm
From: Taz <domagoj.pinta...@gmail.com>
Date: Mon, 17 Mar 2008 09:53:26 -0700 (PDT)
Local: Mon, Mar 17 2008 12:53 pm
Subject: Re: tar,bz2 and gz support?
tnx a lot I have compiled it and it works fine...btw are there any
more archives that are supported but not added such as gz,tar and bz2?

my project web site is http://www.sharparchiver.com/ .The site is
still in work but should be done in few days...my current version is
1.0 which can handle only zip files fully with #ziplib and some others
only extract with 7z.exe so it's nothing much but v2.0 which is using
cake3 is done and it is only matter of days that it will be uploaded
on internet and with cake3 i really think i can make something that
will be good and successful so tnx again for the great project and for
deciding to put it opensource...

also that progress thing is really important so i sugeste u figure it
out as soon as posible...

P.S if u have some banner i would be happy too link u as well if u
don't I'll just put a simple link,if u want of course...

Domagoj

On Mar 16, 10:19 am, lycj <quick...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Taz  
View profile  
 More options Mar 17 2008, 1:12 pm
From: Taz <domagoj.pinta...@gmail.com>
Date: Mon, 17 Mar 2008 10:12:03 -0700 (PDT)
Local: Mon, Mar 17 2008 1:12 pm
Subject: Re: tar,bz2 and gz support?
sry I forgot to ask something...when i compress i folder it works fine
but when i compress a folder that has subfolders the files in
subfolders  are not compressed...so i was wondering is there some
option/command like include subfolders or will i have to do It it my
self?

On Mar 17, 5:53 pm, Taz <domagoj.pinta...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lycj  
View profile  
 More options Mar 18 2008, 6:34 am
From: lycj <quick...@gmail.com>
Date: Tue, 18 Mar 2008 03:34:54 -0700 (PDT)
Local: Tues, Mar 18 2008 6:34 am
Subject: Re: tar,bz2 and gz support?
Greetings

I will link your site when your site is completed (I see a few broken
links =), I havent tried your software (have trouble installing from
Softpedia's mirror) but it seems to have a good clean interface, so
keep it up.
QZ do have a logo (http://home.quickzip.org/images/site/
smallLogo.png), but CAKE3 do not, you can choose to link my site via
text or logo.

Regarding the files in subfolders not compressed, please take a look
to your add list and make sure a "*" is at the end of the directory
adding. (e.g. c:\temp\*)

Regards
Joseph Leung

On Mar 18, 1:12 am, Taz <domagoj.pinta...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Taz  
View profile  
 More options Mar 21 2008, 9:28 pm
From: Taz <domagoj.pinta...@gmail.com>
Date: Fri, 21 Mar 2008 18:28:17 -0700 (PDT)
Local: Fri, Mar 21 2008 9:28 pm
Subject: Re: tar,bz2 and gz support?
I have a question...since the progress forms are different how can I
disable them so that thy don't pup up?

On Mar 18, 11:34 am, lycj <quick...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lycj  
View profile  
 More options Apr 26 2008, 6:51 am
From: lycj <quick...@gmail.com>
Date: Sat, 26 Apr 2008 03:51:35 -0700 (PDT)
Local: Sat, Apr 26 2008 6:51 am
Subject: Re: tar,bz2 and gz support?
AddOptions/ExtractOptions.dialogless = true;

On Mar 22, 9:28 am, Taz <domagoj.pinta...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google