How to install ?
All Versions
1 - Install DirectX9 if you plan to use VMR or Direct3D :
http://www.microsoft.com/windows/dir...oads/drx90.asp
2 - Install Direct3D libraries if you plan to use Direct3D :
http://clootie.narod.ru/delphi/download_dx90.html
3 - Install Windows Media if you plan to use ASF compression or streaming:
http://www.progdigy.com/download/wmfdist.exe
Delphi 5,6 & 7
1 - Add this paths to your search directory:
- (DSPackDir)\src\Directx9
- (DSPackDir)\src\DSPack
2 - Compile
DirectX 9
Package (DirectX9_Dx.dpk) from the "packages" directtory.
3 - Compile DSPack
Package (DSPack_Dx.dpk) from the "packages" directory.
4- Install Design
Package (DSPackDesign_Dx.dpk) from the "packages" directory.
If you have a warning message during the last step on
Win9x, probaby the path : "../Delphi.../bin" is not correctly defined in "c:\autoexec.bat", in most case the path is too long. To correct this problem you have to set this path again. Alternatively change the
bpl output directory option on each
package to "$(DELPHI)\Bin" (Options>Directories/Conditionals>Output directory).