<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://blogs.forum.nokia.com/styles/rss.css" type="text/css"?>
<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns="http://my.netscape.com/rdf/simple/0.9/"
>

 <channel>
  <title>Lucian Tomuta&#039;s Forum Nokia Blog</title>
  <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog</link>
  <description>&lt;p&gt;Don&#039;t expect miracles here, don&#039;t expect solutions to world&#039;s problems. It is more likely that I will ask [myself] questions looking for a always elusive answer.&lt;br /&gt;
And of course: &quot;All opinions expressed in this blog are the author&#039;s own and do not necessarily represent the official view of Nokia&quot;. I mean it!&lt;/p&gt;
</description>
 </channel>
    <item>
   <title>S60 development on Windows 7</title>
   <description>&lt;link href=&quot;http://blogs.forum.nokia.com/js/tinymce/themes/advanced/css/editor_content.css&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;link href=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/insertresource/css/content.css&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;link href=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/insertvideo/css/content.css&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;link href=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/insertaudio/css/content.css&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;link href=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/more/more.css&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;link href=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/spellchecker/css/content.css&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;base href=&quot;http://blogs.forum.nokia.com/&quot; /&gt;
One of the first comments to my &lt;a href=&quot;http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/06/15/s60-sdk-tools-on-windows-vista-a-success-story&quot; title=&quot;S60 SDK and tools on Windows Vista - a success story&quot;&gt;S60 SDK and tools on Windows Vista - a success story&lt;/a&gt; article was that we should hurry up with making the tools compatible with Vista because what do you know, Windows 7 is around the corner and we will be again trailing behind ... :) 
&lt;p&gt;
Well, &lt;a href=&quot;http://www.microsoft.com/windows/windows-7/&quot; target=&quot;_blank&quot; title=&quot;microsoft.com&quot;&gt;Windows 7&lt;/a&gt; (beta, Ultimate edition) is now available for download and is surprisingly stable. On a modest IBM Thinkpad T41 the OS installs ok and although it has some bells and whistles disabled (or because of that, after all Aero is cute but resource hungry) I find it to be fast and fresh ... 
&lt;/p&gt;
&lt;p&gt;
So, how&amp;nbsp;do Carbide (now version 2.0) and the S60 SDK (now the S60 5th Edition SDK v0.9) behave on this Windows release? 
&lt;/p&gt;
&lt;p&gt;
As with Vista, the key is to be careful and as much as possible in control of what you&#039;re doing. There seems to be only two rules to follow: install the tools with admin rights and verify the result after each step. 
&lt;/p&gt;
&lt;p&gt;
I&#039;ve followed roughly the same steps and compared with the previous results the following are to be noted: 
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;The only ActivePerl package I&#039;ve found for download was in *.msi format. This is basically a document to&amp;nbsp; be handled by the Windows Installer and does not have a &amp;quot;Run as Administrator&amp;quot; option.&lt;br /&gt;
	Holding the Shift key down while accessing the context menu one can find a &amp;quot;Run as other user...&amp;quot; option but in an attempt to use that I found out that the Administrator account was by default disabled.&lt;br /&gt;
	I ended up enabling this account, setting a password for it and then running the Windows Installer from the command line (just to be sure):&lt;br /&gt;
	&lt;br /&gt;
	&lt;span&gt;
	&lt;p&gt;
	&lt;em&gt;&amp;gt; runas /noprofile /user:administrator &amp;quot;msiexec /i c:\users\lucian\desktop\ActivePerl-5.6.1.635-MSWin32-x86.msi&amp;quot;&lt;/em&gt; 
	&lt;/p&gt;
	&lt;/span&gt;Aside from this small complication all went ok and at the end I could verify that Perl was correctly added to the path and can be invoked (tools verification as described in &lt;a href=&quot;http://wiki.forum.nokia.com/index.php/How_do_I_start_programming_for_Symbian_OS%3F&quot; target=&quot;_blank&quot; title=&quot;Forum Nokia Wiki&quot;&gt;How do I start programming for Symbian OS?&lt;/a&gt;).&lt;span&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;As in the previous post, I&#039;ve chose to install the GCC compiler myself rather than let the SDK setup to start it. However, despite running it with administrator privileges the installer was not able to modify the %PATH% environment variable so I had to edit it manually and set it as &lt;em&gt;&lt;span&gt;%PATH%=c:\Program Files\CSL Arm Toolchain\bin;%PATH%&lt;br /&gt;
	&lt;br /&gt;
	&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span&gt;The emulator is running OK with no hacks applied&amp;nbsp;(like DEP deactivation), just the usual firewall blockage removal&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;span&gt;That&#039;s it. Unofficially and with a &amp;quot;only for hackers&amp;quot; recommendation I declare the S60 development tools Windows 7 ready. :)&lt;/span&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;span&gt;Btw, as in the previous tests, I found that I don&#039;t need the official Vista patch provided with the SDK or any of the many hacks documented in the Migrating to Windows Vista wiki article. Or at least I did not need them ... yet. &lt;/span&gt;&lt;img src=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/emotions/images/smiley-cool.gif&quot; border=&quot;0&quot; alt=&quot;Cool&quot; title=&quot;Cool&quot; /&gt; 
&lt;/p&gt;</description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/01/15/s60-development-on-windows-7</link>
      <pubDate>Thu, 15 Jan 2009 11:00:40 +0200</pubDate>   
  </item>
  </rdf:RDF>

