README

This project shows how a custom function can be dynamically linked to use completely different code.
This can be useful for making cross platform/runtime
interfaces to common functions
  test.exe -    standard I/O console
                myprintf() is resolved as pointing to the
                same code as stdio printf()
  wintest.exe - Win32 GDI Window
                myprintf() is a custom function that
                outputs to a mini debug window with
                scroll bars

Notable Files
-------------
makefile -   for use with Microsoft's NMAKE
shell.bat -  bring up shell at current path from file
             explorer or CVS browse window
msvcon.bat - use this to establish MSVC environment variables
