<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for Updated Delphi for .NET preview available for download</title>
<link rel="alternate" type="text/plain" href="http://dn.codegear.com/article/29302" title="Updated Delphi for .NET preview available for download" />
<link rel="self" type="application/atom+xml" href="http://dn.codegear.com/article/29302/feed" title="Comments for Updated Delphi for .NET preview available for download" />
<id>http://dn.codegear.com/article/29302</id>
<updated>2008-11-21T13:25:40-08:00</updated>
<entry>
<title>Borlands copyrighted documentation....</title>
<author>
<name>Hallvard Vassbotn</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=33824</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=33824</id>
<updated>2003-01-02T02:16:27-08:00</updated>
<published>2003-01-02T02:16:27-08:00</published>
<summary>Borlands copyrighted documentation....</summary>
<content>I doubt they are allowed to publish Borland's copyrighted material like that...</content>
</entry>
<entry>
<title>re: Updated Delphi for .NET preview available for download</title>
<author>
<name>Rossen Assenov</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=33674</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=33674</id>
<updated>2002-12-04T17:30:24-08:00</updated>
<published>2002-12-04T17:30:24-08:00</published>
<summary>re: Updated Delphi for .NET preview available for download</summary>
<content>I searched and found this nice site with all the delphi .net preview documents :http://www.delphi7.net/dotnet/borland/dnIntro.htm</content>
</entry>
<entry>
<title>re: Updated Delphi for .NET preview available for download</title>
<author>
<name>Hallvard Vassbotn</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=33635</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=33635</id>
<updated>2002-11-28T00:55:10-08:00</updated>
<published>2002-11-28T00:55:10-08:00</published>
<summary>re: Updated Delphi for .NET preview available for download</summary>
<content>hmm - try to run rebuild.bat from the source directory(see readme.txt for details)</content>
</entry>
<entry>
<title>Updated Delphi for .NET preview available for download</title>
<author>
<name>Ray Jarvis</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=33628</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=33628</id>
<updated>2002-11-27T02:05:06-08:00</updated>
<published>2002-11-27T02:05:06-08:00</published>
<summary>Updated Delphi for .NET preview available for download</summary>
<content>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 ?</content>
</entry>
<entry>
<title>Updated Delphi for .NET preview available for download</title>
<author>
<name>Hallvard Vassbotn</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=33621</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=33621</id>
<updated>2002-11-26T00:26:46-08:00</updated>
<published>2002-11-26T00:26:46-08:00</published>
<summary>Updated Delphi for .NET preview available for download</summary>
<content>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.</content>
</entry>
<entry>
<title>Updated Delphi for .NET preview available for download</title>
<author>
<name>Rossen Assenov</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=33618</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=33618</id>
<updated>2002-11-25T14:59:26-08:00</updated>
<published>2002-11-25T14:59:26-08:00</published>
<summary>Updated Delphi for .NET preview available for download</summary>
<content>Can you please publish &quot;LanguageChanges.htm&quot; and the other .htm files mentioned ?</content>
</entry>
</feed>
