Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get version number from app exe file
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01601970
Message ID:
01601972
Views:
52
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform