Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setup Wizard - Original Dates
Message
 
À
06/07/2000 00:48:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00388701
Message ID:
00388782
Vues:
13
>I'm almost sure this didn't happen in VFP 5.

Nope, it also occurs in VFP 5.0. Like you, I also find it annoying, but I use GetFileVersion that is defined in FOXTOOLS.FLL.

Code Example:

SET LIBRARY TO FOXTOOLS.FLL ADDITIVE
LOCAL ARRAY laVersion(12)
LOCAL lnResult,ldVersion
lnResult = GetFileVersion("MyApp.EXE",@laVersion)
IF lnResult = 0
ldVersion = laVersion[11]
ENDIF

HTH,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform