The honker2.cpp file in this directory tests the DLL from the SIMPLE directory. Run the makefile in SIMPLE and then copy SND.DLL from the SIMPLE directory to this directory. Run the makefile here and then run HONKER2.EXE. It will automatically load and test the DLL. The EXE here uses run-time linking, hence the name of the header file in this directory. honker2.cpp Code to test the DLL in run-time linking mode. sndlt.cpp Header file to use snd.dll in run-time linking mode. You can also use this code to test the DLL in the ENTRYPNT directory. The DLL in ENTRYPNT is identical to the DLL in SIMPLE except that it contains an entry point function. As far as the code using the DLL is concerned, the entry point function is invisible.