<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: RAD Studio 2010 Review &#8211; Part 1: Top 10</title>
	<atom:link href="http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/</link>
	<description>...On the Wings of the Software Wind</description>
	<lastBuildDate>Mon, 15 Mar 2010 00:52:40 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wings of Wind</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-1775</link>
		<dc:creator>Wings of Wind</dc:creator>
		<pubDate>Thu, 19 Nov 2009 16:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-1775</guid>
		<description>Bah! ... :-)

Years ago we needed to edit a font with Macromedia Fontographer (RIP ?) and the program crashed immediately when we tried to open the font. Finally, because nothing else worked, we went to the humble path and asked the support. The solution was: Open WordPad. Write some text with that font. Close WordPad. Open Fontographer. Use it. 

&lt;em&gt;This&lt;/em&gt; means support. :-)</description>
		<content:encoded><![CDATA[<p>Bah! &#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Years ago we needed to edit a font with Macromedia Fontographer (RIP ?) and the program crashed immediately when we tried to open the font. Finally, because nothing else worked, we went to the humble path and asked the support. The solution was: Open WordPad. Write some text with that font. Close WordPad. Open Fontographer. Use it. </p>
<p><em>This</em> means support. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhys Drummond</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-1774</link>
		<dc:creator>Rhys Drummond</dc:creator>
		<pubDate>Thu, 19 Nov 2009 07:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-1774</guid>
		<description>Fantastic- thanks for that; sorted now.  A thread discussing it is here:

https://forums.embarcadero.com/thread.jspa?messageID=183319

THe summary of this is,  the include guards need to have the same name (+ &quot;H&quot;) as the file name.  For example, for MyForm.h, the code guards need to
 
#ifndef MyFormH
#define MyFormH
...
#endif

If not, it won&#039;t find or open the form.  Go figure.

It worked for me. :)</description>
		<content:encoded><![CDATA[<p>Fantastic- thanks for that; sorted now.  A thread discussing it is here:</p>
<p><a href="https://forums.embarcadero.com/thread.jspa?messageID=183319" rel="nofollow">https://forums.embarcadero.com/thread.jspa?messageID=183319</a></p>
<p>THe summary of this is,  the include guards need to have the same name (+ &#8220;H&#8221;) as the file name.  For example, for MyForm.h, the code guards need to</p>
<p>#ifndef MyFormH<br />
#define MyFormH<br />
&#8230;<br />
#endif</p>
<p>If not, it won&#8217;t find or open the form.  Go figure.</p>
<p>It worked for me. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wings of Wind</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-1772</link>
		<dc:creator>Wings of Wind</dc:creator>
		<pubDate>Thu, 19 Nov 2009 06:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-1772</guid>
		<description>They are very close to release an update for this. Go and make noise about your problem at http://forums.embarcadero.com - seek for a BCB group and ask there. Or, if you want, you can contact David Dean directly.</description>
		<content:encoded><![CDATA[<p>They are very close to release an update for this. Go and make noise about your problem at <a href="http://forums.embarcadero.com" rel="nofollow">http://forums.embarcadero.com</a> &#8211; seek for a BCB group and ask there. Or, if you want, you can contact David Dean directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhys Drummond</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-1771</link>
		<dc:creator>Rhys Drummond</dc:creator>
		<pubDate>Thu, 19 Nov 2009 06:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-1771</guid>
		<description>I really wish there was another helpful response to this.  The same thing is happening to me, from a BCB6 project.  The strange this is that the form in question was opening just fine a few minutes ago, and I didn&#039;t change it; it&#039;s just now it doesn&#039;t display.  It&#039;s a blocker for me.

Codegear guys- is there a fix or workaround for this?

Thanks.</description>
		<content:encoded><![CDATA[<p>I really wish there was another helpful response to this.  The same thing is happening to me, from a BCB6 project.  The strange this is that the form in question was opening just fine a few minutes ago, and I didn&#8217;t change it; it&#8217;s just now it doesn&#8217;t display.  It&#8217;s a blocker for me.</p>
<p>Codegear guys- is there a fix or workaround for this?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-540</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 13 Sep 2009 21:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-540</guid>
		<description>I just got RAD 2010 and opened up C++Builder using a BDS 2006 project. The first really obvious thing is that I can&#039;t open many of my .dfm files. Some open, but most won&#039;t. There is no &#039;Design&#039; tab showing for them and if you right-click on the .dfm file in the File window in the IDE and select Open, nothing happens. If you open from Win Explorer, the file opens as text but won&#039;t show as a Form. NOT GREAT! In fact a disaster. Anyone can help?</description>
		<content:encoded><![CDATA[<p>I just got RAD 2010 and opened up C++Builder using a BDS 2006 project. The first really obvious thing is that I can&#8217;t open many of my .dfm files. Some open, but most won&#8217;t. There is no &#8216;Design&#8217; tab showing for them and if you right-click on the .dfm file in the File window in the IDE and select Open, nothing happens. If you open from Win Explorer, the file opens as text but won&#8217;t show as a Form. NOT GREAT! In fact a disaster. Anyone can help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wings of Wind</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-168</link>
		<dc:creator>Wings of Wind</dc:creator>
		<pubDate>Mon, 17 Aug 2009 10:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-168</guid>
		<description>AFAIS it is the same with the one from D2009. However there is a new &#039;Import WDSL...&#039; menu item there which pops up a Wizard... hmmm....</description>
		<content:encoded><![CDATA[<p>AFAIS it is the same with the one from D2009. However there is a new &#8216;Import WDSL&#8230;&#8217; menu item there which pops up a Wizard&#8230; hmmm&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edomaldo</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-162</link>
		<dc:creator>edomaldo</dc:creator>
		<pubDate>Sun, 16 Aug 2009 13:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-162</guid>
		<description>what about vcl for the web (Intraweb) in Rad Studio 2010? there will be atozed or embarcadero updates?</description>
		<content:encoded><![CDATA[<p>what about vcl for the web (Intraweb) in Rad Studio 2010? there will be atozed or embarcadero updates?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alf Christophersen</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-160</link>
		<dc:creator>Alf Christophersen</dc:creator>
		<pubDate>Sat, 15 Aug 2009 13:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-160</guid>
		<description>Maybe never reported, but, since using include files are supported ( $I }, it would be nice to also be able to see it in the file tree below the main source, like the .dfm file is today.

And, if you correct code in the main file, you need in D2006 to also open the include file to get it compiled.</description>
		<content:encoded><![CDATA[<p>Maybe never reported, but, since using include files are supported ( $I }, it would be nice to also be able to see it in the file tree below the main source, like the .dfm file is today.</p>
<p>And, if you correct code in the main file, you need in D2006 to also open the include file to get it compiled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-122</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Tue, 11 Aug 2009 17:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-122</guid>
		<description>&gt; I assume that you are compiling in the same directory with both or that the output dir is the same. One may be locking a DCU or similar.

I&#039;ve thought of that, but I&#039;ve looked through Process Explorer&#039;s list of the IDE&#039;s open files when it was in this state, and haven&#039;t seen any files from our source tree (except during a compile, of course).

&gt; Filemon is your friend.

I&#039;ve never used Filemon. Would it show different output than Process Explorer?</description>
		<content:encoded><![CDATA[<p>&gt; I assume that you are compiling in the same directory with both or that the output dir is the same. One may be locking a DCU or similar.</p>
<p>I&#8217;ve thought of that, but I&#8217;ve looked through Process Explorer&#8217;s list of the IDE&#8217;s open files when it was in this state, and haven&#8217;t seen any files from our source tree (except during a compile, of course).</p>
<p>&gt; Filemon is your friend.</p>
<p>I&#8217;ve never used Filemon. Would it show different output than Process Explorer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad WhitE</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-100</link>
		<dc:creator>Brad WhitE</dc:creator>
		<pubDate>Mon, 10 Aug 2009 17:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-100</guid>
		<description>I assume that you are compiling in the same directory with both
or that the output dir is the same.  One may be locking a DCU
or similar.
Filemon is your friend.
BTW, reading through the filemon output is a good way to see
if you need to optimize your lib path.

HTH,
Brad.</description>
		<content:encoded><![CDATA[<p>I assume that you are compiling in the same directory with both<br />
or that the output dir is the same.  One may be locking a DCU<br />
or similar.<br />
Filemon is your friend.<br />
BTW, reading through the filemon output is a good way to see<br />
if you need to optimize your lib path.</p>
<p>HTH,<br />
Brad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Frost</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-79</link>
		<dc:creator>Tim Frost</dc:creator>
		<pubDate>Fri, 07 Aug 2009 19:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-79</guid>
		<description>It&#039;s only a small thing, but it would be really good to have a fix for QC 76131 in the next release.  Many people may not notice the little yellow &#039;Close&#039; hint pop up on the desktop after closing either Delphi or any application built with it.  But after you become aware of this it gets extremely annoying.  There&#039;s a video in the QC attachment for unbelievers!</description>
		<content:encoded><![CDATA[<p>It&#8217;s only a small thing, but it would be really good to have a fix for QC 76131 in the next release.  Many people may not notice the little yellow &#8216;Close&#8217; hint pop up on the desktop after closing either Delphi or any application built with it.  But after you become aware of this it gets extremely annoying.  There&#8217;s a video in the QC attachment for unbelievers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wings of Wind</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-73</link>
		<dc:creator>Wings of Wind</dc:creator>
		<pubDate>Fri, 07 Aug 2009 17:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-73</guid>
		<description>Yes, but &quot;you never know&quot; (TM) :-)</description>
		<content:encoded><![CDATA[<p>Yes, but &#8220;you never know&#8221; (TM) <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wings of Wind</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-72</link>
		<dc:creator>Wings of Wind</dc:creator>
		<pubDate>Fri, 07 Aug 2009 17:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-72</guid>
		<description>Nick -- 
A wrong setting in the blog engine won&#039;t let you nest a discussion more that three levels deep. Fixed. Just letting you know. Sorry, my fault.</description>
		<content:encoded><![CDATA[<p>Nick &#8212;<br />
A wrong setting in the blog engine won&#8217;t let you nest a discussion more that three levels deep. Fixed. Just letting you know. Sorry, my fault.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gside</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-67</link>
		<dc:creator>gside</dc:creator>
		<pubDate>Fri, 07 Aug 2009 16:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-67</guid>
		<description>seems like html parser doesn&#039;t like my generic types, removed when posting ;-)
protected
   function GetData  : T
published
   property MyData:TMyType read GetData  ;</description>
		<content:encoded><![CDATA[<p>seems like html parser doesn&#8217;t like my generic types, removed when posting <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
protected<br />
   function GetData  : T<br />
published<br />
   property MyData:TMyType read GetData  ;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gside</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-66</link>
		<dc:creator>gside</dc:creator>
		<pubDate>Fri, 07 Aug 2009 16:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-66</guid>
		<description>Regarding generics, will it be possible to use generic methods with properties?
i.e.
protected
     function GetData:  T
published
     property MyData:TMyType read GetData;</description>
		<content:encoded><![CDATA[<p>Regarding generics, will it be possible to use generic methods with properties?<br />
i.e.<br />
protected<br />
     function GetData:  T<br />
published<br />
     property MyData:TMyType read GetData;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Hodges</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-65</link>
		<dc:creator>Nick Hodges</dc:creator>
		<pubDate>Fri, 07 Aug 2009 16:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-65</guid>
		<description>Joe --

Can you send me an email?

nick.hodges@embarcadero.com</description>
		<content:encoded><![CDATA[<p>Joe &#8211;</p>
<p>Can you send me an email?</p>
<p><a href="mailto:nick.hodges@embarcadero.com">nick.hodges@embarcadero.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-64</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Fri, 07 Aug 2009 14:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-64</guid>
		<description>Nick, we&#039;re using Delphi 2007, and yes, we are using msbuild to do the command-line compile.

But even if we were calling the command-line compiler directly, there&#039;s no logical reason why we should be able to run it twice (with an IDE build in between) and get different results. That&#039;s my point -- it doesn&#039;t work consistently, even with the exact same inputs every time. The IDE is doing something environmental to screw it up.</description>
		<content:encoded><![CDATA[<p>Nick, we&#8217;re using Delphi 2007, and yes, we are using msbuild to do the command-line compile.</p>
<p>But even if we were calling the command-line compiler directly, there&#8217;s no logical reason why we should be able to run it twice (with an IDE build in between) and get different results. That&#8217;s my point &#8212; it doesn&#8217;t work consistently, even with the exact same inputs every time. The IDE is doing something environmental to screw it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Hodges</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-55</link>
		<dc:creator>Nick Hodges</dc:creator>
		<pubDate>Thu, 06 Aug 2009 22:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-55</guid>
		<description>Joe --

First -- what version of Delphi are we talking about?  

If before D2007, then the command line compiler will have a different command line than the IDE does.  After D2007, we use MSBuild, and you can do your command line builds /exactly/ the same way as the IDE.  To do that, you don&#039;t call the command line compiler, but instead, you go to the MSBuild enabled command line and call:

msbuild 

If you call the command line compiler directly, you will almost always get a different result from the IDE unless you very carefully set up your CFG file to be /exactly/ like the IDE&#039;s settings.  That&#039;s really hard to do.  

Using msbuild from the command line, your builds will be /exactly/ the same.  

Nick</description>
		<content:encoded><![CDATA[<p>Joe &#8211;</p>
<p>First &#8212; what version of Delphi are we talking about?  </p>
<p>If before D2007, then the command line compiler will have a different command line than the IDE does.  After D2007, we use MSBuild, and you can do your command line builds /exactly/ the same way as the IDE.  To do that, you don&#8217;t call the command line compiler, but instead, you go to the MSBuild enabled command line and call:</p>
<p>msbuild </p>
<p>If you call the command line compiler directly, you will almost always get a different result from the IDE unless you very carefully set up your CFG file to be /exactly/ like the IDE&#8217;s settings.  That&#8217;s really hard to do.  </p>
<p>Using msbuild from the command line, your builds will be /exactly/ the same.  </p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-53</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Thu, 06 Aug 2009 21:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-53</guid>
		<description>Nick, have you ever used the command-line compiler? The situation I described happens every day, often multiple times.

Once it gets into this state, it doesn&#039;t matter how many times we run the command-line compile, it fails every time. As soon as we recompile in the IDE (well, on rare occasions we have to do it twice), the next command-line compile works again. Exiting the IDE also seems to fix it. As I recall, a couple of times I managed to fix it by doing an End Process on the IDE.

*Something* is coupled. Something in the IDE is screwing up the command-line build. A config file change, a Registry entry, a loose mutex, a locked file -- I don&#039;t know what&#039;s getting in the way, but they are not &quot;completely independent&quot;.

As for your claim of this being &quot;impossible&quot;, you&#039;re welcome to visit our office and see for yourself.</description>
		<content:encoded><![CDATA[<p>Nick, have you ever used the command-line compiler? The situation I described happens every day, often multiple times.</p>
<p>Once it gets into this state, it doesn&#8217;t matter how many times we run the command-line compile, it fails every time. As soon as we recompile in the IDE (well, on rare occasions we have to do it twice), the next command-line compile works again. Exiting the IDE also seems to fix it. As I recall, a couple of times I managed to fix it by doing an End Process on the IDE.</p>
<p>*Something* is coupled. Something in the IDE is screwing up the command-line build. A config file change, a Registry entry, a loose mutex, a locked file &#8212; I don&#8217;t know what&#8217;s getting in the way, but they are not &#8220;completely independent&#8221;.</p>
<p>As for your claim of this being &#8220;impossible&#8221;, you&#8217;re welcome to visit our office and see for yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wings of Wind</title>
		<link>http://wings-of-wind.com/2009/08/04/rad-studio-2010-review-part-1-top-10/comment-page-1/#comment-49</link>
		<dc:creator>Wings of Wind</dc:creator>
		<pubDate>Thu, 06 Aug 2009 17:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://windwings.wordpress.com/?p=34#comment-49</guid>
		<description>No. The VCL applications which worked with D2009 will work with D2010. For D2007 and earlier you must be aware that D2009 / D2010 is Unicode and make some changes in your code. Which (after a personal experience) is _way_ easier to do that it sounds.</description>
		<content:encoded><![CDATA[<p>No. The VCL applications which worked with D2009 will work with D2010. For D2007 and earlier you must be aware that D2009 / D2010 is Unicode and make some changes in your code. Which (after a personal experience) is _way_ easier to do that it sounds.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
