I'm moving some code from a PC to a RIO unit and have to replace all Windows-spesific code so that it will run on the real-time platform.
LabVIEW 8.5 has ZIP-functions that I was going to use to replace the dll-based OpenG functions in my app, however it seems that the unzip functions in LV 8.5 does not work properly even on Windows. I can unzip archives that only contain a single file (although that still returns an error 2 from the VI), but archives with more files than that fail to be decompressed. Is this a bug in the VIs provided with LV 8.5, or is it supposed to work?
Does a working alternative exist for the RIO?