LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

WINZIP

Hey
Where can i find some free tools for LV, that can Decopress and Compress ZIP
files.
thanks

E
0 Kudos
Message 1 of 3
(2,977 Views)
Hi

not free, but good ...

Zip-Toolkit, demo at www.xon.de (/indexe.html)

Peter

"E" wrote:
>Hey>Where can i find some free tools for LV, that can Decopress and Compress
ZIP>files.>thanks>>E>>
0 Kudos
Message 2 of 3
(2,977 Views)
I got them somewhere on the web, so these are not mine.
I am pretty sure that the restricton was that they are not to be used in
commercial app without authors permission.
To compress data you have to typecast it first to string, so I would save a
template along with the compressed file so that there are no problems later
on.
To directly copmpress/decompress to/form zip format I would look if thereare
any free activeX components to do that.
Or if you have winzip8.0 you can download its beta command line addon at
http://www.winzip.com/wzcline.htm
Also I think winrar and pkzip can be used from command line, so use system
exec+.vi from windows utilties.llb on NI website to call those progs with
command line options. Possibilities are endless.


"E"
wrote in message news:3947c510@newsgroups.ni.com...
> Hey
> Where can i find some free tools for LV, that can Decopress and Compress
ZIP
> files.
> thanks
>
> E
>
>



[Attachment zlib-lv.zip, see below]
0 Kudos
Message 3 of 3
(2,977 Views)