Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I get the version in my executables?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00167228
Message ID:
00167260
Vues:
20
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform