04-27-2007 03:53 AM
04-27-2007 08:03 AM - edited 04-27-2007 08:03 AM
Do you mean something like this?
Message Edited by JoeLabView on 04-27-2007 09:04 AM
04-27-2007 08:11 AM - edited 04-27-2007 08:11 AM
Message Edited by JoeLabView on 04-27-2007 09:12 AM
04-27-2007 08:14 AM
I did the examples quickly, so they are messy..
I simply wanted to know if that is what you meant by build spec parameters (info). Or if you wanted to read the VI description for the "About" dialog.
The example does not show how to put the info into the About description.
Let me know if that was what you were looking for.
Regards,
RayR
04-27-2007 08:15 AM
04-27-2007 08:31 AM
04-27-2007 08:40 AM
04-30-2007 08:26 AM
Davith wrote:How can I programmably extract the project build information set in the project build specification. So I can then use the information in an ‘About’ dialog.
Dave,
If you are wanting to display the information in an About box, I assume you need the code to run from inside the EXE and get the information from the EXE itself. There is an example of getting this information via a Windows .NET assembly:
http://digital.ni.com/public.nsf/allkb/935BA7FB426305398625711E0055F1FA
Kennon
04-30-2007 08:52 AM
Thanks very much for the support.
The example from http://digital.ni.com/public.nsf/allkb/935BA7FB426305398625711E0055F1FA
GetFileVersion_DotNet.vi returns all the information I need.
That's the solution I'll be running with.
Davith