Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/doc/usage/msvc65.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 1.6 KB
Line 
1<HTML>
2<HEAD>
3<TITLE>Boost Test Library msvc 6.5 recommendations</TITLE>
4<LINK rel="stylesheet" type="text/css" href="../style/btl.css" media="screen">
5<LINK rel="stylesheet" type="text/css" href="../style/btl-print.css" media="print">
6<META http-equiv="Content-Language" content="en-us">
7<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8</HEAD>
9<BODY> 
10<DIV class="header"> <A href="../index.html">Boost.Test</A> > <A href="recomendations.html"> Usage
11    recommendations </A> > <SPAN class="current_article">MSVC 6.5</SPAN></DIV> 
12<DIV class="body"> <IMG src='../btl1.gif' width='252' height='43' alt="Boost Test logo"> 
13  <H1 class="subtitle"><SPAN class="first-line-indented">Microsoft Visual Studio
14  6.5</SPAN> usage recommendations</H1> 
15  <UL>
16    <LI>Use custom build step to automatically start test program after compilation.</LI>
17    <LI>If you got  fatal exception somewhere within test case, make debugger
18      break at the point the failure by adding extra command line argument.</LI>
19  </UL>
20  </DIV> 
21<DIV class="footer"> 
22  <DIV class="footer-body"> 
23    <P> &copy <A name="Copyright">Copyright</A> <A href='mailto:boost-test at emailaccount dot com (please unobscure)'>Gennadiy
24        Rozental</A> 2001-2005. <BR> 
25      Distributed under the Boost Software License, Version 1.0.
26      (See accompanying file <A href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
27      copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P> 
28    <P>Revised:
29      <!-- #BeginDate format:Sw1 -->26 January, 2004<!-- #EndDate --> 
30    </P> 
31  </DIV> 
32</DIV> 
33</BODY>
34</HTML>
Note: See TracBrowser for help on using the repository browser.