Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build/Version information missing in EXE
Message
From
24/05/2004 20:36:10
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00906741
Message ID:
00906757
Views:
27
All the information is filled in, it's the same project that I was using in VFP6. I thought that maybe the transition between the two versions was the problem, so I created a new project with a PRG file with a RETURN line, and compiled it with all the version infromation set. Still no Version information in the resulting EXE.

If you right click the EXE from VFP6, there is a VERSION tab that has all the information. This tab is not displayed when compiled with VFP8. Also the AGETFILEVERSION works on VFP6 EXE, but does not with the VFP8 EXE.

Strange!!!

I'll have to look at the Project object. Does this just change the values for runtime? I like being able to check the version of the EXE without actually running the program.

Norm


>Hi Norm,
>
>AFAIK, there's no difference between VFP6 and VFP8 in this respect. Did you fill Version Number and Version Info for that project? You can also change/verify Project Build/Version info using Project object.
o = _VFP.ActiveProject
? o.VersionNumber
? o.VersionProduct
o.VersionProduct = "New Product Name"
...
____________________________________________

Norm Peterson

It's a dog eat dog world out there,
and I'm wear'n milk bone underware!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform