home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 27 / NEXT27.iso / pc / demos / emperor / dx3.exe / README.TXT < prev    next >
Text File  |  1996-09-13  |  4KB  |  91 lines

  1. ========================
  2. = DirectX 3 SDK Readme =
  3. ========================
  4.  
  5. To install the DirectX SDK and/or DirectX, please run SETUP.EXE from the root 
  6. directory.
  7.  
  8. Overview
  9. --------
  10. Welcome to the DirectX 3 SDK.   If you did a full installation,
  11. you will find a number of directories installed on your hard disk:
  12.  
  13. DOCS     - Help and Readme files for each of the DirectX components
  14. FOXBEAR  - Fox & Bear sample demo of DirectDraw/DirectSound
  15. IKLOWNS  - Immortal Klowns sample demo of DirectDraw/DirectSound
  16. ROCKEM   - Direct3D sample demo
  17. SDK      - DirectX SDK.  Contains sample code, libraries, include files,
  18.            and debug versions of the DirectX components
  19.  
  20. You will also find the following directories useful.  They are located on
  21. the CD, but are not installed onto your hard disk:
  22.  
  23. DEBUG    - Debug version of DirectX redistributable components
  24. EXTRAS   - Contain drivers that have not completed the Microsoft QA process
  25. LICENSE  - License agreement
  26. REDIST   - DirectX redistributable components
  27. SAMPGAME - A sample demo which uses DirectX redistributable components
  28. WEBDIST  - Compressed DirectX components useful for web distribution
  29.  
  30. Please see the readme file for each component (DirectDraw, Direct3D,
  31. DirectSound, DirectPlay, and DirectInput) for more information.  These
  32. readme files can be found in the DOCS directory.
  33.  
  34.  
  35. New for this Release
  36. --------------------
  37.  
  38. 1) DirectPlay 3, including an Internet Service Provider and redesigned
  39.    easy-to-use interfaces.
  40.  
  41. 2) DirectSound3D for positional audio.
  42.  
  43. 3) DirectInput for easy control of mouse and keyboard.
  44.  
  45. 4) Direct3D MMX acceleration.
  46.  
  47. 5) New display, 3D, and sound drivers.
  48.  
  49.  
  50. Release Notes
  51. -------------
  52.  
  53. 1) There is an EXTRAS directory that contains third-party display and sound
  54.    drivers that have not completed the Microsoft QA process.  We include the
  55.    drivers on the SDK as a convenience for you.  Please see the license.txt
  56.    file in the EXTRAS directory for the license agreements pertaining to
  57.    these components.
  58.   
  59. 2) This SDK will install on Windows NT version 4.0 and higher for x86
  60.    processors.  However, it will not install any DirectX runtime components
  61.    on NT, since DirectX is built in to NT.  The 4.0 release contains
  62.    the DirectX 2 release of DirectDraw, DirectSound, and DirectPlay.
  63.    Direct3D and the DirectX 3 components (new DirectPlay, Direct3DSound,
  64.    DirectInput) will be available in NT 4.0 service pack releases in the
  65.    near future.
  66.  
  67.    Be advised that many of the sample applications will not run on NT until
  68.    the components they require (mainly D3D) have been installed through a
  69.    service pack.  Please be patient with us!
  70.  
  71. 3) If you use the Watcom compiler, please get the latest version - it
  72.    contains the latest Windows header files that you will need to compile
  73.    DirectX samples.  We have deleted our sdk\samples\watinc directory (which
  74.    used to contain those header files) because you should get the Watcom
  75.    files to be completely up-to-date.
  76.  
  77. 4) You should know that Direct3D and DirectSound3D were designed to run on
  78.    Pentium-class processors.  Both use floating point math, and are
  79.    therefore quite slow on machines which do not have math co-processors.
  80.    If you use these components, make sure you try your application on a
  81.    486 (especially a 486SX) to verify that it runs adequately.  If it doesn't,
  82.    we recommend that you detect the processor at setup time and refuse to
  83.    run on those machines.
  84.  
  85. 5) Users of the ATI-TV tuner option will experience loss of TV tuner and
  86.    MPEG viewing functionality after installing DirectX drivers.  If this
  87.    happens, the user should uninstall the DirectX drivers by going to the
  88.    control panel, selecting Add/Remove Programs, then selecting DirectX
  89.    drivers and pressing the "Restore Display Drivers" button.
  90.  
  91.