Does anyone know of any native VA Smalltalk un-zip code?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Does anyone know of any native VA Smalltalk un-zip code?

Louis LaBrunda

Hi Guys,


Does anyone know of any native VA Smalltalk (or other) un-zip code.  I have been using InfoZips unzip32.exe program but lately at some clients it won't run.  Seems like a security problem.

Lou

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Does anyone know of any native VA Smalltalk un-zip code?

Marten Feldtmann-2
I would gess, that MZZipUnzipApp delivers the function you could use to make it own your own. I have not done it by myself, but I created zip-files with that. I described that http://schrievkrom.wordpress.com/2013/05/16/vasmalltalk-how-to-create-a-zip-archive/

Marten

Am Montag, 17. Februar 2014 21:54:05 UTC+1 schrieb Louis LaBrunda:

Hi Guys,


Does anyone know of any native VA Smalltalk (or other) un-zip code.  I have been using InfoZips unzip32.exe program but lately at some clients it won't run.  Seems like a security problem.

Lou

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Does anyone know of any native VA Smalltalk un-zip code?

John O'Keefe-3
Lou -

The MZZipUnzipApp is used by the Monticello Importer to unzip .mcz files (if that doesn't mean anything to you, don't worry). The code is well documented and supported, so give it a try.

John

On Monday, February 17, 2014 4:59:37 PM UTC-5, Marten Feldtmann wrote:
I would gess, that MZZipUnzipApp delivers the function you could use to make it own your own. I have not done it by myself, but I created zip-files with that. I described that <a href="http://schrievkrom.wordpress.com/2013/05/16/vasmalltalk-how-to-create-a-zip-archive/" target="_blank" onmousedown="this.href='http://www.google.com/url?q\75http%3A%2F%2Fschrievkrom.wordpress.com%2F2013%2F05%2F16%2Fvasmalltalk-how-to-create-a-zip-archive%2F\46sa\75D\46sntz\0751\46usg\75AFQjCNFLOG_WIk5hIsaxfVpagFNUM0dSfg';return true;" onclick="this.href='http://www.google.com/url?q\75http%3A%2F%2Fschrievkrom.wordpress.com%2F2013%2F05%2F16%2Fvasmalltalk-how-to-create-a-zip-archive%2F\46sa\75D\46sntz\0751\46usg\75AFQjCNFLOG_WIk5hIsaxfVpagFNUM0dSfg';return true;">http://schrievkrom.wordpress.com/2013/05/16/vasmalltalk-how-to-create-a-zip-archive/

Marten

Am Montag, 17. Februar 2014 21:54:05 UTC+1 schrieb Louis LaBrunda:

Hi Guys,


Does anyone know of any native VA Smalltalk (or other) un-zip code.  I have been using InfoZips unzip32.exe program but lately at some clients it won't run.  Seems like a security problem.

Lou

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Does anyone know of any native VA Smalltalk un-zip code?

Louis LaBrunda

Thanks Marten and John,

MZZipUnzipApp looks like what I am looking for so I can stop calling InfoZip.  It even seems better than what I was asking for as it looks like the hard work is done in a DLL, so it should be fast.  I don't know much about  the Monticello Importer but I expect it was added to make importing Seaside and other apps from the Squeak/Pharo world easier. 

Lou

On Tuesday, February 18, 2014 11:37:59 AM UTC-5, John O'Keefe wrote:
Lou -

The MZZipUnzipApp is used by the Monticello Importer to unzip .mcz files (if that doesn't mean anything to you, don't worry). The code is well documented and supported, so give it a try.

John

On Monday, February 17, 2014 4:59:37 PM UTC-5, Marten Feldtmann wrote:
I would gess, that MZZipUnzipApp delivers the function you could use to make it own your own. I have not done it by myself, but I created zip-files with that. I described that <a href="http://schrievkrom.wordpress.com/2013/05/16/vasmalltalk-how-to-create-a-zip-archive/" target="_blank" onmousedown="this.href='http://www.google.com/url?q\75http%3A%2F%2Fschrievkrom.wordpress.com%2F2013%2F05%2F16%2Fvasmalltalk-how-to-create-a-zip-archive%2F\46sa\75D\46sntz\0751\46usg\75AFQjCNFLOG_WIk5hIsaxfVpagFNUM0dSfg';return true;" onclick="this.href='http://www.google.com/url?q\75http%3A%2F%2Fschrievkrom.wordpress.com%2F2013%2F05%2F16%2Fvasmalltalk-how-to-create-a-zip-archive%2F\46sa\75D\46sntz\0751\46usg\75AFQjCNFLOG_WIk5hIsaxfVpagFNUM0dSfg';return true;">http://schrievkrom.wordpress.com/2013/05/16/vasmalltalk-how-to-create-a-zip-archive/

