The information in this article applies to:
SUMMARY
The error "Cannot Reuse String Constants" will be returned by the Resource
Compiler if you have used the same ID value to define two different string
constants.
The file MY.RC may contain the following lines: MORE INFORMATION
The following sample code can be used to demonstrate the problem.
Sample Code
Note that "one" and "four" have the same value. This error may be less noticeable if you are using both decimal and hexadecimal notation in your RC file. In the following example, 0x010 and 16 have the same value and generate the error:
Additional query words: 3.00 3.10 3.50 4.00 95 RW2002 RC2151 win16sdk
Keywords : |
Last Reviewed: March 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |