Hi,
We are in the middle of automating our C++ VS 2005 projects with Team Build 2008. But we have run into a resource linking problem:
<span><span style="font-family:Arial; color:#ff0000; font-size:x-small VCBUILD(0,0): error RC1107: invalid usage; use RC /? for Help<br/>
<span style="font-family:Arial; color:#ff0000; font-size:x-small Project(0,0): error PRJ0002: Error result 1 returned from drogram FilesMicrosoft Visual Studio 8VCbinrc.exe.
We are using TFS 2008 as our Source Control (Microsoft Visual Studio 2008<br/>
Version 9.0.30729.1 SP,Microsoft .NET Framework,Version 3.5 SP1) but our projects are compiled with VS2005 (Microsoft Visual Studio 2005<br/>
Version 8.0.50727.762 (SP.050727-7600),Microsoft .NET Framework, Version 2.0.50727 SP2).
I have noticed that there are alot of problems with Team build and C++ projects but we have managed to fix ours so far. But now we are lost. There seems not to be many issues around this topic. The
http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/9cdaa780-cc97-498b-815e-cf23c3f3b333/
http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/9cdaa780-cc97-498b-815e-cf23c3f3b333/ issue in Project-Properties/Resources/Command line I have checked and it looks alright , here is my command line (/d "NDEBUG" /d "_VC80_UPGRADE=0x0710"
/d "_AFXDLL" /l 0x41d /fo".Release/WebUtils.res"). <br/>
This error only occurs when I use Teambuild, not when I compile the project with VS2005 on the same machine.
Any ideas how to fix this?
Thanks in advance.
View the full article
We are in the middle of automating our C++ VS 2005 projects with Team Build 2008. But we have run into a resource linking problem:
<span><span style="font-family:Arial; color:#ff0000; font-size:x-small VCBUILD(0,0): error RC1107: invalid usage; use RC /? for Help<br/>
<span style="font-family:Arial; color:#ff0000; font-size:x-small Project(0,0): error PRJ0002: Error result 1 returned from drogram FilesMicrosoft Visual Studio 8VCbinrc.exe.
We are using TFS 2008 as our Source Control (Microsoft Visual Studio 2008<br/>
Version 9.0.30729.1 SP,Microsoft .NET Framework,Version 3.5 SP1) but our projects are compiled with VS2005 (Microsoft Visual Studio 2005<br/>
Version 8.0.50727.762 (SP.050727-7600),Microsoft .NET Framework, Version 2.0.50727 SP2).
I have noticed that there are alot of problems with Team build and C++ projects but we have managed to fix ours so far. But now we are lost. There seems not to be many issues around this topic. The
http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/9cdaa780-cc97-498b-815e-cf23c3f3b333/
http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/9cdaa780-cc97-498b-815e-cf23c3f3b333/ issue in Project-Properties/Resources/Command line I have checked and it looks alright , here is my command line (/d "NDEBUG" /d "_VC80_UPGRADE=0x0710"
/d "_AFXDLL" /l 0x41d /fo".Release/WebUtils.res"). <br/>
This error only occurs when I use Teambuild, not when I compile the project with VS2005 on the same machine.
Any ideas how to fix this?
Thanks in advance.
View the full article