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