<?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: framework</title>
		<atom:link href="http://cycling74.com/forums/topic/framework/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/framework/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 15:32:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/framework/#post-57052</guid>
					<title><![CDATA[framework]]></title>
					<link>http://cycling74.com/forums/topic/framework/#post-57052</link>
					<pubDate>Tue, 10 May 2011 20:38:18 +0000</pubDate>
					<dc:creator>andrea agostini</dc:creator>

					<description>
						<![CDATA[
						<p>So we&#8217;ve started this bach thing and it quickly got much bigger than we had anticipated, and we&#8217;re not real programmers and we&#8217;re learning most stuff as we do it. At the beginning it should have been kind of 3 externals and a dozen of patches, and now things have really gone out of hand, we&#8217;ve got more 80 externals or so and we feel the need to tidy up things a little.</p>
<p>Right now, the 80 externals link against a small set of source files that provide a lot of common functions. Most objects are indeed little more than wrappers around some of these functions.</p>
<p>Now we&#8217;re starting to think that packaging all these common functions into a nice framework could be a good idea &#8211; things would look much tidier and the size of the externals would significantly decrease.</p>
<p>Provided that I can actually manage to build the framework and make it work (I&#8217;m still struggling with Xcode, but the number of linker errors is slowly decreasing), I have some questions:</p>
<p>- Will the fact that the framework is dynamically linked cause any problems, or significant performance penalties?</p>
<p>- Are there any special caveats to keep in mind to be sure that things will work seamlessly on other people&#8217;s machines?</p>
<p>- Any other considerations, suggestions, &#8230; ?</p>
<p>Thank you very much!</p>
<p>aa</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/framework/#post-204442</guid>
					<title><![CDATA[Re: framework]]></title>
					<link>http://cycling74.com/forums/topic/framework/#post-204442</link>
					<pubDate>Thu, 12 May 2011 11:12:24 +0000</pubDate>
					<dc:creator>Timothy Place</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Andrea,</p>
<p>The biggest challenge with Frameworks/dylibs/dlls/etc. is what happens when someone wants to create a standalone application, a Max for Live device, etc.</p>
<p>If you install to /Library/Frameworks then all of these can find it.  But then people expect a standalone to not have other steps for installing.</p>
<p>best,<br />
  Tim</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/framework/#post-204443</guid>
					<title><![CDATA[Re: framework]]></title>
					<link>http://cycling74.com/forums/topic/framework/#post-204443</link>
					<pubDate>Thu, 12 May 2011 15:17:28 +0000</pubDate>
					<dc:creator>andrea agostini</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Tim,</p>
<p>thank you for the info! I&#8217;ve managed to make the framework, and everything looks so much better now&#8230;</p>
<p>best<br />
aa</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