Marten

Am Montag, 17. Februar 2014 21:54:05 UTC+1 schrieb Louis LaBrunda:

Hi Guys,


Does anyone know of any native VA Smalltalk (or other) un-zip code.  I have been using InfoZips unzip32.exe program but lately at some clients it won't run.  Seems like a security problem.

Lou

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Does anyone know of any native VA Smalltalk un-zip code?

Ralf Helm
In reply to this post by Louis LaBrunda

Hello Lou,

<span id="Dst[0][0:3:0:2]" onmouseover="Default.UI.PhraseHighlight(this)" onmouseout="Default.UI.ClearHighlight()" _mstsrc="0_0:3" _mstdst="0_0:2">did <span id="Dst[0][5:6:4:6]" onmouseover="Default.UI.PhraseHighlight(this)" onmouseout="Default.UI.ClearHighlight()" _mstsrc="0_5:6" _mstdst="0_4:6">you <span id="Dst[0][12:23:8:11]" onmouseover="Default.UI.PhraseHighlight(this)" onmouseout="Default.UI.ClearHighlight()" _mstsrc="0_12:23" _mstdst="0_8:11">ever <span id="Dst[0][38:46:13:16]" onmouseover="Default.UI.PhraseHighlight(this)" onmouseout="Default.UI.ClearHighlight()" _mstsrc="0_38:46" _mstdst="0_13:16">look <span id="Dst[0][12:16:18:19]" onmouseover="Default.UI.PhraseHighlight(this)" onmouseout="Default.UI.ClearHighlight()" _mstsrc="0_12:16" _mstdst="0_18:19">at <span id="Dst[0][25:27:21:23]" onmouseover="Default.UI.PhraseHighlight(this)" onmouseout="Default.UI.ClearHighlight()" _mstsrc="0_25:27" _mstdst="0_21:23">the <span id="Dst[0][29:36:25:32]" onmouseover="Default.UI.PhraseHighlight(this)" onmouseout="Default.UI.ClearHighlight()" _mstsrc="0_29:36" _mstdst="0_25:32">zlib.dll? <span id="Dst[0][49:53:35:35]" onmouseover="Default.UI.PhraseHighlight(this)" onmouseout="Default.UI.ClearHighlight()" _mstsrc="0_49:53" _mstdst="0_35:35">A <span id="Dst[0][55:71:37:53]" onmouseover="Default.UI.PhraseHighlight(this)" onmouseout="Default.UI.ClearHighlight()" _mstsrc="0_55:71" _mstdst="0_37:53">Smalltalk wrapper <span id="Dst[0][73:75:55:56]" onmouseover="Default.UI.PhraseHighlight(this)" onmouseout="Default.UI.ClearHighlight()" _mstsrc="0_73:75" _mstdst="0_55:56">is <span id="Dst[0][77:83:58:65]" onmouseover="Default.UI.PhraseHighlight(this)" onmouseout="Default.UI.ClearHighlight()" _mstsrc="0_77:83" _mstdst="0_58:65">possible.

<form id="landingForm" onsubmit="return false;" method="post" name="landingForm" action="Default.aspx"><td onkeydown="Default.OutputElement.onKeyDown(event)" id="OutputTextHtmlCell" tabindex="1" valign="top" colspan="4">
Ralf


Am Montag, 17. Februar 2014 21:54:05 UTC+1 schrieb Louis LaBrunda:

Hi Guys,


Does anyone know of any native VA Smalltalk (or other) un-zip code.  I have been using InfoZips unzip32.exe program but lately at some clients it won't run.  Seems like a security problem.

Lou

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Does anyone know of any native VA Smalltalk un-zip code?

Ralf Helm
In reply to this post by Louis LaBrunda
Hello Lou,
 
I'am not sure, but take a look at zlib.dll a Smalltalk wrapper for the dll is possible.
 
Ralf

Am Montag, 17. Februar 2014 21:54:05 UTC+1 schrieb Louis LaBrunda:

Hi Guys,


Does anyone know of any native VA Smalltalk (or other) un-zip code.  I have been using InfoZips unzip32.exe program but lately at some clients it won't run.  Seems like a security problem.

Lou

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.