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 2
(3,955 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 2
(3,949 Views)