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-VtoolsD 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, install VtoolsD according to its directions. Issue
  10. the command "nmake -f myvxd.mak" from a command prompt. Alternatively, open
  11. the DynaLoad-VtoolsD project within Microsoft Developer Studio and build 
  12. within that environment.
  13. You will also have to build CALLTEST.EXE separately by opening the
  14. Calltest project within Microsoft Developer Studio and building it
  15. within that environment.