LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

packed library version compatibility issue

Solved!
Go to solution

Why can't LabVIEW open VIs from a packed library created with an earlier version of LabVIEW?

0 Kudos
Message 1 of 3
(4,400 Views)
Solution
Accepted by topic author jmountney

A packed project library essentially contains only compiled code so, like an executable, it has to be run with the same major version of the run-time engine that it was built in.

 

You might want to look at creating a LabVIEW DLL from your code, you should be able to call that in a newer version of LabVIEW providing you have the correct version of the runtime engine installed? (I've never tried it but that's my understanding anyway)


LabVIEW Champion, CLA, CLED, CTD
(blog)
Message 2 of 3
(4,394 Views)

Similar question here and I have the solution explorer and can open the class library -which was used to build the pack library. 

 

Can I build a labVIEW packed library using the "solution explorer" and roll forward to version 2024 from 2016?   I know labVIEW 2017 forward allows me to open a packed library with a future version of labVIEW. 

mantoles_0-1748637804902.png

 

 

 

0 Kudos
Message 3 of 3
(37 Views)