From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Code from standalone exe?

I wrote a little LabView program and I compiled it in a standalone exe with an installer for a friend. Unluckily I lost the source code of the program. In any case I have the old source code, but all my newest changes are lost. There is a way to get the original LabView source code from the standalone program?
0 Kudos
Message 1 of 3
(2,358 Views)
No. When your create an exe, the diagrams are removed from the VIs.
0 Kudos
Message 2 of 3
(2,351 Views)
It's true - your diagrams are gone, but you can get the VIs out and use them: simply rename your *.exe to *.llb and you dhouls be able to access them like a normal library.




Copyright © 2004-2023 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 2.5 License.
0 Kudos
Message 3 of 3
(2,315 Views)