Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DLL version Utility Program
Message
 
To
04/01/1999 16:24:34
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00172563
Message ID:
00172578
Views:
22
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform