Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I get the version in my executables?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00167228
Message ID:
00167260
Views:
26
Try this:

Set Library To FoxTools.Fll Additive
Dimension laAppInfo[12]
GetFileVersion('YourExe.exe', @laAppInfo)
lcVersionNumber = laAppInfo[4]


>How can I get the executable version number (major,minor,revision)?
>
>I now I can set this values using the 'Version' button in the Build Options dialog box, but how can I retrieve them once the executable is running?
ICQ 10556 (ya), 254117
Previous
Reply
Map
View

Click here to load this message in the networking platform