"Baranski, Detlef" <Detlef.Baranski@PILKINGTON.de> wrote:
> Hi List,
>
> did anybody have an example of the use of a zip or other compression
> technology within vee to crunch measurement- datas automatically ?
Haven't played with it, but if you're in XP you should be able
to use the OS's built-in ZIP capability.
Anyone know definition file for zipfldr.dll ?
With that you just create a zip file and then write whatever data
you want into the file.
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
> Hi List,
>
> did anybody have an example of the use of a zip or other compression
> technology within vee to crunch measurement- datas automatically ?
Haven't played with it, but if you're in XP you should be able
to use the OS's built-in ZIP capability.
Anyone know definition file for zipfldr.dll ?
With that you just create a zip file and then write whatever data
you want into the file.
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
> technology within vee to crunch measurement- datas automatically ?
Windows has built-in Lempel-Ziv. Search for the LZ family of functions
starting with LZOpenFile at http://msdn.microsoft.com/library. They are also
compatible with the Microsoft extract.exe utility.
Dealing with the OFSTRUCT is definitely a pain though. The easiest thing to
do is pass a command line to pkzip or arj or other archiver with an Execute
Program object. I'm not familiar with any automation libraries that offer
compression, but I'm sure they're out there.
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".