Testwell CTC++ Integration in Visual Studio
Visual Studio Version | internal Version | Method |
---|---|---|
97 | 5 | Makefile |
6.0 | 6 | Makefile |
.NET | 7 | Integration |
.NET 2003 | 7.1 | Integration |
2005 | 8 | Integration |
2008 | 9 | Integration |
2010 | 10 | Integration |
2012 | 11 | Integration |
2013 | 12 | Integration |
2015 | 14 | Integration |
2017 | 15 | Integration |
2019 | 16 | Integration |
ctcwrap
the method of choice.
However the export of the makefiles is not possible anymore for newer versions (7+) which has been taken as an occasion to develop an adapted integration for Visual Studio. Please find your suitable solution in the table 'Versions supported by Visual Studio'
Installation of the integration
For using Testwell CTC++ in Visual Studio, you first need to run the installation script:cd %CTCHOME%\Vs_integ\ vs_integ.bat -install
The script guides you through the installation. This may look as following:
C:\Testwell\CTC\Vs_integ>vs_integ.bat -install This program installs (initial or upgrade) the CTC++ Visual Studio integration for the CURRENT user. First, the possible old Visual Studio Tools commands starting with "CTC" are removed, and then two new CTC++ commands are added to the Tools menu: CTC++ Set/Clean... CTC++ Report... Environment variable CTCWRAPDIR is set and added to Visual Studio Executable Directories settings. In case of Visual Studio 2010 or later, see still %CTCHOME%\Vs_integ\readme.txt. If other users are using Visual Studio on this machine, they need also execute this installation program for being able to use this integration from their userid. If at some later time you wish to remove this CTC++ Visual Studio integration, start this program with the -remove option. Following Visual Studio versions were found from the current user: 12.0 14.0 Please specify the version for which CTC++ Visual Studio integration should be installed. Use version [14.0]: About to install CTC++ to Visual Studio version 14.0 OK to do the install? [Y/n] CTC++ commands added to Tools menu in Visual Studio version 14.0 Done. C:\Testwell\CTC\Vs_integ>
Integration with older versions
If you have an older version for which you like to run a make-file integration, you can read about the process here.