<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>CodeCentral Submissions for Reinaldo Ya&amp;#195;&amp;#177;ez</title>
    <link>http://cc.embarcadero.com/</link>
    <description>CodeCentral Submissions for Reinaldo Ya&amp;#195;&amp;#177;ez</description>
    <item>
      <title>Patch for BDE 'Insufficient disk space' problem.  (4Gb multiples</title>
      <description>This unit is a patch for the famous 4Gb BDE Bug.  It is build to fix the 'Insufficient disk space'-error which can occur while using BDE when the disk free space is near to a multiple of 4Gb.  For more information please see BDE report# 7089 on Quality Central.The reason for the error in BDE is aparently a bug in idapi32.dll while computing free disk space. Idapi32.dll  is using  the api function called GetDiskFreeSpaceA exported by kernel32.dll.The solution is to 'patch' GetDiskFreeSpaceA in kernel32.dll for the current process, every call to this function is redirected to a new routine (NewGetDiskFreeSpaceA).The source code of the patch is included.  If you use another programming language (i.e. not Delphi), a precompiled DLL  (FIX4GBug.dll) is also included.  (If you can compile the included unit, then you do not need to distribute the DLL)</description>
      <link>http://cc.embarcadero.com/Item/21475</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=21475" type="application/zip" length="34850" />
      <pubDate>2004-03-23T01:44:49</pubDate>
      <dc:date>2004-03-23T01:44:49</dc:date>
      <guid>http://cc.embarcadero.com/Item/21475</guid>
    </item>
    <item>
      <title>Delphi 6, FIX: Memory Leak in TSQLConnection.Execute</title>
      <description>When applying updates (ApplyUpdates method), TSQLClientDataSet causes a memory leak.Further investigation into this problem showed that it was caused by missing code in function TSQLConnection.Execute (SqlExpr.pas)Sometimes, ResultSet has a reference to a TCustomSQLDataSet that is lost. Please download the corrected function TSQLConnection.Execute of unit SqlExpr.pas</description>
      <link>http://cc.embarcadero.com/Item/17068</link>
      <enclosure url="http://cc.embarcadero.com/Download.aspx?id=17068" type="application/zip" length="872" />
      <pubDate>2001-11-18T04:05:30</pubDate>
      <dc:date>2001-11-18T04:05:30</dc:date>
      <guid>http://cc.embarcadero.com/Item/17068</guid>
    </item>
  </channel>
</rss>