How to Get Free Space Size on Disks Larger than 2.1GB

Posted December 15th @ 6:53 pm by m3Rlin

To get the free space size on a drive larger than 2.1 GB you should use the GetDiskFreeSpaceEx() function from Kernel32.dll. Although Delphi 3+ has the function implemention in the Windows unit I have decided to include it’s Delphi port.
!!Note: This function has been introduced in Windows 95 OSR 2 (95b), so you won’t find [...]

How to Get the Installed BDE Version

Posted December 15th @ 4:57 pm by m3Rlin

For many reasons you may need the installed BDE (Borland Database Engine) version. One of them (the main one probably) is that BDE versions are not always compatible with each other. Therefore you may want to use different code/components at runtime.
Use the code below to determine what version of BDE is installed on the system. [...]

« Previous EntriesNext Entries »