dxsdk3/sdk/readme.txt
mason 6cc92a9e69 dxsdk3 - from F:\code
[git-p4: depot-paths = "//code/dxsdk3/": change = 1612]
2011-10-23 09:52:35 -05:00

27 lines
860 B
Plaintext

This directory contains all SDK components.
To ensure compatability with all editors, all tabs have been replaced
with spaces in all source files.
BIN:
Sample app executables
INC:
contains include files for DirectDraw, Direct3D, DirectSound, DirectInput
and DirectPlay
LIB:
contains library files for DirectDraw, DirectSound, and DirectPlay
*.LIB : COFF libraries (used by Microsoft Visual C++ 2.0 or higher)
*.LBW : 32-bit OMF libraries (used by Watcom C/C++ 10.0)
SAMPLES:
Contains all sample code. See readme.txt file in this directory for
more details.
Notes for users of Visual C++ 4.2
---------------------------------
Visual C++ 4.2 includes the DX2 header files and libraries. If you are
getting errors compiling, make sure that the DX3 include
and lib paths come before the MSVC++ 4.2 include and lib paths.