<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for Memory: from VCL via VCL for .NET to .NET</title>
<link rel="alternate" type="text/plain" href="http://dn.codegear.com/article/29320" title="Memory: from VCL via VCL for .NET to .NET" />
<link rel="self" type="application/atom+xml" href="http://dn.codegear.com/article/29320/feed" title="Comments for Memory: from VCL via VCL for .NET to .NET" />
<id>http://dn.codegear.com/article/29320</id>
<updated>2008-10-13T05:08:28-07:00</updated>
<entry>
<title>re: Memory: from VCL via VCL for .NET to .NET</title>
<author>
<name>Peter Thornqvist</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=33726</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=33726</id>
<updated>2002-12-12T05:53:38-08:00</updated>
<published>2002-12-12T05:53:38-08:00</published>
<summary>re: Memory: from VCL via VCL for .NET to .NET</summary>
<content>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...</content>
</entry>
<entry>
<title>Memory: from VCL via VCL for .NET to .NET</title>
<author>
<name>Registered User</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=33722</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=33722</id>
<updated>2002-12-11T11:15:40-08:00</updated>
<published>2002-12-11T11:15:40-08:00</published>
<summary>Memory: from VCL via VCL for .NET to .NET</summary>
<content>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</content>
</entry>
<entry>
<title>Memory: from VCL via VCL for .NET to .NET</title>
<author>
<name>Allen Bauer</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=33712</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=33712</id>
<updated>2002-12-10T08:40:46-08:00</updated>
<published>2002-12-10T08:40:46-08:00</published>
<summary>Memory: from VCL via VCL for .NET to .NET</summary>
<content>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 &quot;dotted&quot; identifiers.  The compiler treats the string &quot;Borland.Win32.Windows&quot; 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.</content>
</entry>
</feed>
