473,405 Members | 2,415 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Linker error - CVTRES : fatal error CVT1100:

Anybody has any idea what this error is?

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

"quad" <qu**@invalid.addrwrote in message
news:f4***********@sage.ukr.net...
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
Jun 8 '07 #2
In article <SQ****************@newsread3.news.pas.earthlink.n et>, "Mike Wahler" <mk******@mkwahler.netwrote:
>
"quad" <qu**@invalid.addrwrote in message
news:f4***********@sage.ukr.net...
>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
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_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
Jun 8 '07 #4

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

Similar topics

0
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,...
0
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...
0
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...
11
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...
7
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...
0
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...
0
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:...
5
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...
3
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.