

// from Data Sense //
// 76546,635 //

The following is a list of modules from the clipper 5.0 library
that seem to overlay fine with blinker 1.4 (NO GUARANTEES!).  Putting
the modules in a library, you ALLOCATE the library in the script file. With
overlaying just these 4 functions, my load module dropped about
28k.
----<< clipper modules from clipper.lib >>-----------
GETHELP
DBCMD
TERM
GT   * - Seems to slow down get routines a little.
---------------

Anyone that would like to contribute and update this list is welcome.
I'm sure there many more modules that are overlayable.
--
Included - 2 simple batch files to transfer modules to/from a clipper overlay library.
xfer.bat  - transfer a module from clipper.lib to a file called clipovl.lib
backto.bat  transfer a module back to clipper.lib from clipovl.lib

Both batch files delete the .obj file that is created.

Just specify the module to transfer :
xfer gethelp

To put it back in the clipper.lib
backto gethelp

Of course, Both batch files require the microsoft lib.exe utility
in the dos path.






