<?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: How to include a library into externals?</title>
		<atom:link href="http://cycling74.com/forums/topic/how-to-include-a-library-into-externals/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/how-to-include-a-library-into-externals/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 23:56:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-include-a-library-into-externals/#post-35180</guid>
					<title><![CDATA[How to include a library into externals?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-include-a-library-into-externals/#post-35180</link>
					<pubDate>Wed, 02 Jan 2008 14:58:54 +0000</pubDate>
					<dc:creator>Bruno Zamborlin</dc:creator>

					<description>
						<![CDATA[
						<p>Dear all,<br />
I&#8217;m just finished to write a simple Flac reader for MaxMSP.</p>
<p>However, I&#8217;m still not able to include a library ( libFLAC.8.0.1.dylib ) into it.<br />
So I need to install the whole flac dmg library into any computer that wants to use my external&#8230;</p>
<p>Does somebody know how could I do it?</p>
<p>Thanks,<br />
Bruno</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-include-a-library-into-externals/#post-119542</guid>
					<title><![CDATA[Re: How to include a library into externals?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-include-a-library-into-externals/#post-119542</link>
					<pubDate>Wed, 02 Jan 2008 16:44:48 +0000</pubDate>
					<dc:creator>Wesley Smith</dc:creator>

					<description>
						<![CDATA[
						<p>On OSX, you can put it in the conents/resources folder of the external<br />
as long as you make it so your external can load the dylib from there<br />
using otool or other methods.  On Windows (which I don&#8217;t know as much<br />
about), I believe you&#8217;ll have to put the dll in Max46/support.</p>
<p>wes</p>
<p>On Jan 2, 2008 6:58 AM, Bruno Zamborlin <bruno .zamborlin@gmail.com> wrote:<br />
><br />
> Dear all,<br />
> I&#8217;m just finished to write a simple Flac reader for MaxMSP.<br />
><br />
> However, I&#8217;m still not able to include a library ( libFLAC.8.0.1.dylib ) into it.<br />
> So I need to install the whole flac dmg library into any computer that wants to use my external&#8230;<br />
><br />
> Does somebody know how could I do it?<br />
><br />
> Thanks,<br />
> Bruno<br />
> &#8211;<br />
> Bruno<br />
><br />
> <a href="http://www.brunozamborlin.com" rel="nofollow">http://www.brunozamborlin.com</a><br />
> <a href="http://www.myspace.com/brunozamborlin" rel="nofollow">http://www.myspace.com/brunozamborlin</a><br />
></bruno></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-include-a-library-into-externals/#post-119543</guid>
					<title><![CDATA[Re: How to include a library into externals?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-include-a-library-into-externals/#post-119543</link>
					<pubDate>Thu, 03 Jan 2008 11:00:03 +0000</pubDate>
					<dc:creator>Bruno Zamborlin</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you Wes for attention.<br />
I already tried to put libraries into Contents/Resources and fix paths using otool and install_name_tool. However, it doesn&#8217;t want to work.</p>
<p>I&#8217;m beginning to think that Max copies the external in a place like &#8220;/tmp&#8221; or something before loading it.. but I&#8217;m not sure..<br />
I&#8217;ll take time to check it more deeply<br />
Thanks again</p>
<p>Quote: <a href="mailto:wesley.hoke@gmail.com">wesley.hoke@gmail.com</a> wrote on Wed, 02 January 2008 17:44<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> On OSX, you can put it in the conents/resources folder of the external<br />
> as long as you make it so your external can load the dylib from there<br />
> using otool or other methods.  On Windows (which I don&#8217;t know as much<br />
> about), I believe you&#8217;ll have to put the dll in Max46/support.<br />
> <br />
> wes<br />
> <br />
> On Jan 2, 2008 6:58 AM, Bruno Zamborlin <bruno .zamborlin@gmail.com> wrote:<br />
> ><br />
> > Dear all,<br />
> > I&#8217;m just finished to write a simple Flac reader for MaxMSP.<br />
> ><br />
> > However, I&#8217;m still not able to include a library ( libFLAC.8.0.1.dylib ) into it.<br />
> > So I need to install the whole flac dmg library into any computer that wants to use my external&#8230;<br />
> ><br />
> > Does somebody know how could I do it?<br />
> ><br />
> > Thanks,<br />
> > Bruno<br />
> > &#8211;<br />
> > Bruno<br />
> ><br />
> > <a href="http://www.brunozamborlin.com" rel="nofollow">http://www.brunozamborlin.com</a><br />
> > <a href="http://www.myspace.com/brunozamborlin" rel="nofollow">http://www.myspace.com/brunozamborlin</a><br />
> ><br />
> <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</bruno></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-include-a-library-into-externals/#post-119544</guid>
					<title><![CDATA[Re: How to include a library into externals?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-include-a-library-into-externals/#post-119544</link>
					<pubDate>Thu, 03 Jan 2008 14:40:43 +0000</pubDate>
					<dc:creator>Olaf Matthes</dc:creator>

					<description>
						<![CDATA[
						<p>Bruno Zamborlin wrote:<br />
> Thank you Wes for attention.<br />
> I already tried to put libraries into Contents/Resources and fix paths using otool and install_name_tool. However, it doesn&#8217;t want to work.<br />
> <br />
> I&#8217;m beginning to think that Max copies the external in a place like &#8220;/tmp&#8221; or something before loading it.. but I&#8217;m not sure..</p>
<p>I usually put libraries in the same folder as my externals and use <br />
relative link to them. Not as elegant as putting them inside the bundle <br />
but it seems to work fine.</p>
<p>Olaf</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

