Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Version control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Groupes d'usagers
Titre:
Divers
Thread ID:
00059975
Message ID:
00060010
Vues:
27
>>>Hi,
>>>
>>>When you build an application(EXE) in version 5 there is a version
>>>autoincrement.
>>>Can this be used in the application.
>>>
>>>For example: Presentation where version is not entered manually but can be retrieved from the application.
>>>
>>>Thanks for any help!
>>>Nick
>>
>>Nick,
>>
>>Check the FOXTOOLS help file for the GetFileVersion function.
>>
>>George
>
>Thanks,
>
>I tried it but can seem to get the correct syntax!:(
>Can you be kind enough to show me a example? Or where i can get info on the function. I tried microsoft kb but it was down.
>
>Nick,

Nick,

* lcfile should be the fully qualified
* filename of the executable or DLL
lcfile = 'YOUR_EXE.EXE'
* You must create the array before issuing the call
DIMENSION a_info[12]
= GetFileVersion(lcfile, @a_info)

That should do it for you.

George
George

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

Click here to load this message in the networking platform