VC6Builder 1.4
VC6BUILDER SNAPSHOT
A commandline utility for Visual Studio 6 with appropriate return code.
Windows 95/98/Me/NT/2000/XPPlatform :
$0Price :
25 KBFile Size :

Popularity :
A software development utility for building Microsoft Visual C++ projects. This utility hijacks Microsoft's msdev.exe and responds with a more accurate return code reflecting the true status of the compile, while still providing the familiar msdev.exe output. Without VCBuilder, msdev.exe will provide a successful result if successfully launched even if the project fails to successfully compile.
Features
*Builds Microsoft Visual C++ projects with a more accurate return code. If a workspace or configuration is not found, the return code is -1. This allows one to compile and, in script code, logically respond to the result whether success or failure.
*Compile output is provided just like msdev.exe