08-06-2009 12:42 PM
08-06-2009 01:52 PM
There is no easy way to do this using any of the CVI built in libraries, as far as I am aware. I use the GetFileVersionInfoSize() and the GetFileVersionInfo() functions in through the Windows SDK, which should do what you want. There is an example of how to do this in:
C:\Program Files\National Instruments\CVI71\samples\sdk\verinfo\
If you are using CVI 7.1 - I assume that other versions probably have it stashed somewhere similar.