Author: BB Date: Aug 22, 2008 23:10
Hello all..
One of my client are still using BDE and an ISAPI.dll dveloped in
Delphi5.
From time to time he is getting the 'Insufficient disk space'-error.
I have downloadet the fixBDE4Gbud from Borland’s net.
My question is in what file shoud I add fixBDE4Gbud.pas in the uses
clause.
Should it be in them MAIN FILE..
********************************************************
program XXXXXXX;
uses
*********here**********
Forms,
hoved in 'hoved.pas' {Form1};
{$R *.res}
|