RW2002 Error "Cannot Reuse String Constants" in RC.EXEID: Q21569
|
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.
For example, the following error is returned when compiling the resource
file:
Cannot Reuse String Constants
The following sample code can be used to demonstrate the problem.
StringTable
begin
1, "one"
2, "two"
3, "three"
1, "four"
end
0x010, "hex 10"
10, "ten"
11, "eleven"
15, "fifteen"
16, "sixteen"
Additional query words: 3.00 3.10 3.50 4.00 95 RW2002 RC2151 win16sdk
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 3, 1999