1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>Linkage Options</title> 5<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> 6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 7<link rel="home" href="../../index.html" title="Boost.Regex 5.1.4"> 8<link rel="up" href="../configuration.html" title="Configuration"> 9<link rel="prev" href="locale.html" title="Locale and traits class selection"> 10<link rel="next" href="algorithm.html" title="Algorithm Selection"> 11</head> 12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 13<table cellpadding="2" width="100%"><tr> 14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td> 15<td align="center"><a href="../../../../../../index.html">Home</a></td> 16<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td> 17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 19<td align="center"><a href="../../../../../../more/index.htm">More</a></td> 20</tr></table> 21<hr> 22<div class="spirit-nav"> 23<a accesskey="p" href="locale.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../configuration.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="algorithm.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> 24</div> 25<div class="section"> 26<div class="titlepage"><div><div><h3 class="title"> 27<a name="boost_regex.configuration.linkage"></a><a class="link" href="linkage.html" title="Linkage Options">Linkage Options</a> 28</h3></div></div></div> 29<div class="informaltable"><table class="table"> 30<colgroup> 31<col> 32<col> 33</colgroup> 34<thead><tr> 35<th> 36 <p> 37 macro 38 </p> 39 </th> 40<th> 41 <p> 42 description 43 </p> 44 </th> 45</tr></thead> 46<tbody> 47<tr> 48<td> 49 <p> 50 BOOST_REGEX_DYN_LINK 51 </p> 52 </td> 53<td> 54 <p> 55 For Microsoft and Borland C++ builds, this tells Boost.Regex that 56 it should link to the dll build of the Boost.Regex. By default 57 boost.regex will link to its static library build, even if the 58 dynamic C runtime library is in use. 59 </p> 60 </td> 61</tr> 62<tr> 63<td> 64 <p> 65 BOOST_REGEX_NO_LIB 66 </p> 67 </td> 68<td> 69 <p> 70 For Microsoft and Borland C++ builds, this tells Boost.Regex that 71 it should not automatically select the library to link to. 72 </p> 73 </td> 74</tr> 75<tr> 76<td> 77 <p> 78 BOOST_REGEX_NO_FASTCALL 79 </p> 80 </td> 81<td> 82 <p> 83 For Microsoft builds, this tells Boost.Regex to use the <code class="computeroutput"><span class="identifier">__cdecl</span></code> calling convention rather 84 than <code class="computeroutput"><span class="identifier">__fastcall</span></code>. 85 Useful if you want to use the same library from both managed and 86 unmanaged code. 87 </p> 88 </td> 89</tr> 90</tbody> 91</table></div> 92</div> 93<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 94<td align="left"></td> 95<td align="right"><div class="copyright-footer">Copyright © 1998-2013 John Maddock<p> 96 Distributed under the Boost Software License, Version 1.0. (See accompanying 97 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 98 </p> 99</div></td> 100</tr></table> 101<hr> 102<div class="spirit-nav"> 103<a accesskey="p" href="locale.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../configuration.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="algorithm.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> 104</div> 105</body> 106</html> 107