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. |
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:
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. |
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:
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. |
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
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. |
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">
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. |
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:
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. |
Free forum by Nabble | Edit this page |