

Users must ensure their use of this technology/standard is consistent with VA policies and standards, including, but not limited to, VA Handbooks 61 VA Directives 6004, 6513, and 6517 and National Institute of Standards and Technology (NIST) standards, including Federal Information Processing Standards (FIPS). This technology does not utilize a database, as files are saved to the user`s local drive.

The libraries are required to run applications that are developed by using the corresponding version of Visual C++. The Visual C++ Redistributable Package installs runtime packages of C++ Runtime (CRT), Standard C++, Microsoft Foundation Class Library (MFC), C++ Accelerated Massive Parallelism (C++ AMP) and Open Multi-Processing (OpenMP) libraries. This technology provides standard libraries which allow applications developed with Visual C++ to function on a computer that does not have Visual C++ installed. The Visual C++ Redistributable Package is an Integrated Development Environment (IDE) that supports applications running on Microsoft Visual C++. More information on the proper use of the TRM can be found on the You may have to find the errors in the build log display by sight.Technologies must be operated and maintained in accordance with Federal and Department security and Unfortunately, the error scanner can't be changed (AFAIK). Refer to this for command line parameters:

Note that the Microsoft compiler's name is CL.exe. You also need to change one of the compiler builtin on the Providers tab of Project -> Properties -> C/C++ General -> Preprocessor Include Paths, Macros etc.

I don't have it to test but you could change the compile and link commands in the Tool Settings tab of Project -> Properties -> C/C++ Build -> Settings to use Microsoft Visual. If it's not displayed as an available tool chain in the tool chain settings then you'll have to make manual changes. So presumably, you either don't have it or it's not easily found. According to the "Before you begin" in Help, CDT should find it automatically.
