home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / b02 / 1.img / README.SDK < prev    next >
Encoding:
Text File  |  1992-03-23  |  5.6 KB  |  156 lines

  1. ===========================================================================
  2.  
  3.                            README.SDK
  4.  
  5. ===========================================================================
  6.  
  7.  
  8. This document covers the following topics:
  9.  
  10. * A guide to sources of information that complement the
  11.   Windows 3.1 Software Development Kit (SDK) manuals.
  12.  
  13. * Instructions for setting your PATH, INCLUDE, and LIB
  14.   environment variables, and other instructions for
  15.   configuring your Windows development environment. (The SDK
  16.   Install program appends this information to this
  17.   README.SDK file.)
  18.  
  19.  
  20.                   OTHER SOURCES OF INFORMATION
  21.  
  22. The following list describes online documents that contain
  23. important information about the Windows 3.1 SDK that is not
  24. included in the on-line Windows Help or QuickHelp documentation.
  25.  
  26. Document                Contents
  27. _____________________________________________________________________
  28.  
  29. README.WRI              Additional information about the Windows
  30.                         3.1 SDK. This file is in Microsoft Write
  31.                         format.
  32.  
  33. WINDOWS.TXT             Information about changes to WINDOWS.H,
  34.                         including STRICT.
  35.  
  36. ROBUST.TXT              Information on how to build robust applications.
  37.  
  38. WINDOWSX.TXT            Information on using the message crackers and
  39.                         control functions in WINDOWSX.H.
  40.  
  41.  
  42. Additional information is available on the following topics:
  43.  
  44. * Microsoft C Runtime Libraries
  45.  
  46. * Message Crackers and Control APIs
  47.  
  48. * Audio Documentation and Software
  49.  
  50. * New Directories
  51.  
  52. * Dialog Editor (DLGEDIT.EXE)
  53.  
  54. * Windows clipboard formats
  55.  
  56. * DOS Protected Mode Interface (DPMI) Specification
  57.  
  58. These sources are described in this section.
  59.  
  60.  
  61. Microsoft C Runtime Libraries
  62. -----------------------------
  63. C runtime libraries for Windows are no longer included with the SDK. 
  64. These files are now included with the C product you use for 
  65. Windows Development.
  66.  
  67.  
  68. Message Crackers and Control APIs
  69. ---------------------------------
  70. The Message Crackers and Control APIs were moved from WINDOWS.H 
  71. to WINDOWSX.H.  Most known bugs and problems reported from 
  72. pre-release 2 are fixed in this release of WINDOWSX.H. You can
  73. build generic Windows applications that use Message Crackers and
  74. Control APIs and which are STRICT compliant by using WINDOWSX.H
  75. with the generic sample MAKEAPP located in the SAMPLES
  76. subdirectory.
  77.  
  78.  
  79. Audio Documentation and Software
  80. --------------------------------
  81. This release also includes MMSYSTEM.H and on-line documentation 
  82. on how to use the new audio services in Windows 3.1.  The on-line 
  83. documentation is located in WIN31MWH.HLP, MMPWKBK.HLP, 
  84. and MCISTRWH.HLP (WinHelp format) or WIN31QH.HLP, MCISTRQH.HLP 
  85. (QuickHelp format).
  86.  
  87.  
  88. New Directories
  89. ---------------   
  90.    BIN       contains the files previously installed in the 
  91.              root WINDEV directory
  92.    GUIDE     contains the Guide to Programming Samples
  93.    SAMPLES   contains the new sample source code applications
  94.    REDIST    contains the redistributable file for the SDK
  95.    HELP      contains the SDK Quickhelp files
  96.  
  97.  
  98. Windows Clipboard Formats
  99. -------------------------
  100. Specifications for various clipboard formats supported by
  101. Microsoft and other vendors' applications are available from
  102. sources described below.
  103.  
  104. * Rich Text Format (RTF) -- similar to the standard text
  105.   format, except that formatting attributes such as font,
  106.   style, and size are embedded.  The RTF specification is
  107.   included in the "Microsoft Word Technical Reference for
  108.   Windows and OS/2 Presentation Manager,", which may be
  109.   ordered through bookstores or directly from Microsoft
  110.   Press at (800)888-3303.
  111.  
  112. * Binary Interchange File Format (BIFF) -- the native
  113.   Microsoft Excel format. The BIFF specification is
  114.   available from Microsoft Excel Telephone Sales at
  115.   (800)227-6444; ask for department "ET".
  116.  
  117. * Tag Image File Format (TIFF) -- a format that assists in
  118.   incorporating line art, photographs, and other raster
  119.   images into documents via desktop publishing application
  120.   programs. The TIFF specification is available from Aldus
  121.   Corporation at (206)628-2320; select the Production
  122.   Information phone extension.  It is also available in the
  123.   CompuServe "Aldus" Forum, Library 10.
  124.  
  125. * Data Interchange Format (DIF), WKS, and WK1 -- formats
  126.   maintained by Lotus Development Corporation,
  127.   (617)253-9150.
  128.  
  129.  
  130. DOS Protected Mode Interface (DPMI) Specification
  131. -------------------------------------------------
  132. This specification defines how DOS programs can access the
  133. extended memory of PC architecture computers while
  134. maintaining system protection.  Windows provides
  135. applications access to extended memory through Windows'
  136. implementation of DPMI. Most Windows applications do not
  137. need to directly use DPMI services, since these services are
  138. provided by the Windows application programming interface
  139. (API). Special Windows applications and device drivers may
  140. need to access DMPI services directly.
  141.  
  142. The DPMI specification is available from Intel Corporation
  143. at (800)548-4725. (Request part number JP-26.) This DPMI
  144. specification should be read in conjunction with the
  145. "Windows Support for DPMI" note included in the Windows
  146. Developer's Notes, described above.
  147.  
  148.  
  149. =========================================================
  150. Setting Your PATH, INCLUDE, and LIB Environment Variables
  151. =========================================================
  152.  
  153. Based on the directories that you specified during the SDK
  154. installation procedure, you should add the following
  155. directories in your environment variables:
  156.