﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for Memory: from VCL via VCL for .NET to .NET]]></description>
    <title><![CDATA[Comments for Memory: from VCL via VCL for .NET to .NET]]></title>
    <link>http://dn.codegear.com/article/29320</link>
    <!-- source: http://dn.codegear.com/article/29320/feed-->
    <dc:date>2008-10-11T05:42:17-07:00</dc:date>
    <item>
      <description><![CDATA[Besides, using...&lt;pre&gt;{$IFDEF CLR}Borland.Win32.Windows,Borland.Win32.Messages,...{$ENDIF}{$IFDEF WIN32}  Windows,Messages,...{$ENDIF}{$IFDEF KYLIX}...{$ENDIF}&lt;/pre&gt;...strikes me as being less to type, easier on the eyes and caters for additional platforms...]]></description>
      <title><![CDATA[re: Memory: from VCL via VCL for .NET to .NET]]></title>
      <managingEditor>
	 (Peter Thornqvist)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33726</guid>
      <dc:date>2002-12-12T05:53:38-08:00</dc:date>
      <pubDate>2002-12-12T05:53:38-08:00</pubDate>
      <source url="http://dn.codegear.com/article/29320/feed">Comments for Memory: from VCL via VCL for .NET to .NET</source>
    </item>
    <item>
      <description><![CDATA[I was just reading your article and the in the .net version of the program, you said that the system.windows.forms.button control did not have the tag property, and it is there. In fact, every windows controls, thus inheriting from system.windows.forms.control base class, gets the tag property also.Check this link at msnd: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformsbuttonmemberstopic.aspJonathan]]></description>
      <title><![CDATA[Memory: from VCL via VCL for .NET to .NET]]></title>
      <managingEditor>
	 (Registered User)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33722</guid>
      <dc:date>2002-12-11T11:15:40-08:00</dc:date>
      <pubDate>2002-12-11T11:15:40-08:00</pubDate>
      <source url="http://dn.codegear.com/article/29320/feed">Comments for Memory: from VCL via VCL for .NET to .NET</source>
    </item>
    <item>
      <description><![CDATA[Regarding:    {$IFDEF CLR}Borland.Win32.{$ENDIF}Windows,    {$IFDEF CLR}Borland.Win32.{$ENDIF}Messages,    {$IFDEF CLR}Borland.Delphi.{$ENDIF}SysUtils,    {$IFDEF CLR}Borland.Delphi.{$ENDIF}Classes,    {$IFDEF CLR}Borland.Vcl.{$ENDIF}Graphics,    {$IFDEF CLR}Borland.Vcl.{$ENDIF}Controls,    {$IFDEF CLR}Borland.Vcl.{$ENDIF}Forms,    {$IFDEF CLR}Borland.Vcl.{$ENDIF}Dialogs,    {$IFDEF CLR}Borland.Vcl.{$ENDIF}StdCtrls;This will never work.  Due to the way the compiler's scanner needed to be upgraded in order to handle "dotted" identifiers.  The compiler treats the string "Borland.Win32.Windows" as a single identifier, and so you can't have a conditional directive within the identifier.  Of course this may (no breath holding here) change by the final release, however you should not depend on it happening.Allen Bauer.IDE Architect.RAD Products Group.]]></description>
      <title><![CDATA[Memory: from VCL via VCL for .NET to .NET]]></title>
      <managingEditor>
	 (Allen Bauer)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33712</guid>
      <dc:date>2002-12-10T08:40:46-08:00</dc:date>
      <pubDate>2002-12-10T08:40:46-08:00</pubDate>
      <source url="http://dn.codegear.com/article/29320/feed">Comments for Memory: from VCL via VCL for .NET to .NET</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>