473,760 Members | 9,717 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Linker error - CVTRES : fatal error CVT1100:

Anybody has any idea what this error is?

CVTRES : fatal error CVT1100: duplicate resource. type:GROUP_CURS OR,
name:23460, language:0x0813
Jun 8 '07 #1
3 5077

"quad" <qu**@invalid.a ddrwrote in message
news:f4******** ***@sage.ukr.ne t...
Anybody has any idea what this error is?
I suspect your documentation can tell you.
>
CVTRES : fatal error CVT1100: duplicate resource. type:GROUP_CURS OR,
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
Jun 8 '07 #2
In article <SQ************ ****@newsread3. news.pas.earthl ink.net>, "Mike Wahler" <mk******@mkwah ler.netwrote:
>
"quad" <qu**@invalid.a ddrwrote in message
news:f4******* ****@sage.ukr.n et...
>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:langua ge, 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_CURS OR,
name:23460, language:0x0813
Jun 8 '07 #3
On 2007-06-09 00:27, quad wrote:
Anybody has any idea what this error is?

CVTRES : fatal error CVT1100: duplicate resource. type:GROUP_CURS OR,
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
Jun 8 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1688
by: Jim | last post by:
All, I'm trying to debug a Python GPF while running a script that we've written. After fixing up some of the paths for the Python build and successfully building Python from ActiveState source, I compiled the Python Extensions, but am getting the following error:
0
1031
by: Danny Pressley | last post by:
Create a VS.NET 2003 MFC Project as basic MDI application configuartion, do a build all and all is well, add a project new item for a Resource File (.rc) named MySecondResourceFile, do a build all and all is well, add an ICON to the MySecondResourceFile, just save the blank icon image as is, do a build all and you get this error: fatal error CVT1100: duplicate resource. type:ICON, name:1, language:0x0409 But the resource ID is unique...
0
1695
by: Danny Pressley | last post by:
I have a VS.NET 2003 Visual C++ MFC Application Project in which I added a new resource file, I then added an icon to this new resource file and did a rebuild and got the following error: "fatal error CVT1100: duplicate resource. type:ICON, name:1, language:0x0409". But the resource ID is unique and only located in the new Resource1.h and MyResourceFile.rc files. Any ideas why this error is occuring? To generate the issue real quick, you...
11
13165
by: Danny Pressley | last post by:
I have a VS.NET 2003 Visual C++ MFC Application Project in which I added a new resource file, I then added an icon to this new resource file and did a rebuild and got the following error: "fatal error CVT1100: duplicate resource. type:ICON, name:1, language:0x0409". But the resource ID is unique and only located in the new Resource1.h and MyResourceFile.rc files. Any ideas why this error is occuring? To generate the issue real quick, you...
7
3432
by: Nadina | last post by:
Hello, I have been getting the following error: ld: fatal: file my_program: creation interrupted: No space left on devicecollect2: ld returned 1 exit status while I was trying to link several .o files in my project. I googled this error and it seems to be caused by double import of external variables/constants/functions.
0
2292
by: Rob | last post by:
Hi Visual Studio.NET 2002 v7.0 Windows XP (all service packs up to date) Working on Clearcase MVFS mapped drive. When compiling my ATL control, I always have to hit Rebuild Solution. If I just build, I get a "ExportText fatal error LNK1000: Internal error during ProcessResFiles" error. Setting verbose output on the linker gives the attached output. I have two resource files, One is project specfic and the
0
3341
by: Martin | last post by:
When I convert a program from VC6 to VC7 I get the following linker error: CVTRES : fatal error CVT1100: duplicate resource. type:STRING, name:1686, language:0x0409 LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt Duplicate resource...no problem! Except that I cannot find that value anywhere!! No such string resource
5
6053
by: Pradnyesh Rane | last post by:
Hi, I am encountering the following linker error on VC7. LINK : fatal error LNK1171: unable to load ole32.dll This error is only encountered for the "Debug" configuration. The project successfully compiles/links in "Release" configuration. Any help is welcome.
3
8081
by: Chucker | last post by:
Hi Folks, I got a Wrapper Dll around a native C++ static library. In .NET 1.1 this worked fine. When moving to .NET 2.0 I get a couple of unresolved externals / linker errors: Error 16 error LNK2028: unresolved token (0A000007) "extern "C" void __clrcall ___CxxCallUnwindDtor(void (__clrcall*)(void *),void *)" (?___CxxCallUnwindDtor@@$$J0YMXP6MXPAX@Z0@Z) referenced in function "public: virtual __thiscall...
0
9521
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9333
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9765
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8768
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6599
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5214
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5361
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3863
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.