OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Using ObjectWindows as a DLL

To enable your ObjectWindows applications to share the ObjectWindows Library, you can dynamically link them to the ObjectWindows DLL.

To do this:

  1. When compiling, define the macro _OWLDLL on the compiler command line or in the IDE.
  2. Instead of specifying the static-link ObjectWindows Library when linking (that is, OWLWS.LIB, OWLWM.LIB, OWLWL.LIB, or OWLWF.LIB), specify the ObjectWindows DLL import library (OWLWI.LIB for 16-bit applications, or OWLWFI.LIB for 32-bit applications).

See Also