<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: C++ library inclusion problems</title>
		<atom:link href="http://cycling74.com/forums/topic/c-library-inclusion-problems/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/c-library-inclusion-problems/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 17:53:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/c-library-inclusion-problems/#post-60831</guid>
					<title><![CDATA[C++ library inclusion problems]]></title>
					<link>http://cycling74.com/forums/topic/c-library-inclusion-problems/#post-60831</link>
					<pubDate>Fri, 23 Dec 2011 17:52:57 +0000</pubDate>
					<dc:creator>julien</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,<br />
I&#8217;m trying to include the Boost library in a max/msp project.</p>
<p>In the cpp projects presents in the sdk or in the maxcpp5 example when i add this line:<br />
#include <boost /numeric/ublas/matrix.hpp></boost></p>
<p>i have a errors of this type:<br />
&#8220;declaration does not declare anything&#8221;.</p>
<p>I must precise that the linking is ok, everything compile in projects not related to the MAX/MSP SDK.<br />
Did someone already had to deal with this issue ?</p>
<p>Configuration:<br />
OSX 10.6.7<br />
XCode 3.2.6<br />
MAX/MSP SDK 5.1.7.</p>
<p>Thx to everyone,<br />
Julien.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/c-library-inclusion-problems/#post-219043</guid>
					<title><![CDATA[Re: C++ library inclusion problems]]></title>
					<link>http://cycling74.com/forums/topic/c-library-inclusion-problems/#post-219043</link>
					<pubDate>Sat, 24 Dec 2011 13:22:51 +0000</pubDate>
					<dc:creator>julien</dc:creator>

					<description>
						<![CDATA[
						<p>Solved</p>
<p>The &#8220;check&#8221; macro is defined in the MAX/MSP SDK and in the the boost::ublas library (conflict!).</p>
<p>&#8220;#undef check&#8221; must be added just before the inclusion of the boost::ublas header.</p>
<p>Julien.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

