Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/IDE/VersionInfo    [ Add a report in this area ]  
Report #:  99321   Status: Closed
Versioninfo flags not written to dwFileFlags member
Project:  Delphi Build #:  16.0.4256.43595
Version:    16.0 Submitted By:   Oliver Funcke
Report Type:  Basic functionality failure Date Reported:  9/26/2011 5:45:39 AM
Severity:    Serious / Highly visible problem Last Updated: 5/16/2012 9:19:31 PM
Platform:    All versions Internal Tracking #:   287871
Resolution: Fixed (Resolution Comments) Resolved in Build: : Update 3
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
dwFileFlags is always 0. Only dwFileFlagsmask bits are set.
Steps to Reproduce:
1. Create new VCL application
2. Project options > Version information > check "Include version information..."
3. Enter any Version number
4. Check e.g. "Debug-Build" in module attributes and save
5. Build
6. Read Versioninfo with appropriate tool or function
7. dwFileFlags is always 0. Only dwFileFlagsmask bits are set.

Showstopper if the application relies on that information for configuration purposes.
Workarounds
None
Attachment
None
Comments

Tomohiro Takahashi at 1/4/2012 5:08:15 PM -
This issue should be fixed in Update 3.
http://edn.embarcadero.com/article/41831/

If possible, please retest your issue with it?

Server Response from: ETNACODE01