Mega Search
23.2 Million


Sign Up

Make a donation  
Insufficient Disk Space with BDE  
News Group: embarcadero.public.bde.general

I have downloaded the patch to correct the "Insufficient Disk Space" error when using the BDE.  Two files are in the patch; Fix4GBug.dll and FixBDE4GbBug.pas but I don't know what I am supposed to do with those files.

How do I use those files to correct the "Insufficient Disk Space" bug?

Thank You...
Earl Staley

Vote for best question.
Score: 10  # Vote:  1
Date Posted: 31-Oct-2014, at 1:54 PM EST
From: Earl Staley
 
Re: Insufficient Disk Space with BDE  
News Group: embarcadero.public.bde.general
Leslie Milburn wrote:
> These guys are nothing like
> the Borland programmers of the Turbo Pascal/Turbo C days

Yep, we are older, wiser and sometimes fatter.

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 3-Nov-2014, at 11:45 AM EST
From: quinn wildman
 
Re: Insufficient Disk Space with BDE  
News Group: embarcadero.public.bde.general
"M. E.L." wrote:
> On 01.11.2014 16:37, Earl Staley wrote:
>>
>> I am not familiar with the 'uses clause'.  Is that something in Delphi? 
>> I am using C++ Builder.
>
> Yes, delphi.this FixBDE4GbBug.pas is a Delphi thing anyway...

> I don't know what you should do in c++ builder for that case, as I am
> not familiar with it.

You use the far better binary patch that was made available in the Paradox 
news group: No need to recompile code and it works with any BDE dependant 
application regardless of the development environment.

Seriously, do not bother with these groups anymore for BDE or Paradox (or 
even dBase) support - you are wasting your time. These guys are nothing like 
the Borland programmers of the Turbo Pascal/Turbo C days - it is like chalk 
and cheese - a real shame IMO.

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 2-Nov-2014, at 1:39 AM EST
From: Leslie Milburn
 
Re: Insufficient Disk Space with BDE  
News Group: embarcadero.public.bde.general
On 01.11.2014 16:37, Earl Staley wrote:
> Mel,
>
> Thank you for your reply.  I am not familiar with the 'uses clause'.  Is that something in Delphi?  I am using C++ Builder.
>
> Earl
>

Yes, delphi.
this FixBDE4GbBug.pas is a Delphi thing anyway...
I don't know what you should do in c++ builder for that case, as I am 
not familiar with it.
Sorry.

Mel

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 1-Nov-2014, at 10:24 AM EST
From: M. E.L.
 
Re: Insufficient Disk Space with BDE  
News Group: embarcadero.public.bde.general
Mel,

Thank you for your reply.  I am not familiar with the 'uses clause'.  Is that something in Delphi?  I am using C++ Builder.

Earl

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 1-Nov-2014, at 8:37 AM EST
From: Earl Staley
 
Re: Insufficient Disk Space with BDE  
News Group: embarcadero.public.bde.general
On 31.10.2014 21:54, Earl Staley wrote:
> I have downloaded the patch to correct the "Insufficient Disk Space" error when using the BDE.  Two files are in the patch; Fix4GBug.dll and FixBDE4GbBug.pas but I don't know what I am supposed to do with those files.
>
> How do I use those files to correct the "Insufficient Disk Space" bug?
>
> Thank You...
> Earl Staley
>

AFAIR, just add the FixBDE4GbBug.pas in the uses clause of the dpr,
above any unit that uses the BDE. (actually, as first unit after Memory 
manager if you use any.).

Mel

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 1-Nov-2014, at 12:56 AM EST
From: M. E.L.