Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I determine the version #?
Message
From
10/09/1997 16:41:14
Michael Humphreys
Northern Airborne Technology Ltd.
Kelowna, British Columbia, Canada
 
 
To
10/09/1997 15:49:43
Michael Humphreys
Northern Airborne Technology Ltd.
Kelowna, British Columbia, Canada
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00049398
Message ID:
00049414
Views:
52
>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform