| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <title></title>
- <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- </head>
- <body>
- <H1>
- DSPack 2.3.3 (Sep 2004).</H1>
- <P>DSPack is a set of Components and class to write Multimedia Applications using
- MS Direct Show and DirectX technologies. DSPack is designed to work
- with DirectX 9 on Win9X, ME, 2000, and Windows XP operating
- systems. Now VMR (Video Mixing Renderer) is available
- on all Windows Operating Systems. DSPack 2 is designed to work with Delphi
- 5,6,7 and CPP Builder 6.</P>
- <P><IMG alt="" src="Diagram.png"></P>
- <H2>What can I do with DSPack ?</H2>
- <P>I've writen DSPack with the idea to provide a non limitative set of components
- and class to use DirectShow easier. With DSpack you can create all that you
- want: DVD, capture, compression, filters, TV, webcam, DV ...</P>
- <H2>How to install ?</H2>
- <H3>All Versions</H3>
- <P>1 - Install DirectX9 if you plan to use VMR or Direct3D : <A href="http://www.microsoft.com/windows/directx/downloads/drx90.asp">
- http://www.microsoft.com/windows/directx/downloads/drx90.asp</A></P>
- <P>2 - Install Direct3D libraries if you plan to use Direct3D : <A href="http://clootie.narod.ru/delphi/download_dx90.html">
- http://clootie.narod.ru/delphi/download_dx90.html</A></P>
- <P>3 - Install Windows Media if you plan to use ASF compression or streaming: <A href="http://www.progdigy.com/download/wmfdist.exe">
- http://www.progdigy.com/download/wmfdist.exe</A></P>
- <H3>Delphi 5,6 & 7</H3>
- <P>1 - Add this paths to your search directory:
- <br>
- - (DSPackDir)\src\Directx9
- <br>
- - (DSPackDir)\src\DSPack
- </P>
- <P>
- 2 - Compile DirectX 9 Package (DirectX9_Dx.dpk) from the "packages"
- directtory.</P>
- <P>3 - Compile DSPack Package (DSPack_Dx.dpk) from the "packages" directory.</P>
- <P>4- Install Design Package (DSPackDesign_Dx.dpk) from the "packages"
- directory.</P>
- <P><STRONG><FONT color="#ff0033">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).</FONT></STRONG></P>
- <H3>CPP Builder 6</H3>
- <P>1 - Download the DirectX9 SDK from MS and update the "$(BCB)\Include"
- directory. You must also updates the DX SDK with the file provided in the
- "(DSPackDir)\Include" directory.</P>
- <P>2 - Add this paths to your search directory:
- <BR>
- - (DSPackDir)\src\Directx9
- <BR>
- - (DSPackDir)\src\DSPack
- </P>
- <P>
- 2 - Compile DirectX 9 Package (DirectX9_BCB6.dpk) from the "packages"
- directtory.</P>
- <P>3 - Compile DSPack Package (DSPack_BCB6.dpk) from the "packages" directory.</P>
- <P>4- Install Design Package (DSPackDesign_BCB6.dpk) from the "packages"
- directory.</P>
- <H2>What does it cost ?</H2>
- <P>Nothing, DSPack is distributed under the MPL 1.1, but I accept money to pay web
- hosting.</P>
- <P>Henri Gourvest<br>
- <A href="mailto:hgourvest@progdigy.com">hgourvest@progdigy.com</A></P>
- </body>
- </html>
|