README.TXT 919 B

1234567891011121314151617181920
  1. Borland C++Builder DirectX LIB files
  2. This package includes "lib" files needed for Borland C++ Builder to compile
  3. DirectX 9 SDK programs.
  4. To compile DirectX projects including Microsoft demos from DirectX 8 SDK you should make some simple things:
  5. 1) Add these libraries to include path.
  6. 2) Add some defines under "Project\Options\Directories/Conditionals\Conditional defines" like:
  7. "cosf=(float)cos;sinf=(float)sin;acosf=(float)acos;asinf=(float)asin;tanf=(float)tan;atanf=(float)atan;sqrtf=(float)sqrt"
  8. 3) To use D3DX9 library you should download special DLL (d3dx9ab.dll) and extract it in any common folder, like: "Windows\System".
  9. 4) To use DxErr9 library you should download special DLL (dxerr9ab.dll) and extract it in any common folder, like: "Windows\System".
  10. You can download latest version of these files from: clootie.narod.ru/
  11. Mail any questions to Alexey Barkovoy: clootie@reactor.ru
  12. 30-Dec-2002