1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <title>Boost.Regex: Redistributables and Library Names</title> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
---|
6 | <link rel="stylesheet" type="text/css" href="../../../boost.css"> |
---|
7 | </head> |
---|
8 | <body> |
---|
9 | <P> |
---|
10 | <TABLE id="Table1" cellSpacing="1" cellPadding="1" width="100%" border="0"> |
---|
11 | <TR> |
---|
12 | <td valign="top" width="300"> |
---|
13 | <h3><a href="../../../index.htm"><img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3> |
---|
14 | </td> |
---|
15 | <TD width="353"> |
---|
16 | <H1 align="center">Boost.Regex</H1> |
---|
17 | <H2 align="center">Redistributables and Library Names</H2> |
---|
18 | </TD> |
---|
19 | <td width="50"> |
---|
20 | <h3><a href="index.html"><img height="45" width="43" alt="Boost.Regex Index" src="uarrow.gif" border="0"></a></h3> |
---|
21 | </td> |
---|
22 | </TR> |
---|
23 | </TABLE> |
---|
24 | </P> |
---|
25 | <HR> |
---|
26 | <p></p> |
---|
27 | <P>If you are using Microsoft or Borland C++ and link to a dll version of the run |
---|
28 | time library, then you can choose to also link to a dll version of boost.regex |
---|
29 | by defining the symbol BOOST_REGEX_DYN_LINK when you compile your code. While |
---|
30 | these dll's are redistributable, there are no "standard" versions, so when |
---|
31 | installing on the users PC, you should place these in a directory private to |
---|
32 | your application, and not in the PC's directory path. Note that if you link to |
---|
33 | a static version of your run time library, then you will also link to a static |
---|
34 | version of boost.regex and no dll's will need to be distributed. The possible |
---|
35 | boost.regex dll and library names are computed according to the <A href="../../../more/getting_started.html#step5"> |
---|
36 | formula given in the getting started guide</A>. |
---|
37 | </P> |
---|
38 | <P>Note: you can disable automatic library selection by defining the symbol |
---|
39 | BOOST_REGEX_NO_LIB when compiling, this is useful if you want to build |
---|
40 | Boost.Regex yourself in your IDE, or if you need to debug boost.regex. |
---|
41 | </P> |
---|
42 | <P> |
---|
43 | <HR> |
---|
44 | <P></P> |
---|
45 | <p>Revised |
---|
46 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> |
---|
47 | 28 June 2004 |
---|
48 | <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p> |
---|
49 | <p><i>© Copyright John Maddock 1998- |
---|
50 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y" startspan --> 2004<!--webbot bot="Timestamp" endspan i-checksum="39359" --></i></p> |
---|
51 | <P><I>Use, modification and distribution are subject to the Boost Software License, |
---|
52 | Version 1.0. (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> |
---|
53 | or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P> |
---|
54 | </body> |
---|
55 | </html> |
---|