Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I determine the version #?
Message
De
10/09/1997 16:41:14
Michael Humphreys
Northern Airborne Technology Ltd.
Kelowna, Colombie Britannique, Canada
 
 
À
10/09/1997 15:49:43
Michael Humphreys
Northern Airborne Technology Ltd.
Kelowna, Colombie Britannique, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00049398
Message ID:
00049414
Vues:
47
>>If I build an EXE with a version # (entered at build time), how can I later get this Version # from the EXE?
>>
>>Thanks
>>Elyse
>
>DIMENSION la[12]
>GETFILEVERSION("program_name.exe",@la)
>
>I believe la[4] then contains the version# string.

PS:

GETFILEVERSION() is a foxtools.fll function, so you'll have to add the line:

SET LIBRARY TO FOXTOOLS.FLL ADDITIVE before calling the function.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform