Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/MFC Support    [ Add a report in this area ]  
Report #:  8247   Status: Closed
COLOR16 declaration should be "WORD"
Project:  C++Builder Build #:  any
Version:    5.0 Submitted By:   Edy Hinzen
Report Type:  Minor failure / Design problem Date Reported:  5/24/2004 5:04:32 AM
Severity:    Infrequently encountered problem Last Updated: 6/26/2005 2:34:45 PM
Platform:    All platforms Internal Tracking #:  
Resolution: Duplicate  Resolved in Build: : None
Duplicate of:  2986
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
Since Delphi 5, in Unit Windows.pas, we read
type
  ...
  COLOR16 = Shortint;
It should read "WORD" instead of ShortInt (as the type's name already says).
Steps to Reproduce:
None
Workarounds
manually change in file Windows.pas
  COLOR16 = Shortint;
to
  COLOR16 = WORD;
Attachment
None
Comments

Yuval Sadan at 7/16/2004 11:54:05 PM -
This is a duplicate of 2986, which is alread opened and internally submitted

Server Response from: ETNACODE01