Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get version number from app exe file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01601970
Message ID:
01601972
Vues:
51
>Hi,
>
>When I compile/build the .EXE I enter the version as the following number 4.323 (three decimals).
>
>I am using function AGETFILEVERSION( aArray, "MyApp.EXE" ) to get the version number from the .EXE file at run-time. I use element 4 of the array. And 4th element of the array (for this example) has value of "4.323.0" Since the value is a string type I can remove the ".0" to get the version number. My question is, does VFP always add the ".0" to the number I enter in the Build? So that I can rely on my code in the future updates?
>
>TIA

Dmitry,

It depends on what you have set in the Version dialog. If you have the auto-increment flag set, this number will increment each time you build the .exe. Otherwise it will always be whatever you set the version dialog.

Kurt
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform