11-24-2009 12:59 PM
I am LabVIEW 8.21 user, and I need the unzip.vi for this version. Unzip.vi is available for LabVIEW 8.6, could any one please downgrade it for me?.
Thank you in advance.
Solved! Go to Solution.
11-24-2009 01:33 PM
It's a vi.lib function, part of an lvlib and password protected, and LabVIEW won't allow vi.lib functions to be downgraded. And because it is part of an lvlib and password protected, it can't be simply taken out of vi.lib to downgrade it anyhow.
And last but not least it calls into LabVIEW manager functions that were not exported in LabVIEW before 8.5. But you do not have to despare. Instead you can download the OpenG LVZIP library using VIPM and use a fully featured ZIP/UNZIP library.
11-24-2009 02:41 PM