<?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"
	>
<channel>
	<title>Comments on: Accessing Cocoa from Carbon from Cocoa</title>
	<atom:link href="http://www.homeofserendipity.com/2007/11/04/accessing-cocoa-from-carbon-from-cocoa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.homeofserendipity.com/2007/11/04/accessing-cocoa-from-carbon-from-cocoa/</link>
	<description>Making fortunate discoveries by accident</description>
	<pubDate>Fri, 21 Nov 2008 11:44:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Paul Louch</title>
		<link>http://www.homeofserendipity.com/2007/11/04/accessing-cocoa-from-carbon-from-cocoa/#comment-2</link>
		<dc:creator>Paul Louch</dc:creator>
		<pubDate>Tue, 06 Nov 2007 19:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.homeofserendipity.com/2007/11/04/accessing-cocoa-from-carbon-from-cocoa/#comment-2</guid>
		<description>I had the same problem but followed Apples Spelling version. Took a while but it worked. This is so much easier. One thing I did need to do though was in the header file the +(AppController *) sharedController; needed to be + (id *) sharedController;, or it complains about a mismatch.</description>
		<content:encoded><![CDATA[<p>I had the same problem but followed Apples Spelling version. Took a while but it worked. This is so much easier. One thing I did need to do though was in the header file the +(AppController *) sharedController; needed to be + (id *) sharedController;, or it complains about a mismatch.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
