Re: [GD-Windows] Running VS2005 cl.exe without installing
Brought to you by:
vexxed72
From: Alen L. <ale...@cr...> - 2007-07-16 14:13:39
|
Hi Aaron, Thanks for the tips! Installing anything (other than the OS and the Perforce client) is what I'm trying to avoid, in order to simplify the process of adding new build machines. :) So far I seem to have tracked this to the fact that cl.exe from VS2005SP1 actually requires an older version of the msvcrt80.dll and its manifest and it refuses to work with the ones distributed with VS2005 SP1. Weirdly enough I don't find these installed in System, WinSxS or VS2005 folders on my developer machine, but I have them in the X360 and VS2003 folders. Strange as hell, but it might work. Alen Aaron wrote: > I think msvcr80.dll is the important one. > You can check it in with the exe, or I think you can just install the > .NET Framework on the build machines instead (1.0, 1.1 or 2.0? I forget > exactly, but I think it's 2.0). > There's a lot of "think"s in the above, but it was a long time ago that > I got this working > Aaron. > |