Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setup Wizard - Original Dates
Message
 
 
To
06/07/2000 00:48:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00388701
Message ID:
00388782
Views:
14
>I'm almost sure this didn't happen in VFP 5.

Nope, it also occurs in VFP 5.0. Like you, I also find it annoying, but I use GetFileVersion that is defined in FOXTOOLS.FLL.

Code Example:

SET LIBRARY TO FOXTOOLS.FLL ADDITIVE
LOCAL ARRAY laVersion(12)
LOCAL lnResult,ldVersion
lnResult = GetFileVersion("MyApp.EXE",@laVersion)
IF lnResult = 0
ldVersion = laVersion[11]
ENDIF

HTH,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform