README.TXT
Upload User: linklycbj
Upload Date: 2009-11-12
Package Size: 447k
Code Size: 1k
Category:

Windows Develop

Development Platform:

WINDOWS

  1. The DynaLoad-DDK sample illustrates the simplest possible VxD that can be
  2. dynamically loaded by an application. The sample is in two parts: MYVXD.VXD
  3. is the VxD and includes DEVDCL.ASM (the Declare_Virtual_Device macro and
  4. device control procedure) and MYVXD.C. CALLTEST.EXE is a Win32 console
  5. application that loads and calls the VxD. If all goes well, you can
  6. execute CALLTEST from a command prompt and receive confirmation that it
  7. loaded the VxD successfully.  (You must execute CALLTEST.EXE from the same
  8. directory in which the VxD is saved.)
  9. To build this sample, prepare your system according to the general
  10. directions in the root directory of this disc. Run "nmake -f myvxd.mak" to
  11. build from a command prompt, or open the DynaLoad-DDK project in Microsoft 
  12. Developer Studio and build within that environment.  You do not need to build
  13. CALLTEST.EXE separately.