Update of /cvsroot/cppunit/cppunit
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv31492
Modified Files:
INSTALL-WIN32.txt
Log Message:
- fixed doc typos.
Index: INSTALL-WIN32.txt
===================================================================
RCS file: /cvsroot/cppunit/cppunit/INSTALL-WIN32.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** INSTALL-WIN32.txt 18 Jun 2004 09:59:17 -0000 1.12
--- INSTALL-WIN32.txt 29 Jun 2006 20:30:29 -0000 1.13
***************
*** 10,16 ****
- Make HostApp the Active project
- Compile
! - in VC++, Tools/Customize.../Add-ins and macro files/Browse...
! - select the file lib/TestRunnerDSPlugIn.dll and press ok to register
! the add-ins (double-click on failure = open file in VC++).
- Run the project
--- 10,17 ----
- Make HostApp the Active project
- Compile
! - For Visual Studio 6 only:
! - in VC++, Tools/Customize.../Add-ins and macro files/Browse...
! - select the file lib/TestRunnerDSPlugIn.dll and press ok to register
! the add-ins (double-click on failure = open file in VC++).
- Run the project
***************
*** 32,38 ****
tests from a GUI.
! * DSPlugIn (lib/TestRunnerDSPlugIn.dll) : a VC++ add-in used by
testrunner.dll. If you double-click on a failure in the MFC TestRunner,
a running instance of VC++ will open the file and highlight the line.
* TestPlugInRunner : (Warning: experimental) a VC++
--- 33,40 ----
tests from a GUI.
! * DSPlugIn (lib/TestRunnerDSPlugIn.dll) : a VC++ 6.0 add-in used by
testrunner.dll. If you double-click on a failure in the MFC TestRunner,
a running instance of VC++ will open the file and highlight the line.
+ This add-ins is not required for Visual Studio 7.
* TestPlugInRunner : (Warning: experimental) a VC++
***************
*** 144,148 ****
Notes that the DllPlugInTester(d).exe version of this tools does not allow
to use the automatic test registration that comes along with test plug-in.
! You probably don't want to use them unless you really now what you are doing.
--- 146,150 ----
Notes that the DllPlugInTester(d).exe version of this tools does not allow
to use the automatic test registration that comes along with test plug-in.
! You probably don't want to use them unless you really know what you are doing.
|