We have an automated build server that creates Visual Studio 2005 and (at Windows XP x64). Usually no system is logged in, but sometimes we need to log in through the remote desktop to maintain.
We have seen that if cl.exe
is running (Microsoft's C ++ compiler), then we will log out of the remote desktop, then cl The error will be ended with 4:
project: error PRJ0002: error result 4 back 'C: \ program files (x86) \ Microsoft Visual Studio 8 \ VC \ Bin \ cl.exe '.
Since this clearly failed with a beautiful mysterious message, the existing build does anyone know to stop it from happening?
Did you try
Comments
Post a Comment