<?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: Interview with Gregg Sauter and Peter Nielsen: Talking about Nokia&#8217;s new N-Gage platform</title>
	<atom:link href="http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html</link>
	<description>Cell Phone News, Information, and Analysis</description>
	<lastBuildDate>Wed, 25 Nov 2009 21:54:25 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: viipottaja</title>
		<link>http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html/comment-page-1/#comment-12173</link>
		<dc:creator>viipottaja</dc:creator>
		<pubDate>Thu, 01 Mar 2007 01:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html#comment-12173</guid>
		<description>Did not mean to say that its about graphics alone. Games its what its all about it. Still, it is awesome to see cool graphics _too_. I would say that graphics do sell games to some extent, but they do not a good game make. Just think of all the fantastic games on Intellivision (ah that tennis.. ) or Commodore 64.. :)
</description>
		<content:encoded><![CDATA[<p>Did not mean to say that its about graphics alone. Games its what its all about it. Still, it is awesome to see cool graphics _too_. I would say that graphics do sell games to some extent, but they do not a good game make. Just think of all the fantastic games on Intellivision (ah that tennis.. ) or Commodore 64.. <img src='http://static.intomobile.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Constantinescu</title>
		<link>http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html/comment-page-1/#comment-12172</link>
		<dc:creator>Stefan Constantinescu</dc:creator>
		<pubDate>Wed, 28 Feb 2007 22:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html#comment-12172</guid>
		<description>Rodrigo: Huge thanks for breaking it down for me.

Viipottaja: Graphics don&#039;t sell games. I have both a DS and a PSP and I love my DS a WHOLE lot more.</description>
		<content:encoded><![CDATA[<p>Rodrigo: Huge thanks for breaking it down for me.</p>
<p>Viipottaja: Graphics don&#8217;t sell games. I have both a DS and a PSP and I love my DS a WHOLE lot more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viipottaja</title>
		<link>http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html/comment-page-1/#comment-12171</link>
		<dc:creator>Viipottaja</dc:creator>
		<pubDate>Wed, 28 Feb 2007 21:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html#comment-12171</guid>
		<description>More to the point: Nokia is going to rule cell phone gaming for the next couple of years at least! PSP quality games on a cell phone.. ay! :)</description>
		<content:encoded><![CDATA[<p>More to the point: Nokia is going to rule cell phone gaming for the next couple of years at least! PSP quality games on a cell phone.. ay! <img src='http://static.intomobile.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo B.</title>
		<link>http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html/comment-page-1/#comment-12170</link>
		<dc:creator>Rodrigo B.</dc:creator>
		<pubDate>Wed, 28 Feb 2007 21:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html#comment-12170</guid>
		<description>C++ is a standard which defines the syntax, capabilities and other features of a language. The C++ functions you use to access the resources of the computer (hardware, threads, etc.) are what we call API&#039;s (an API to access the display, an API to access the network, etc.). S60 has a lot of API&#039;s (some from the underlying Symbian OS, some from the S60 platform). UIQ has a lot of API&#039;s too (the same as S60 from the underlying Symbian OS, others completely different defined in the UIQ platform).

In this case, I think he means the Open C platform, not C++ per se: Open C is another platform, attached to Symbian, which defines its own set of API&#039;s you can use to develop software. In the future you will be able to write software using the Open C API&#039;s to manage the logic of your program and Symbian and S60 API&#039;s to manage the hardware and display, which is good because there are a lot more POSIX/Unix programmers than Symbian programmers (Open C is POSIX + other popular desktop platform API&#039;s, AFAIK).</description>
		<content:encoded><![CDATA[<p>C++ is a standard which defines the syntax, capabilities and other features of a language. The C++ functions you use to access the resources of the computer (hardware, threads, etc.) are what we call API&#8217;s (an API to access the display, an API to access the network, etc.). S60 has a lot of API&#8217;s (some from the underlying Symbian OS, some from the S60 platform). UIQ has a lot of API&#8217;s too (the same as S60 from the underlying Symbian OS, others completely different defined in the UIQ platform).</p>
<p>In this case, I think he means the Open C platform, not C++ per se: Open C is another platform, attached to Symbian, which defines its own set of API&#8217;s you can use to develop software. In the future you will be able to write software using the Open C API&#8217;s to manage the logic of your program and Symbian and S60 API&#8217;s to manage the hardware and display, which is good because there are a lot more POSIX/Unix programmers than Symbian programmers (Open C is POSIX + other popular desktop platform API&#8217;s, AFAIK).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Constantinescu</title>
		<link>http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html/comment-page-1/#comment-12169</link>
		<dc:creator>Stefan Constantinescu</dc:creator>
		<pubDate>Wed, 28 Feb 2007 18:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html#comment-12169</guid>
		<description>I thought &quot;Symbian C++&quot; was a derivative of the language that was to be used only on Symbian operating systems?

I&#039;m basing my statement off this question in the interview:

&quot;What&#039;s their reaction been?

PN: Well, those studios haven&#039;t had it long but we are getting feedback already. One of the key things is that now we are based on C++ as opposed to Symbian there has been a good response to the easier learning curve. Choosing Open C means more opportunities for development and more opportunities to find new talent and get developers involved in the creation of N-Gage games, as opposed to Symbian applications.&quot;

I&#039;d like to learn more :-)</description>
		<content:encoded><![CDATA[<p>I thought &#8220;Symbian C++&#8221; was a derivative of the language that was to be used only on Symbian operating systems?</p>
<p>I&#8217;m basing my statement off this question in the interview:</p>
<p>&#8220;What&#8217;s their reaction been?</p>
<p>PN: Well, those studios haven&#8217;t had it long but we are getting feedback already. One of the key things is that now we are based on C++ as opposed to Symbian there has been a good response to the easier learning curve. Choosing Open C means more opportunities for development and more opportunities to find new talent and get developers involved in the creation of N-Gage games, as opposed to Symbian applications.&#8221;</p>
<p>I&#8217;d like to learn more <img src='http://static.intomobile.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo B.</title>
		<link>http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html/comment-page-1/#comment-12168</link>
		<dc:creator>Rodrigo B.</dc:creator>
		<pubDate>Wed, 28 Feb 2007 18:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.intomobile.com/2007/02/28/interview-with-gregg-sauter-and-peter-nielsen-talking-about-nokias-new-n-gage-platform.html#comment-12168</guid>
		<description>Stefan, Symbian is the operating system, which offers a set of C++ API&#039;s that developers have to use. There is no Symbian language, but a Symbian OS (with a set of API&#039;s), a S60 platform (which offers more API&#039;s to use) and finally the C++ application using all of these interfaces (the game, in this case).</description>
		<content:encoded><![CDATA[<p>Stefan, Symbian is the operating system, which offers a set of C++ API&#8217;s that developers have to use. There is no Symbian language, but a Symbian OS (with a set of API&#8217;s), a S60 platform (which offers more API&#8217;s to use) and finally the C++ application using all of these interfaces (the game, in this case).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
