Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Linker error - CVTRES : fatal error CVT1100:

Reply
Thread Tools

Linker error - CVTRES : fatal error CVT1100:

 
 
quad
Guest
Posts: n/a
 
      06-08-2007
Anybody has any idea what this error is?

CVTRES : fatal error CVT1100: duplicate resource. type:GROUP_CURSOR,
name:23460, language:0x0813
 
Reply With Quote
 
 
 
 
Mike Wahler
Guest
Posts: n/a
 
      06-08-2007

"quad" <> wrote in message
news:f4cl51$2ui9$...
> Anybody has any idea what this error is?


I suspect your documentation can tell you.

>
> CVTRES : fatal error CVT1100: duplicate resource. type:GROUP_CURSOR,
> name:23460, language:0x0813


Well, it's certainly not an error message about
a C++ language issue, since C++ has no notion of
'resource'. I know of no C++ compilers named
'CVTRES'.

Try checking your documentation and/or visiting
a newsgroup where 'CVTRES' is topical. Here we
only discuss the C++ language itself.

-Mike


 
Reply With Quote
 
 
 
 
quad
Guest
Posts: n/a
 
      06-08-2007
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


 
Reply With Quote
 
=?ISO-8859-1?Q?Erik_Wikstr=F6m?=
Guest
Posts: n/a
 
      06-08-2007
On 2007-06-09 00:27, quad wrote:
> Anybody has any idea what this error is?
>
> CVTRES : fatal error CVT1100: duplicate resource. type:GROUP_CURSOR,
> name:23460, language:0x0813


Nope, but a simple google on CVT1100 tells me that you are having
problems with your resource files (something about duplicate entries).
Anyway, try googling a bit or a group dedicated to Windows development/
Visual Studio.

--
Erik Wikström
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Description: ORA-03106: fatal two-task communication protocol error Vivek N ASP .Net 0 08-16-2006 01:16 PM
fatal error C1001: INTERNAL COMPILER ERROR LZXIA C++ 10 04-20-2006 01:16 PM
XSL-1000: (Fatal Error) Error while parsing XSL file (org.apache.xerces.parsers.AbstractSAXParser$AttributesProxy) Kevin Flood Java 1 09-13-2004 02:28 PM
XSL-1000: (Fatal Error) Error while parsing XSL file (org.apache.xerces.parsers.AbstractSAXParser$AttributesProxy) Kevin Flood Java 0 09-08-2004 02:11 PM
fatal error CS0007: Unexpected common language runtime initialization error -- Polo Lee ASP .Net 0 07-07-2003 01:24 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57