06-13-2025 11:50 AM
I need to convert a project written in LabVIEW 2016 which contains multiple LabVIEW packed libraries to LabVIEW 2024. The packed libraries cannot be saved to a forward version of LabVIEW. There are multiple libraries involved with this project. I believe the cutoff that allows packed libraries to be saved at a later version was 2016. Am I stuck having to re-pack all the libraries? Some are standard libraries such asd PCI, DAQ, PowerSupply, SpectrumAnalyzer. A couple of libraries are custom and a few are from DQMH and OpenGL framework.
I have the classes that were used to create the libraries.
Any help would be appreciated.
Thank you,
Sophronis Mantoles
06-16-2025 09:05 AM
LabVIEW 2017 was the first version that had the "allow future versions to load this packed project library". If you want the code to run with PPLs in 2024, you will have to open the source code for each PPL and rebuild it in a newer version.
I would just rebuild everything in 2024, if that is what your project is going to use.
06-17-2025 11:42 AM
much appreciate your commend. That is what I thought I needed to do.