﻿<?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 Updated Delphi for .NET preview available for download]]></description>
    <title><![CDATA[Comments for Updated Delphi for .NET preview available for download]]></title>
    <link>http://dn.codegear.com/article/29302</link>
    <!-- source: http://dn.codegear.com/article/29302/feed-->
    <dc:date>2008-11-21T13:15:09-08:00</dc:date>
    <item>
      <description><![CDATA[I doubt they are allowed to publish Borland's copyrighted material like that...]]></description>
      <title><![CDATA[Borlands copyrighted documentation....]]></title>
      <managingEditor>
	 (Hallvard Vassbotn)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33824</guid>
      <dc:date>2003-01-02T02:16:27-08:00</dc:date>
      <pubDate>2003-01-02T02:16:27-08:00</pubDate>
      <source url="http://dn.codegear.com/article/29302/feed">Comments for Updated Delphi for .NET preview available for download</source>
    </item>
    <item>
      <description><![CDATA[I searched and found this nice site with all the delphi .net preview documents :http://www.delphi7.net/dotnet/borland/dnIntro.htm]]></description>
      <title><![CDATA[re: Updated Delphi for .NET preview available for download]]></title>
      <managingEditor>
	 (Rossen Assenov)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33674</guid>
      <dc:date>2002-12-04T17:30:24-08:00</dc:date>
      <pubDate>2002-12-04T17:30:24-08:00</pubDate>
      <source url="http://dn.codegear.com/article/29302/feed">Comments for Updated Delphi for .NET preview available for download</source>
    </item>
    <item>
      <description><![CDATA[hmm - try to run rebuild.bat from the source directory(see readme.txt for details)]]></description>
      <title><![CDATA[re: Updated Delphi for .NET preview available for download]]></title>
      <managingEditor>
	 (Hallvard Vassbotn)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33635</guid>
      <dc:date>2002-11-28T00:55:10-08:00</dc:date>
      <pubDate>2002-11-28T00:55:10-08:00</pubDate>
      <source url="http://dn.codegear.com/article/29302/feed">Comments for Updated Delphi for .NET preview available for download</source>
    </item>
    <item>
      <description><![CDATA[Since installing the upgrade I'm getting the errordccil Faltal Error ShapeChanger.dpr(7) unit Borland.Vcl.Menus was compiled with a different version of Borland.Vcl.Controls.TControlany ideas ?]]></description>
      <title><![CDATA[Updated Delphi for .NET preview available for download]]></title>
      <managingEditor>
	 (Ray Jarvis)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33628</guid>
      <dc:date>2002-11-27T02:05:06-08:00</dc:date>
      <pubDate>2002-11-27T02:05:06-08:00</pubDate>
      <source url="http://dn.codegear.com/article/29302/feed">Comments for Updated Delphi for .NET preview available for download</source>
    </item>
    <item>
      <description><![CDATA[Thanks for the update - it looks good!A couple of issues and unofficial workarounds:#1. Delete(S, Length(S), 1) where S is any of AnsiString, WideString, string (=WideString) or ShortString does not work - it doesn't delete the last character in the string as it should.Workaround a): Use S := Copy(S, 1, Length(S)-1) or simply SetLength(S,Length(S)-1) for nowWorkaround b): Modify source\rtl\Borland.Delphi.System.pas like this:line 2978:-    if (L &gt; 0) and (Index1 &lt; L) then+    if (L &gt; 0) and (Index1 &lt;= L) thenline 3005:-    if (L &gt; 0) and (Index1 &lt; L) then+    if (L &gt; 0) and (Index1 &lt;= L) thenline 3033:-    if (L &gt; 0) and (Index1 &lt; L) then+    if (L &gt; 0) and (Index1 &lt;= L) then#2. VCL for .NET applications uses 100% CPU when run (but don't reallyaffect system performance noticeably). This is because of an issue inTApplication.Idle.Workaround: Modify source\rtl\Borland.VCL.Forms.pas:Comment out line 7301:procedure TApplication.Idle(const Msg: TMsg);...//    Done := False;After making the source changes, run rebuild.bat in the source directory.]]></description>
      <title><![CDATA[Updated Delphi for .NET preview available for download]]></title>
      <managingEditor>
	 (Hallvard Vassbotn)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33621</guid>
      <dc:date>2002-11-26T00:26:46-08:00</dc:date>
      <pubDate>2002-11-26T00:26:46-08:00</pubDate>
      <source url="http://dn.codegear.com/article/29302/feed">Comments for Updated Delphi for .NET preview available for download</source>
    </item>
    <item>
      <description><![CDATA[Can you please publish "LanguageChanges.htm" and the other .htm files mentioned ?]]></description>
      <title><![CDATA[Updated Delphi for .NET preview available for download]]></title>
      <managingEditor>
	 (Rossen Assenov)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33618</guid>
      <dc:date>2002-11-25T14:59:26-08:00</dc:date>
      <pubDate>2002-11-25T14:59:26-08:00</pubDate>
      <source url="http://dn.codegear.com/article/29302/feed">Comments for Updated Delphi for .NET preview available for download</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>