Counter Strike : Global Offensive Source Code
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.

81 lines
3.6 KiB

  1. ------------------------------- readme.txt -------------------------------
  2. Wintab(tm) Programmer's Kit V. 1.25 for 16- and 32-bit Windows APIs.
  3. This file contains programmer's kit installation instructions and
  4. programming notes for the WTHOOK project.
  5. Please direct your programming questions and comments to the author:
  6. LCS/Telegraphics
  7. 150 Rogers St.
  8. Cambridge, MA 02142
  9. voice: (617) 225-7970
  10. fax: (617) 225-7969
  11. email: [email protected]
  12. web site: http://www.pointing.com
  13. ftp site: ftp://ftp.pointing.com/pointing/Wintab/
  14. Questions or problems regarding specific devices or device drivers
  15. should be directed to the device manufacturer.
  16. --------------------------------------------------------------------------
  17. MSVC Notes for WTHOOK Project
  18. --------------------------------------------------------------------------
  19. MSVC 4.2 will not be able to compile MFC_DEMO and WTHOOK projects.
  20. MSVC 5.0 will be able to compile all the projects.
  21. Also, please note that the linker warning LNK4098 (to recompile
  22. with the /Nodefaultlib:LIBC option) during the compilationq of Debug
  23. WTHOOK project will not affect the operation of the resulting
  24. executable. This bug concerns all projects linking the WNTAB32X.LIB
  25. and will be fixed in the next version of the Wintab Programmer's Kit.
  26. --------------------------------------------------------------------------
  27. Project Settings for WTKIT
  28. --------------------------------------------------------------------------
  29. All projects require that the LIB and INCLUDE variables point to
  30. the appropriate Windows SDK directories. Also, the WINTAB variable
  31. must point to a tree containing the LIB and INCLUDE subtrees from the
  32. Wintab Programmer's Kit.
  33. For example, in MSVC5.0, under the Tools menu, Options setting,
  34. the WINTAB\INCLUDE directory must be listed as a directory for
  35. Include files, and the WINTAB\LIB\I386 must be listed as a directory
  36. for library files.
  37. Please cleanup intermediate files between builds to different
  38. targets. If you have built the programs from source for one target
  39. environment, and wish to switch to another target, first run the
  40. command NMAKE CLEANALL in the source subdirectories.
  41. --------------------------------------------------------------------------
  42. Keeping in Touch
  43. --------------------------------------------------------------------------
  44. Here are three ways to show your support for the Wintab standard, and
  45. allow us to let people know that your product has Wintab support.
  46. 1. When you complete Wintab support in your product, let us know. Be
  47. sure to include the product name, a description, and contact
  48. information for your company.
  49. 2. If possible, send us an evaluation copy of your product, or the
  50. portions of it that contain Wintab support. LCS/Telegraphics is
  51. building a library of Wintab-compliant applications for ongoing
  52. compatibility testing.
  53. 3. Join the Committee for Advanced Pointing Standards (CAPS). CAPS
  54. formed in August of 1993 to promote and support future development of
  55. the specification. The more than 40 corporate members of CAPS
  56. include most major pointing device manufacturers, and many leading
  57. CAD and graphics arts software developers. To join CAPS, contact:
  58. LCS/Telegraphics
  59. 150 Rogers St.
  60. Cambridge, MA 02142
  61. voice: (617) 225-7970
  62. fax: (617) 225-7969
  63. email: [email protected]
  64. web site: http://www.pointing.com