In article <SQkai.2329$ et>, "Mike Wahler" <> wrote:
>
>"quad" <> wrote in message
>news:f4cl51$2ui9$...
>> Anybody has any idea what this error is?
>
>I suspect your documentation can tell you.
Well, it is MS visual studio 2005 linker issue.
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
|