Test Demo Download: Files.cnblogs.com/del/delphix_1.rar (under Delphi 2007 and 2009 are compiled through)
In fact, according to the introduction here (www.cnblogs.com/del/archive/2008/06/13/1219324.html), faster than the download, also do not need to download.
DirectX, Microsoft technology for a long time; Starting with Windows Vista, DirectX is already the interface foundation for Microsoft's operating system.
Under the Delphi use DirectX more popular has the following four kinds of ways:
Delphix--yks.ne.jp/~hori/delphix.html
Dspack--www.progdigy.com
Asphyre (?) --www.afterwarp.net
Delphi directx--www.clootie.ru/delphi/download_dx92.html
Delphix is the earliest (10 years), is also the simplest, but also with the most closely with Delphi;
But in order to start simple, ready to begin from Delphix, first have a macro concept, but also learn about Delphix construction techniques;
However, I think the final use should be: Delphi DirectX.
Delphix has not been updated since 2000.07.17, but other enthusiastic supporters have been maintaining it, even allowing it to support Delphi 2009.
The version I'm using now is downloaded from here: www.micrel.cz/Dx/
The automatic installation file was used: Www.micrel.cz/Dx/download/install.exe
Although the introduction is to support Delphi 2009, I still found a lot of problems; After the correction, the last 2009 can be used.
But many examples do not support 2009, because under 2007 to be more stable, therefore chooses under Delphi 2007 to study Delphix; Also strive to make code compatible with 2009.
To ensure that all examples are run, you need to change the {. $Define d3drm} In the penultimate row of Delphixcfg.inc to {$Define D3DRM}
In addition, because some Japanese annotation garbled, will let some examples can not run, modify the garbled place can.
At the moment I have sampled some of the tests, and there is no problem.
Always feel learning late, strive to overtake it as soon as possible!
First learn an example from the Internet, as an opening Test bar:
This example effect chart: