<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Problems with Feeder, QuickTime 7.2 and Panther</title>
	<atom:link href="http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/feed/" rel="self" type="application/rss+xml" />
	<link>http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/</link>
	<description>Reinvented Software Weblog</description>
	<lastBuildDate>Fri, 17 Feb 2012 14:52:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Roy Bercaw</title>
		<link>http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/comment-page-1/#comment-64036</link>
		<dc:creator>Roy Bercaw</dc:creator>
		<pubDate>Wed, 24 Oct 2007 08:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/#comment-64036</guid>
		<description>After downloading 10.3.9 and Q/T 7.2 I am unable to do any video editing importing or exporting using iMovie. So add me to the list.</description>
		<content:encoded><![CDATA[<p>After downloading 10.3.9 and Q/T 7.2 I am unable to do any video editing importing or exporting using iMovie. So add me to the list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksandr Skobelev</title>
		<link>http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/comment-page-1/#comment-57778</link>
		<dc:creator>Aleksandr Skobelev</dc:creator>
		<pubDate>Wed, 19 Sep 2007 10:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/#comment-57778</guid>
		<description>I&#039;m not sure if I get you right. But as far as I understand, you don&#039;t need to link with 10.3.9 SDK to get app working on Panther, until you don&#039;t use Tiger-only API. So using 10.4u SDK you can get UB that will work fine on PPC under 10.3.9 and Intel. 

I&#039;ve just build UB version of the app I&#039;ve send to bugreport.apple.com as an example to the problem and got the same behavior: when I use Initialization routine in framework it crashes and when do not use - it runs fine.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if I get you right. But as far as I understand, you don&#8217;t need to link with 10.3.9 SDK to get app working on Panther, until you don&#8217;t use Tiger-only API. So using 10.4u SDK you can get UB that will work fine on PPC under 10.3.9 and Intel. </p>
<p>I&#8217;ve just build UB version of the app I&#8217;ve send to bugreport.apple.com as an example to the problem and got the same behavior: when I use Initialization routine in framework it crashes and when do not use &#8211; it runs fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Harris</title>
		<link>http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/comment-page-1/#comment-57736</link>
		<dc:creator>Steve Harris</dc:creator>
		<pubDate>Wed, 19 Sep 2007 03:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/#comment-57736</guid>
		<description>Thanks. 

My problem is that Feeder uses QTKit and is built as a 10.4 Universal application. When linking for 10.4 (which I have to do to make it a Universal binary) the version of QTKit linked is incompatible with 10.3.9, whereas it was compatible in all versions before QuickTime 7.2. Apple has acknowledged the bug - &lt;a href=&quot;rdar://5338802&quot; rel=&quot;nofollow&quot;&gt;rdar://5338802&lt;/a&gt;.

And unfortunately I can&#039;t produce a PPC-only version of Feeder linked against 10.3.9 without changing code and branching into two versions - the last time I tried, it was looking painful.</description>
		<content:encoded><![CDATA[<p>Thanks. </p>
<p>My problem is that Feeder uses QTKit and is built as a 10.4 Universal application. When linking for 10.4 (which I have to do to make it a Universal binary) the version of QTKit linked is incompatible with 10.3.9, whereas it was compatible in all versions before QuickTime 7.2. Apple has acknowledged the bug &#8211; <a href="rdar://5338802" rel="nofollow">rdar://5338802</a>.</p>
<p>And unfortunately I can&#8217;t produce a PPC-only version of Feeder linked against 10.3.9 without changing code and branching into two versions &#8211; the last time I tried, it was looking painful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksandr Skobelev</title>
		<link>http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/comment-page-1/#comment-57631</link>
		<dc:creator>Aleksandr Skobelev</dc:creator>
		<pubDate>Tue, 18 Sep 2007 14:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/#comment-57631</guid>
		<description>Hi! I just encountered the same problem recently in the application I&#039;m developing. When I was looking for solution I found this discussion. That helped me to understand that I was not alone. %)

Now, I&#039;ve localized the reason that caused QTKit to crash and fixed it. Maybe it&#039;ll help you also. In my situation I had a framework linked to QTKit, that had an explicit initialization routine, as soon as I removed that routine (in my case I didn&#039;t need it already) the all went well. I&#039;ve the small example project, that demonstrates exactly the same behavour.


Regards,
Aleksandr</description>
		<content:encoded><![CDATA[<p>Hi! I just encountered the same problem recently in the application I&#8217;m developing. When I was looking for solution I found this discussion. That helped me to understand that I was not alone. %)</p>
<p>Now, I&#8217;ve localized the reason that caused QTKit to crash and fixed it. Maybe it&#8217;ll help you also. In my situation I had a framework linked to QTKit, that had an explicit initialization routine, as soon as I removed that routine (in my case I didn&#8217;t need it already) the all went well. I&#8217;ve the small example project, that demonstrates exactly the same behavour.</p>
<p>Regards,<br />
Aleksandr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Raskovsky</title>
		<link>http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/comment-page-1/#comment-51452</link>
		<dc:creator>Michael Raskovsky</dc:creator>
		<pubDate>Tue, 07 Aug 2007 22:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/#comment-51452</guid>
		<description>Add me to the list of Panther users. We&#039;re bound to OS 10.3.9 due to limitations on a soon to be replaced audio interface (Digi 001 which won&#039;t support Tiger).
There appears to be no simple solution to the uninstall QT dilema and though I don&#039;t hold you responsible in the least, a red flag would have save me (and my four good friends) a ton of grief.
For those others going thru the pain, visit the Apple discussions group mentioned above and know that your tears have company.</description>
		<content:encoded><![CDATA[<p>Add me to the list of Panther users. We&#8217;re bound to OS 10.3.9 due to limitations on a soon to be replaced audio interface (Digi 001 which won&#8217;t support Tiger).<br />
There appears to be no simple solution to the uninstall QT dilema and though I don&#8217;t hold you responsible in the least, a red flag would have save me (and my four good friends) a ton of grief.<br />
For those others going thru the pain, visit the Apple discussions group mentioned above and know that your tears have company.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Harris</title>
		<link>http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/comment-page-1/#comment-50812</link>
		<dc:creator>Steve Harris</dc:creator>
		<pubDate>Sat, 04 Aug 2007 02:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/#comment-50812</guid>
		<description>I have done everything I can by researching and reporting the problem to Apple the moment I became aware of it. They have confirmed that this is their bug, to be addressed by them. I am quite serious when I say how many people are affected by this.

Workarounds are:

- Downgrade to QuickTime 7.1.6. I have no instructions on how to do this, you can always seek help in the QuickTime support forums: http://discussions.apple.com/forum.jspa?forumID=932

- Upgrade to Mac OS X 10.4

If you want a refund, bearing in mind that this will be fixed in a QuickTime update, you should write to support@reinventedsoftware.com to tell me your registration code or email address used to purchase Feeder, as I can&#039;t find your details from the name or email used for your comment. Thanks.
</description>
		<content:encoded><![CDATA[<p>I have done everything I can by researching and reporting the problem to Apple the moment I became aware of it. They have confirmed that this is their bug, to be addressed by them. I am quite serious when I say how many people are affected by this.</p>
<p>Workarounds are:</p>
<p>- Downgrade to QuickTime 7.1.6. I have no instructions on how to do this, you can always seek help in the QuickTime support forums: <a href="http://discussions.apple.com/forum.jspa?forumID=932" rel="nofollow">http://discussions.apple.com/forum.jspa?forumID=932</a></p>
<p>- Upgrade to Mac OS X 10.4</p>
<p>If you want a refund, bearing in mind that this will be fixed in a QuickTime update, you should write to <a href="mailto:support@reinventedsoftware.com">support@reinventedsoftware.com</a> to tell me your registration code or email address used to purchase Feeder, as I can&#8217;t find your details from the name or email used for your comment. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris carlson</title>
		<link>http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/comment-page-1/#comment-50715</link>
		<dc:creator>chris carlson</dc:creator>
		<pubDate>Fri, 03 Aug 2007 13:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/#comment-50715</guid>
		<description>I&#039;m not blaming you, but you&#039;re doing nothing to fix the problem, and at the same time making fun of 4 people with the problem. How about a refund?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not blaming you, but you&#8217;re doing nothing to fix the problem, and at the same time making fun of 4 people with the problem. How about a refund?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Harris</title>
		<link>http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/comment-page-1/#comment-50228</link>
		<dc:creator>Steve Harris</dc:creator>
		<pubDate>Tue, 31 Jul 2007 21:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/#comment-50228</guid>
		<description>Unfortunately, only Apple can fix it - but as they have acknowledged the problem, I would expect a fix to be included in an update to QuickTime soon.</description>
		<content:encoded><![CDATA[<p>Unfortunately, only Apple can fix it &#8211; but as they have acknowledged the problem, I would expect a fix to be included in an update to QuickTime soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris carlson</title>
		<link>http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/comment-page-1/#comment-50187</link>
		<dc:creator>chris carlson</dc:creator>
		<pubDate>Tue, 31 Jul 2007 15:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/#comment-50187</guid>
		<description>My Feeder (registered + purchased) no longer launches under OSX 10.3.9 .

Reinvented, is my purchase for naught? Can anyone straighten this out?

Thanks.</description>
		<content:encoded><![CDATA[<p>My Feeder (registered + purchased) no longer launches under OSX 10.3.9 .</p>
<p>Reinvented, is my purchase for naught? Can anyone straighten this out?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/comment-page-1/#comment-48168</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 17 Jul 2007 22:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://reinventedsoftware.com/blog/2007/07/13/problems-with-feeder-quicktime-72-and-panther/#comment-48168</guid>
		<description>I have a problem with final cut pro after upgrading to quicktime 7.2 .  There&#039;s somehting very bad in that code!</description>
		<content:encoded><![CDATA[<p>I have a problem with final cut pro after upgrading to quicktime 7.2 .  There&#8217;s somehting very bad in that code!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

