The information in this article applies to:
SYMPTOMSAfter writing a Win32-based screen saver, if the IDS_DESCRIPTION string is missing from the string table, the file name of the screen saver module is displayed in the desktop control panel applet. This happens even if the DESCRIPTION entry is specified in the .def file of the module. CAUSE
Each Windows screen saver has a name, which is a string packed into the
screen saver module by the linker. This name is displayed in the screen
saver name drop down list box under the desktop applet in the control
panel. The user can select different screen savers for the desktop through
this list box.
RESOLUTIONPlace the DESCRIPTION entry in .def file for a 16-bit screen saver, or place the IDS_DESCRIPTION in the string table for a 32-bit screen saver. STATUSThis behavior is by design. REFERENCES
Chapter 14, "Screen Saver Library," Microsoft Windows Software Development
Kit, version 3.1, Programmer's Reference, Volume 1: Overview.
Additional query words: 3.10
Keywords : kbNTOS310 kbNTOS350 kbSDKWin32 kbDSupport |
Last Reviewed: July 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |