LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

labwindows CVI Build Target Settings Version Info

Is it possible to programmatically retrieve the version information that is set
in the 'Build' 'Target Settings' 'Version Info' panel?

Such as
Company Name
Legal Copyright
File Version
etc.

?
0 Kudos
Message 1 of 4
(3,486 Views)
The CVI Active X Automation Server includes the function CVI_AppGetProjectVersionInfo.
Add ...\CVI\samples\activex\cvisrvr.fp and cvisrvr.c to your project.
#include ...\CVI\samples\activex\cvi\cvisrvr.h in your .c file
Use the function panel AppGetProjectVersionInfo in the CVI Active X Automation Server instrument to setup the call to CVI_AppGetProjectVersionInfo.
Look at some additional info here.
0 Kudos
Message 2 of 4
(3,477 Views)
Thanks for the fast reply. I knoew it had to be there somewhere.
0 Kudos
Message 3 of 4
(3,469 Views)
I missed a directory on the path to the CVI Active X Server function panel and .c source file. The correct path is
...\CVI\samples\activex\cvi\cvisrvr.fp and cvisrvr.c
0 Kudos
Message 4 of 4
(3,467 Views)