Val Brown Posted August 29, 2007 Report Share Posted August 29, 2007 In re: to another thread about determining whether or not a built application is running, Jim wrote: QUOTE(Jim Kring @ Aug 27 2007, 10:33 PM) The only reliable way to tell if something is built is to perform some operation during the build process which only happens during the build process and check for that in the code. I use OpenG Builder to set Version Info (Version Number, Build Number, and Build Date) on a cluster of a VI's front panel (which is a fool proof-way to tell if the code is built). On a somewhat (??) related note, I'm wondering how to get the version information of a built application during run-time. Any good ideas? I'm I just missing something simple and ovious -- an event that has been known to happen on any number of prior occasions, BTW. Quote Link to comment
Justin Goeres Posted August 29, 2007 Report Share Posted August 29, 2007 I use a .NET Invoke node as follows: http://forums.lavag.org/index.php?act=attach&type=post&id=6785 Obviously this is Windows-only, and it requires the .NET Framework to be installed on the host machine. Quote Link to comment
Val Brown Posted August 29, 2007 Author Report Share Posted August 29, 2007 QUOTE(Justin Goeres @ Aug 28 2007, 10:27 AM) I use a .NET Invoke node as follows:http://forums.lavag.org/index.php?act=attach&type=post&id=6785''>http://forums.lavag.org/index.php?act=attach&type=post&id=6785'>http://forums.lavag.org/index.php?act=attach&type=post&id=6785 Obviously this is Windows-only, and it requires the .NET Framework to be installed on the host machine. OK, thanks for the suggestion. I'm also wondering about whether there are any options that are available more directly from within LV itself? Quote Link to comment
mabe Posted August 31, 2007 Report Share Posted August 31, 2007 Hi, This acticle shows another way without .NET http://digital.ni.com/public.nsf/allkb/935...625711E0055F1FA Mathieu Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.