Auldfart's How To Guides

 

DLL - DRV - OCX Files

What is a DLL file?

DLL is short for Dynamic Link Library, a library of executable functions or data that can be used by a Windows application. 

A DLL provides one or more particular functions and a program accesses the functions by creating either a static or dynamic link to the DLL.

A static link remains constant during program execution while a dynamic link is created by the program as needed.

DLLs can also contain just data. DLL files usually end with the extension .dll,.exe., drv, or .fon.
 

Download a DLL File for Windows 95
Download a DLL File for Windows 98
Download a DLL File for Windows 98 Second Edition
Download a DLL File for Windows ME
Download a DLL File for Windows 2000
Download a DLL File for Windows XP

 

What is a DRV file?

A driver (DRV)  is a program that interacts with a particular device or special (frequently optional) kind of software.

              The driver contains the special knowledge of the device or special software interface that programs using the driver do not. In personal computers, a driver is often packaged as a dynamic link library (DLL) file.
 

Download a DRV File for Windows 95
  Download a DRV File for Windows 98
  Download a DRV File for Windows 98 Second Edition
  Download a DRV File for Windows ME
  Download a DRV File for Windows 2000
  Download a DRV File for Windows XP

What is an OCX file?

             OCX is Short for OLE Custom control, an independent program module that can be accessed by other programs in a Windows environment. OCX controls end with a .ocx extension.

OCX controls represent Microsoft's second generation of control architecture, the first being VBX controls written in Visual Basic. 

Both VBX and OCX controls have now been superseded by ActiveX controls.

                However, ActiveX is backward compatible with OCX controls, which means that ActiveX containers, such as Microsoft's Internet Explorer, can execute OCX components.
 

Download a OCX File for Windows 95
  Download a OCX File for Windows 98
  Download a OCX File for Windows 98 Second Edition
  Download a OCX File for Windows ME