Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
2.3 KiB

  1. Microsoft Windows 95 Smart Card DDK
  2. This file contains a brief description of the Smart Card DDK. For
  3. the latest information on Microsoft's smart card products, please
  4. visit http://www.microsoft.com/smartcard/.
  5. --------------------------------------------------------------------
  6. Documentation
  7. -------------
  8. Descriptions of all programming interfaces are in the help files
  9. that come with the Windows 95 DDK.
  10. Contact Information
  11. -------------------
  12. [email protected]
  13. The above email address is an external alias setup for the
  14. Smart Card DDK. There is information on how to subscribe at
  15. http://www.microsoft.com/sitebuilder/resource/mail.asp
  16. Serial Smart Card Reader
  17. ------------------------
  18. This driver is for the Siemens Nixdorf serial smart card reader.
  19. To install this driver, copy the driver sccsni.vxd to your system
  20. directory. Then from Explorer double-click on the reg-file to register
  21. the driver.
  22. PCMCIA Smart Card Reader
  23. ------------------------
  24. This is a Plug and Play driver for Windows 95.
  25. To install this driver copy the file pscr.vxd and pscr.inf
  26. onto a floppy and simply insert the pcmcia card into a reader.
  27. Windows 95 will prompt you to insert the floppy disk to install
  28. the driver.
  29. Note: you'll get some warning messages when you 'compile' the rc file.
  30. You may safely ignore these warnings. You'll also get 4 warning
  31. messages from the linker which you can also safely ignore.
  32. Building Components
  33. -------------------
  34. To build a version of a driver, open a Dos Window and go to your
  35. DDK directory. Enter 'ddkenv 32 comm'. Select the directory of the
  36. driver you want to build (e.g. cd scard\samples\pscr). Type 'nmake'.
  37. The driver will be built in the sub-directory bin (non-debug) or
  38. bind (debug), respectively.
  39. To change from non-debug to debug and vice versa change the option
  40. DEBUG= to DEBUG=1 in the corresponding makefile.
  41. Installing debug components
  42. ---------------------------
  43. In order to get debugging messages you need to install the
  44. debug-components. By installing the kernel mode library smclib.vxd
  45. into your system directory you'll be enabled to see debug messages
  46. and debug assertions in a connected debugger like rterm.
  47. To get debug messages of the smart card resource manager simply copy
  48. the file scardsvr.exe into your system directory.