03-10-2006 02:33 AM
03-10-2006 02:40 AM
Sorry I post two times!
the PS was : I attached a bmp of my function
03-10-2006 03:54 AM
Your observation is right. The version number returned is that of LabVIEW and not your version number. You will have to implement your own version number function in your app. I do this with a special VI that is present in all my projects that returns a string with the version number I want and use that VI anywhere in my application where I need information about the current version.
@Yoann029 wrote:Hi,I am using the application builder. I have a little problem to get the version of my application.In my original VI I want to read the version of my created application in using property node for application and version number. (The application reference is the local reference). But the return value is not the version number I have chosen but 8.0 (I think it's the version of the Labview runtime Engine).Somebody has already observed that?I do the same thing to get the name of my application and I have the name of my executable file.Regards,Yoann Le Gall
03-10-2006 04:18 AM
Thanks rolfk,
Do you get the version dynamically or do you write the version number in a variable ?
03-10-2006 04:27 AM
I just place a string constant in the diagram of that subVI. This is because the other version number is not at all available in the LabVIEW development system and in a built application only with some obscure registry and/or WinAPI calls that would need to know some other specific information from your Applciation Builder script first as well.
@Yoann029 wrote:Thanks rolfk,
Do you get the version dynamically or do you write the version number in a variable ?
03-10-2006 04:31 AM
I have though the same thing.
05-09-2006 01:50 PM