LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Blowfish Encryption zLibInflate.vi Error

Solved!
Go to solution

Using LabVIEW 2108 32-bit:

 

I downloaded and installed the LabVIEW Blowfish Encryption.llb  It includes a zlib.dll that I'm not sure what to do with...  

I moved both llb and dll to LabVIEW 2018/user.lib and restarted LabVIEW.  All VIs are fine except ZLibInflate.vi and ZLibDeflate.vi

 

Errors are:  Code Interface Node: LabVIEW subroutine link error and Code Interface Node: Object code not loaded.

 

Details:  The external subroutine could not be found

 

Any help is greatly appreciated.

0 Kudos
Message 1 of 3
(2,111 Views)
Solution
Accepted by topic author SJT

The blowfish doesn't seem to use the in\deflate. Those functions don't sue the dll, but a CIN. CINs are obsolete (have been for years). So, I'd simply delete the VIs and the DLL.

 

LabVIEW Blowfish Encryption.zip

Message 2 of 3
(2,060 Views)

Thanks.  I ended up loading the original library and it worked.  The newer one does use Inflate/deflate so blowfish won't run due to the above problem.  I'm not sure why it got updated to a non-working library but it did.  

0 Kudos
Message 3 of 3
(2,047 Views)