10-14-2013 12:13 PM
Is there a simple way of asking my Application what Version number, Copyright statement, etc. information it was built with?
Or do I need to revert to Win32 calls?
I want to add an About tab to a tab control on a touch-panel computer.
Thanks
Solved! Go to Solution.
10-31-2013 07:38 AM
Hi skol45uk,
I am an Applications Engineer at National Instruments. As I understand, you have built a LabVIEW application i.e. an executable and want to determine what version it was built with. If this is your query then the link below should help you.
https://decibel.ni.com/content/docs/DOC-12306
Hope this helps. Thanks and have a great day!
10-31-2013 08:05 AM
look for ..\LabVIEW xxxx\vi.lib\Platform\fileVersionInfo.llb\FileVersionInfo.vi xxxx is your LabVIEW version. This is in 2011 and 2012, don't know about earlier or later versions. You will get different info, depending on whether you are in Dev mode or an EXE.