Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DLL version Utility Program
Message
 
À
04/01/1999 16:24:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00172563
Message ID:
00172578
Vues:
23
>I am looking for a utility program that will allow me to programmatically check the version number of a given DLL.
>
>Has anyone seen or created such an animal.

Hi David,

You don't need a utility program. Depending on which version of VFP you're using, one of the following:

For VFP 5.0 load the foxtools.fll library. DIMENSION an array to 12 elements. Pass complete file and the array (by reference with the @ sign), in that order to GETFILEVERSION().

In VFP 6.0, the AGETFILEVERSION function works the same way, but you don't have to use the @ with it.

In both cases the version number will be in the 4th element.
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform