<?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: Mixing Cocoa and Qt</title>
	<atom:link href="http://el-tramo.be/blog/mixing-cocoa-and-qt/feed" rel="self" type="application/rss+xml" />
	<link>http://el-tramo.be/blog/mixing-cocoa-and-qt</link>
	<description>Remko Tronçon&#039;s Homepage</description>
	<lastBuildDate>Wed, 14 Jul 2010 08:39:57 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ravi</title>
		<link>http://el-tramo.be/blog/mixing-cocoa-and-qt/comment-page-1#comment-84229</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Wed, 14 Jul 2010 08:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/?p=155#comment-84229</guid>
		<description>Thanks
for quick info.</description>
		<content:encoded><![CDATA[<p>Thanks<br />
for quick info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remko Tronçon</title>
		<link>http://el-tramo.be/blog/mixing-cocoa-and-qt/comment-page-1#comment-84228</link>
		<dc:creator>Remko Tronçon</dc:creator>
		<pubDate>Wed, 14 Jul 2010 06:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/?p=155#comment-84228</guid>
		<description>@Ravi No, AFAIK Sparkle only has a Mac OS X version. And more importantly, this post is about Cocoa, which isn&#039;t used on Symbian.</description>
		<content:encoded><![CDATA[<p>@Ravi No, AFAIK Sparkle only has a Mac OS X version. And more importantly, this post is about Cocoa, which isn&#8217;t used on Symbian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://el-tramo.be/blog/mixing-cocoa-and-qt/comment-page-1#comment-84227</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Wed, 14 Jul 2010 06:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/?p=155#comment-84227</guid>
		<description>Hi,
I want to know can I use the same code for symbian S 60 based device for updating application?


Thanks
:)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I want to know can I use the same code for symbian S 60 based device for updating application?</p>
<p>Thanks<br />
 <img src='http://el-tramo.be/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://el-tramo.be/blog/mixing-cocoa-and-qt/comment-page-1#comment-82537</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 26 Mar 2010 13:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/?p=155#comment-82537</guid>
		<description>Finally got everything working and it s great.
Now i face one last problem. is there a way to tell the AutoUpdater to use another language?
My Qt application can be in multiple language not related to the system language. But the AutoUpdater is always in English and i dont know how to change it.

Thanks</description>
		<content:encoded><![CDATA[<p>Finally got everything working and it s great.<br />
Now i face one last problem. is there a way to tell the AutoUpdater to use another language?<br />
My Qt application can be in multiple language not related to the system language. But the AutoUpdater is always in English and i dont know how to change it.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://el-tramo.be/blog/mixing-cocoa-and-qt/comment-page-1#comment-82528</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 25 Mar 2010 16:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/?p=155#comment-82528</guid>
		<description>EDIT: GOT IT!!!!! didnt see that the checkForUpdates function needed an argument :D
Sorry for the trouble</description>
		<content:encoded><![CDATA[<p>EDIT: GOT IT!!!!! didnt see that the checkForUpdates function needed an argument <img src='http://el-tramo.be/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Sorry for the trouble</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://el-tramo.be/blog/mixing-cocoa-and-qt/comment-page-1#comment-82527</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 25 Mar 2010 16:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/?p=155#comment-82527</guid>
		<description>Hi Remko,

First thanks for your post as it helped me a lot!
But i have a big problem with it.
In your example you use checkForUpdatesInBackground which works great.
Now if you try to use checkForUpdates(because you want the checking gui) then you get a crash every time! I use QT for Cocoa. Happens on 4.6, 4.6.2 and 4.7.0.preview

2010-03-25 17:30:15.046 mixing-cocoa-and-qt[66080:903] -[SUUpdater checkForUpdates]: unrecognized selector sent to instance 0x1011ad970
2010-03-25 17:30:15.048 mixing-cocoa-and-qt[66080:903] An uncaught exception was raised
2010-03-25 17:30:15.076 mixing-cocoa-and-qt[66080:903] -[SUUpdater checkForUpdates]: unrecognized selector sent to instance 0x1011ad970
2010-03-25 17:30:15.134 mixing-cocoa-and-qt[66080:903] *** Terminating app due to uncaught exception &#039;NSInvalidArgumentException&#039;, reason: &#039;-[SUUpdater checkForUpdates]: unrecognized selector sent to instance 0x1011ad970&#039;
*** Call stack at first throw:
(
        0   CoreFoundation                      0x00007fff80283444 __exceptionPreprocess + 180
        1   libobjc.A.dylib                     0x00007fff857d10f3 objc_exception_throw + 45
        2   CoreFoundation                      0x00007fff802dc1c0 +[NSObject(NSObject) doesNotRecognizeSelector:] + 0
        3   CoreFoundation                      0x00007fff8025608f ___forwarding___ + 751
        4   CoreFoundation                      0x00007fff802521d8 _CF_forwarding_prep_0 + 232
        5   mixing-cocoa-and-qt                 0x000000010000546b main + 251
        6   mixing-cocoa-and-qt                 0x0000000100004b32 _start + 224
        7   mixing-cocoa-and-qt                 0x0000000100004a51 start + 33
        8   ???                                 0x0000000000000001 0x0 + 1
)
terminate called after throwing an instance of &#039;NSException&#039;
The program has unexpectedly finished.

Any help?</description>
		<content:encoded><![CDATA[<p>Hi Remko,</p>
<p>First thanks for your post as it helped me a lot!<br />
But i have a big problem with it.<br />
In your example you use checkForUpdatesInBackground which works great.<br />
Now if you try to use checkForUpdates(because you want the checking gui) then you get a crash every time! I use QT for Cocoa. Happens on 4.6, 4.6.2 and 4.7.0.preview</p>
<p>2010-03-25 17:30:15.046 mixing-cocoa-and-qt[66080:903] -[SUUpdater checkForUpdates]: unrecognized selector sent to instance 0&#215;1011ad970<br />
2010-03-25 17:30:15.048 mixing-cocoa-and-qt[66080:903] An uncaught exception was raised<br />
2010-03-25 17:30:15.076 mixing-cocoa-and-qt[66080:903] -[SUUpdater checkForUpdates]: unrecognized selector sent to instance 0&#215;1011ad970<br />
2010-03-25 17:30:15.134 mixing-cocoa-and-qt[66080:903] *** Terminating app due to uncaught exception &#8216;NSInvalidArgumentException&#8217;, reason: &#8216;-[SUUpdater checkForUpdates]: unrecognized selector sent to instance 0&#215;1011ad970&#8242;<br />
*** Call stack at first throw:<br />
(<br />
        0   CoreFoundation                      0&#215;00007fff80283444 __exceptionPreprocess + 180<br />
        1   libobjc.A.dylib                     0&#215;00007fff857d10f3 objc_exception_throw + 45<br />
        2   CoreFoundation                      0&#215;00007fff802dc1c0 +[NSObject(NSObject) doesNotRecognizeSelector:] + 0<br />
        3   CoreFoundation                      0&#215;00007fff8025608f ___forwarding___ + 751<br />
        4   CoreFoundation                      0&#215;00007fff802521d8 _CF_forwarding_prep_0 + 232<br />
        5   mixing-cocoa-and-qt                 0&#215;000000010000546b main + 251<br />
        6   mixing-cocoa-and-qt                 0&#215;0000000100004b32 _start + 224<br />
        7   mixing-cocoa-and-qt                 0&#215;0000000100004a51 start + 33<br />
        8   ???                                 0&#215;0000000000000001 0&#215;0 + 1<br />
)<br />
terminate called after throwing an instance of &#8216;NSException&#8217;<br />
The program has unexpectedly finished.</p>
<p>Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remko Tronçon</title>
		<link>http://el-tramo.be/blog/mixing-cocoa-and-qt/comment-page-1#comment-82040</link>
		<dc:creator>Remko Tronçon</dc:creator>
		<pubDate>Sun, 17 Jan 2010 20:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/?p=155#comment-82040</guid>
		<description>@Michael I haven&#039;t, but Psi&#039;s latest release has webcam support in it, and it&#039;s Qt based. It does use GStreamer though, which probably is more pain than you want.</description>
		<content:encoded><![CDATA[<p>@Michael I haven&#8217;t, but Psi&#8217;s latest release has webcam support in it, and it&#8217;s Qt based. It does use GStreamer though, which probably is more pain than you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://el-tramo.be/blog/mixing-cocoa-and-qt/comment-page-1#comment-82039</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 17 Jan 2010 18:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/?p=155#comment-82039</guid>
		<description>Thank you for such a quick and useful response, adding that framework works a treat :-)

I don&#039;t suppose you&#039;ve ever tried to integrate a webcam into a Qt application have you?  I don&#039;t expect you to have, but it would save me an awful lot of time!

Thanks again,
Michael</description>
		<content:encoded><![CDATA[<p>Thank you for such a quick and useful response, adding that framework works a treat <img src='http://el-tramo.be/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I don&#8217;t suppose you&#8217;ve ever tried to integrate a webcam into a Qt application have you?  I don&#8217;t expect you to have, but it would save me an awful lot of time!</p>
<p>Thanks again,<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remko Tronçon</title>
		<link>http://el-tramo.be/blog/mixing-cocoa-and-qt/comment-page-1#comment-82038</link>
		<dc:creator>Remko Tronçon</dc:creator>
		<pubDate>Sun, 17 Jan 2010 16:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/?p=155#comment-82038</guid>
		<description>@Michael I check every thread on my blog all the time (or at least, have e-mails telling me someone said something ;-)

It seems my QMake .pro file was missing a framework: just add &quot;-framework AppKit&quot; to the LIBS varable. The sources should be fixed now.</description>
		<content:encoded><![CDATA[<p>@Michael I check every thread on my blog all the time (or at least, have e-mails telling me someone said something <img src='http://el-tramo.be/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>It seems my QMake .pro file was missing a framework: just add &#8220;-framework AppKit&#8221; to the LIBS varable. The sources should be fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://el-tramo.be/blog/mixing-cocoa-and-qt/comment-page-1#comment-82037</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 17 Jan 2010 01:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/?p=155#comment-82037</guid>
		<description>I don&#039;t suppose you&#039;re still checking this thread, Remko, but if you are I am trying to do something very similar.  I am trying to display a live video feed in a Qt application from a webcam connected to the computer (which is a Mac).  It seems so me that the QTKit capture api is the best way to do this but I am struggling to get anything to work, including your demo.  Whether it&#039;s a problem with Qt 4.6 I&#039;m not sure.  The errors I get with my own code look like they&#039;re caused by the same problem... whatever it is.  Any help would be greatly appreciated.

The pastie link below has the output when trying to compile your source as is.  The sparkle framework is in place and is found by the compiler so it&#039;s not that...

http://pastie.org/781365

any ideas?
Michael</description>
		<content:encoded><![CDATA[<p>I don&#8217;t suppose you&#8217;re still checking this thread, Remko, but if you are I am trying to do something very similar.  I am trying to display a live video feed in a Qt application from a webcam connected to the computer (which is a Mac).  It seems so me that the QTKit capture api is the best way to do this but I am struggling to get anything to work, including your demo.  Whether it&#8217;s a problem with Qt 4.6 I&#8217;m not sure.  The errors I get with my own code look like they&#8217;re caused by the same problem&#8230; whatever it is.  Any help would be greatly appreciated.</p>
<p>The pastie link below has the output when trying to compile your source as is.  The sparkle framework is in place and is found by the compiler so it&#8217;s not that&#8230;</p>
<p><a href="http://pastie.org/781365" rel="nofollow">http://pastie.org/781365</a></p>
<p>any ideas?<br />
Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>
