Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build/Version information missing in EXE
Message
 
 
To
24/05/2004 20:36:10
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00906741
Message ID:
00906759
Views:
26
It's strange because I don't have such problem with any of my projects. Do you've SP1 installed, JIC? You may also try to delete foxuser.dbf
The Project object represents your Project in development.

>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"
>...
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform