The information in this article applies to:
SYMPTOMSThe 16-bit Resource Editor (AppStudio) generates the following message while attempting to edit a bitmap that contains more than 16 colors: The 32-bit Resource Editor with Visual C++, version 4.0, (for the 32-bit version Resource Editor) generates the following message while attempting to edit a bitmap that contains more than 256 colors: The 32-bit Resource Editor with Visual C++, versions 5.0 and 6.0, generates the following message while attempting to import or edit a bitmap with more than 256 colors:
CAUSEThe Resource Editor for the 16-bit versions cannot display or edit bitmaps that contain more than 16 colors, and the Resource Editor for the 32-bit versions cannot display or edit bitmaps that contain more than 256 colors. RESOLUTION
Choose another graphics editor such as PBRUSH.EXE (Paintbrush) in the
Accessories group on Windows and Windows NT or MSPAINT.EXE (Paint) from the
Accessories folder on Windows 95 to create or edit the offending bitmaps.
Then import them into the resource script.
STATUSThis behavior is by design. MORE INFORMATION
The 16-bit AppStudio cannot display bitmaps that have more than 16 colors.
Sometimes, as a result of this, you will notice that when the file is open
for display, AppStudio might automatically change the colors to their
closest 16-color approximations without warning you. This limitation
depends on which version of Microsoft Visual C++ you use. For example,
versions 1.5 and above prompt you, while version 1.0 provides no warning.
If the change takes effect, the bitmap is changed to 16 colors; it cannot
be changed back to 256 colors. -or- NOTE: To be able to edit out-of-range bitmaps using Visual C++, 32-bit edition, make sure 256 Colors is selected in the Color Palette combo box in the Display Applet of the Control Panel. Additional query words: 1.50 2.00 2.10 4.00 3.11 3.1 3.10 App Studio
Keywords : kberrmsg kbResourceEd kbVC kbVC150 kbVC151 kbVC152 kbVC200 kbVC210 kbVC400 kbVC500 kbVC600 kbGrpDSTools |
Last Reviewed: July 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |