<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Questions for Nick Hodges</title>
	<atom:link href="http://delphi.org/2010/05/questions-for-nick-hodges/feed/" rel="self" type="application/rss+xml" />
	<link>http://delphi.org/2010/05/questions-for-nick-hodges/</link>
	<description>The Podcast about the Delphi programming language, tools, news and community.</description>
	<lastBuildDate>Wed, 22 Feb 2012 11:47:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Jim McKeeth</title>
		<link>http://delphi.org/2010/05/questions-for-nick-hodges/comment-page-1/#comment-857</link>
		<dc:creator>Jim McKeeth</dc:creator>
		<pubDate>Thu, 06 May 2010 17:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/2010/05/questions-for-nick-hodges/#comment-857</guid>
		<description>Comments closed in preparation for interview.  Thanks to all who commented!</description>
		<content:encoded><![CDATA[<p>Comments closed in preparation for interview.  Thanks to all who commented!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gad D Lord</title>
		<link>http://delphi.org/2010/05/questions-for-nick-hodges/comment-page-1/#comment-856</link>
		<dc:creator>Gad D Lord</dc:creator>
		<pubDate>Thu, 06 May 2010 17:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/2010/05/questions-for-nick-hodges/#comment-856</guid>
		<description>1. Is QT the target GUI framework for Mac development?
2. If yes, shall there be a nasty CLX wrapper around it or good JCL-like headers?
3. When Delphi will be made as portable application?</description>
		<content:encoded><![CDATA[<p>1. Is QT the target GUI framework for Mac development?<br />
2. If yes, shall there be a nasty CLX wrapper around it or good JCL-like headers?<br />
3. When Delphi will be made as portable application?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihaela MJ</title>
		<link>http://delphi.org/2010/05/questions-for-nick-hodges/comment-page-1/#comment-853</link>
		<dc:creator>Mihaela MJ</dc:creator>
		<pubDate>Thu, 06 May 2010 09:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/2010/05/questions-for-nick-hodges/#comment-853</guid>
		<description>Hi Jim,

Here&#039;s what I would like to ask:

Easily migrating Delphi configuration settings and third-party components/tools form one PC to another:

Scenario:
1. I install Delphi on one PC
2. Install third-party components and tools
3. Set up library paths, etc..
4. I would like to easily migrate the same configuration and files to other PC

Perhaps Delphi should require installing third party components and tools in some kind of a sandbox (virtual storage) for easy migration.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Jim,</p>
<p>Here&#8217;s what I would like to ask:</p>
<p>Easily migrating Delphi configuration settings and third-party components/tools form one PC to another:</p>
<p>Scenario:<br />
1. I install Delphi on one PC<br />
2. Install third-party components and tools<br />
3. Set up library paths, etc..<br />
4. I would like to easily migrate the same configuration and files to other PC</p>
<p>Perhaps Delphi should require installing third party components and tools in some kind of a sandbox (virtual storage) for easy migration.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Giesen</title>
		<link>http://delphi.org/2010/05/questions-for-nick-hodges/comment-page-1/#comment-852</link>
		<dc:creator>Oliver Giesen</dc:creator>
		<pubDate>Thu, 06 May 2010 08:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/2010/05/questions-for-nick-hodges/#comment-852</guid>
		<description>Regarding 64bit-compiler:

* Can I expect to compile my existing 32bit-projects (especially COM-DLLs) to 64bit without changes to the source code? If not, what areas do I have to look out for? How can/should I prepare my code for this?

* Is there any chance at all I will be able to compile to 64bit before the end of the year (e.g. via a preview compiler in D2011 or by participating in a beta/field test)?

* How big exactly was the ratio of people voting for xplat over 64bit in the user survey? When evaluating that did you consider that many people are still not aware that 64bit is not only about big numbers and huge amounts of memory but also about staying able to integrate and communicate with third-party processes (think shell-extensions or Office-addins)?


Misc:

* What syntactic sugar currently present in Prism can we expect to be carried over to D2011? Nullable types? Iterators? Parallel loops? Type inference (and with it simplified closure syntax)?

* Can we expect the inclusion of a UI testing framework (such as Zombie) in the foreseeable future?

* I heard version control integration will be included in D2011. Will this be a generic interface or Subversion only?

* Will you stick to the horribly sluggish &quot;Document Explorer&quot; thing for displaying help? Is there any chance we will get back instant context help any time soon?

* Have you considered adding formatter support to live templates so I will no longer have to manually reformat all the stock templates whenever I install Delphi?

* What others asked already: Strategy for attracting new users, future of the Turbos, possible profiler bundling,  MVC/MVP, Roadmap updates, native regexes, etc.</description>
		<content:encoded><![CDATA[<p>Regarding 64bit-compiler:</p>
<p>* Can I expect to compile my existing 32bit-projects (especially COM-DLLs) to 64bit without changes to the source code? If not, what areas do I have to look out for? How can/should I prepare my code for this?</p>
<p>* Is there any chance at all I will be able to compile to 64bit before the end of the year (e.g. via a preview compiler in D2011 or by participating in a beta/field test)?</p>
<p>* How big exactly was the ratio of people voting for xplat over 64bit in the user survey? When evaluating that did you consider that many people are still not aware that 64bit is not only about big numbers and huge amounts of memory but also about staying able to integrate and communicate with third-party processes (think shell-extensions or Office-addins)?</p>
<p>Misc:</p>
<p>* What syntactic sugar currently present in Prism can we expect to be carried over to D2011? Nullable types? Iterators? Parallel loops? Type inference (and with it simplified closure syntax)?</p>
<p>* Can we expect the inclusion of a UI testing framework (such as Zombie) in the foreseeable future?</p>
<p>* I heard version control integration will be included in D2011. Will this be a generic interface or Subversion only?</p>
<p>* Will you stick to the horribly sluggish &#8220;Document Explorer&#8221; thing for displaying help? Is there any chance we will get back instant context help any time soon?</p>
<p>* Have you considered adding formatter support to live templates so I will no longer have to manually reformat all the stock templates whenever I install Delphi?</p>
<p>* What others asked already: Strategy for attracting new users, future of the Turbos, possible profiler bundling,  MVC/MVP, Roadmap updates, native regexes, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Hofmann</title>
		<link>http://delphi.org/2010/05/questions-for-nick-hodges/comment-page-1/#comment-851</link>
		<dc:creator>Marc Hofmann</dc:creator>
		<pubDate>Thu, 06 May 2010 06:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/2010/05/questions-for-nick-hodges/#comment-851</guid>
		<description>Hi...

Are there any plan to migrate BOLD for Delphi &gt;= 2009...?

Thank you,
Marc</description>
		<content:encoded><![CDATA[<p>Hi&#8230;</p>
<p>Are there any plan to migrate BOLD for Delphi &gt;= 2009&#8230;?</p>
<p>Thank you,<br />
Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carsten Fulde</title>
		<link>http://delphi.org/2010/05/questions-for-nick-hodges/comment-page-1/#comment-850</link>
		<dc:creator>Carsten Fulde</dc:creator>
		<pubDate>Thu, 06 May 2010 06:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/2010/05/questions-for-nick-hodges/#comment-850</guid>
		<description>Questions about Express Editions for Nick:
why Embarcadero canceled the Express editions? It was a nice way of binding younger developers to your products. Look at Microsoft, they gave their Visual Studio away for nothing. Also it would increase the amount of free software written in / with Delphi.
Did you plan to release them again in the future, if so, when??</description>
		<content:encoded><![CDATA[<p>Questions about Express Editions for Nick:<br />
why Embarcadero canceled the Express editions? It was a nice way of binding younger developers to your products. Look at Microsoft, they gave their Visual Studio away for nothing. Also it would increase the amount of free software written in / with Delphi.<br />
Did you plan to release them again in the future, if so, when??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilfred Oluoch</title>
		<link>http://delphi.org/2010/05/questions-for-nick-hodges/comment-page-1/#comment-849</link>
		<dc:creator>Wilfred Oluoch</dc:creator>
		<pubDate>Thu, 06 May 2010 04:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/2010/05/questions-for-nick-hodges/#comment-849</guid>
		<description>Will there be Office 2010 UI elemenets (Fluent Ribbon,etc) components in the next version of Delphi? And how about a $99 standard version and a $399 Professional version?</description>
		<content:encoded><![CDATA[<p>Will there be Office 2010 UI elemenets (Fluent Ribbon,etc) components in the next version of Delphi? And how about a $99 standard version and a $399 Professional version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Craig Johnston</title>
		<link>http://delphi.org/2010/05/questions-for-nick-hodges/comment-page-1/#comment-848</link>
		<dc:creator>Adam Craig Johnston</dc:creator>
		<pubDate>Wed, 05 May 2010 23:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/2010/05/questions-for-nick-hodges/#comment-848</guid>
		<description>It seems vlcx is being updated for the new Delphi 2011 cross compiler any hope that vcl.net will be updated for Delphi Prism. And maybe Delphi Prism will be included in Rad Studio?</description>
		<content:encoded><![CDATA[<p>It seems vlcx is being updated for the new Delphi 2011 cross compiler any hope that vcl.net will be updated for Delphi Prism. And maybe Delphi Prism will be included in Rad Studio?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clóvis Valadares</title>
		<link>http://delphi.org/2010/05/questions-for-nick-hodges/comment-page-1/#comment-846</link>
		<dc:creator>Clóvis Valadares</dc:creator>
		<pubDate>Wed, 05 May 2010 23:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/2010/05/questions-for-nick-hodges/#comment-846</guid>
		<description>Question for Nick:
1. When we will have a multi-line string?

2. We need a better syntax for closures, like C# or Ruby syntax. Do you talk about this type of syntax evolution in Embarcadero?

3. When we will have regex support in the syntax? 

4. When we will have native memory garbage collection?</description>
		<content:encoded><![CDATA[<p>Question for Nick:<br />
1. When we will have a multi-line string?</p>
<p>2. We need a better syntax for closures, like C# or Ruby syntax. Do you talk about this type of syntax evolution in Embarcadero?</p>
<p>3. When we will have regex support in the syntax? </p>
<p>4. When we will have native memory garbage collection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mason Wheeler</title>
		<link>http://delphi.org/2010/05/questions-for-nick-hodges/comment-page-1/#comment-845</link>
		<dc:creator>Mason Wheeler</dc:creator>
		<pubDate>Wed, 05 May 2010 22:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi.org/2010/05/questions-for-nick-hodges/#comment-845</guid>
		<description>@Meepli:  You&#039;ve got the wrong guy.  For those questions you need a preacher, not a R&amp;D Manager.

@Mark Schez: The Embarcadero guys have answered that one pretty conclusively already.  From everything I&#039;ve seen on blog posts and forum posts, the next release (D2011/&quot;Fulcrum&quot;) will have an OSX compiler and maybe some support for Linux as well.</description>
		<content:encoded><![CDATA[<p>@Meepli:  You&#8217;ve got the wrong guy.  For those questions you need a preacher, not a R&amp;D Manager.</p>
<p>@Mark Schez: The Embarcadero guys have answered that one pretty conclusively already.  From everything I&#8217;ve seen on blog posts and forum posts, the next release (D2011/&#8221;Fulcrum&#8221;) will have an OSX compiler and maybe some support for Linux as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/20 queries in 0.221 seconds using disk: basic

Served from: delphi.org @ 2012-05-21 05:21:05 -->
