Delphi Headers
This site hosted by Free.ProHosting.com
Google

Download Section

DX8 Demo

[Download]
last update: 2000-11-26

Check this out if you want to get started with DirectX8. Neither eye candy nor new techniques are described - just a small application which shows how to initialize DirectX Graphics displaying a rotating cylinder. You will need the DirectX Delphi Headers to compile this thing. Have fun :)
Warning! You get redirected to another site from which you can then obtain the file.
ODBC32.PAS
[Download]
last update: 2000-10-04
This Unit is a Delphi header file for the ODBC32 Library (odbc32.dll). You can connect to Databases without using the Borland Database Engine. However, it's still alpha because only the basic procedures have been converted from the original MASM source. I currently use this header in one of my projects. All of the listed functions are tested and work great in this version:
  • SQLAllocHandle
  • SQLSetEnvAttr
  • SQLDriverConnect
  • SQLFreeHandle
  • SQLDisconnect
  • SQLExecDirect
  • SQLBindCol
  • SQLFetch