Jump to content

Recommended Posts

I have developed simple application and build executable.

I want to add any auto-incremented version information to front panel.

It can be VI's revision number or File Version Number of executable. How I can get these data?

I know that FileVersion can be extracted with system calls (via dll, for example) with several screens of c++ code. Is there more easy solutions?

Thanks.

Link to comment

You might be interested in looking at the OpenG builder application OpenG, it has a nice auto-increment revision system build into it and so much more :yes:

Within the builder there is a "Build Version Control " option, you name a Revision text file , which OpenG looks after for you and using this file as a seed, it auto-increments

on each build the build number and inserts this value into a LabVIEW Control. Basically you select one of your VI maybe your top level VI or an About.vi launched from your top_level and on that VI you place the control you want OPenG to populate.

cheers

Dannyt

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.