quad
2007-06-08 22:52:06 UTC
Anybody has any idea what this error is?
CVTRES : fatal error CVT1100: duplicate resource. type:GROUP_CURSOR,
name:23460, language:0x0813
The program compiled find on VS 2003 and earlier versions.
I have no cursor resorces of any kind. There is no reference
to GROUP_CURSOR in any of my files.
The documentation sez:
Error Message
duplicate resource type:type, name:name, language:language, flags:flags,
size:size
The given resource was specified more than once.
You can get this error if the linker is creating a type library and you did
not specify /TLBID and a resource in your project already uses 1. In this
case, specify /TLBID and specify another number up to 65535.
CVTRES : fatal error CVT1100: duplicate resource. type:GROUP_CURSOR,
name:23460, language:0x0813
The program compiled find on VS 2003 and earlier versions.
I have no cursor resorces of any kind. There is no reference
to GROUP_CURSOR in any of my files.
The documentation sez:
Error Message
duplicate resource type:type, name:name, language:language, flags:flags,
size:size
The given resource was specified more than once.
You can get this error if the linker is creating a type library and you did
not specify /TLBID and a resource in your project already uses 1. In this
case, specify /TLBID and specify another number up to 65535.