VStudio 7 Linker problem when calling CVTRES.EXE to process resources

R

Rob

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
other is shared between other projects in the department.

So there seems to be a problem here processing one or both of the resource
files. Does anybody have any wisdom on this topic. Im not sure where to
start.

Thanks
Rob.


<snip : the code compile is as normal >
Compiling...
ExportText_i.c
Compiling resources...
Linking...
Invoking CVTRES.EXE:
/machine:x86
/verbose
/out:"C:\DOCUME~1\rhutton\LOCALS~1\Temp\lnk30D.tmp"
/readonly
"Debug\SharedResources.res"
"Debug\ExportText.res"
Microsoft (R) Windows Resource To Object Converter Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.
adding resource. type:pROPERTIES, name:103, language:0x0809, flags:0x30,
size:1032
adding resource. type:STRING, name:126, language:0x0809, flags:0x1030,
size:1042
adding resource. type:VERSION, name:1, language:0x0409, flags:0x30, size:832
adding resource. type:REGISTRY, name:101, language:0x0409, flags:0x30,
size:142
adding resource. type:REGISTRY, name:103, language:0x0809, flags:0x30,
size:1349
adding resource. type:BITMAP, name:102, language:0x0809, flags:0x30,
size:232
adding resource. type:DIALOG, name:104, language:0x0809, flags:0x1030,
size:822
adding resource. type:DIALOG, name:106, language:0x0809, flags:0x1030,
size:352
adding resource. type:SCRIPT, name:105, language:0x0809, flags:0x30,
size:70406
adding resource. type:TYPELIB, name:1, language:0x0809, flags:0x30,
size:2268
adding resource. type:STRING, name:7, language:0x0409, flags:0x1030,
size:228
Debug\ExportText_i.obj : fatal error LNK1000: Internal error during
ProcessResFiles

Version 7.00.9466

ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddress = 00465F2C (00400000) "C:\Program Files\Microsoft
Visual Studio .NET\Vc7\bin\link.exe"
NumberParameters = 00000002
ExceptionInformation[ 0] = 00000001
ExceptionInformation[ 1] = 00000004
CONTEXT:
Eax = 00000001 Esp = 0012F710
Ebx = 00000000 Ebp = 00000004
Ecx = 00CC04E0 Esi = 401C72A4
Edx = 00142F0E Edi = 00C4A0D8
Eip = 00465F2C EFlags = 00010202
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 00000038 SegGs = 00000000
Dr0 = 0012F710 Dr3 = 00000000
Dr1 = 00000004 Dr6 = 00CC04E0
Dr2 = 00000000 Dr7 = 00000000
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top