readme.htm 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3. <head>
  4. <title></title>
  5. <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
  6. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  7. </head>
  8. <body>
  9. <H1>
  10. DSPack 2.3.3&nbsp;(Sep 2004).</H1>
  11. <P>DSPack is a set of Components and class to write Multimedia Applications using
  12. MS Direct Show&nbsp;and DirectX technologies. DSPack&nbsp;is designed to work
  13. with DirectX&nbsp;9 on Win9X, ME, 2000, and Windows XP operating
  14. systems.&nbsp;Now&nbsp;VMR (Video Mixing Renderer) is&nbsp;available
  15. on&nbsp;all Windows Operating Systems. DSPack 2 is designed to work with Delphi
  16. 5,6,7 and CPP Builder 6.</P>
  17. <P><IMG alt="" src="Diagram.png"></P>
  18. <H2>What can I do with DSPack ?</H2>
  19. <P>I've writen DSPack with the idea to provide a non limitative set of components
  20. and class to use DirectShow easier. With DSpack you can create all that you
  21. want: DVD, capture, compression, filters, TV, webcam, DV ...</P>
  22. <H2>How to install ?</H2>
  23. <H3>All Versions</H3>
  24. <P>1 - Install DirectX9 if you plan to use VMR or Direct3D : <A href="http://www.microsoft.com/windows/directx/downloads/drx90.asp">
  25. http://www.microsoft.com/windows/directx/downloads/drx90.asp</A></P>
  26. <P>2 - Install Direct3D libraries if you plan to use Direct3D : <A href="http://clootie.narod.ru/delphi/download_dx90.html">
  27. http://clootie.narod.ru/delphi/download_dx90.html</A></P>
  28. <P>3 - Install Windows Media if you plan to use ASF compression or streaming: <A href="http://www.progdigy.com/download/wmfdist.exe">
  29. http://www.progdigy.com/download/wmfdist.exe</A></P>
  30. <H3>Delphi 5,6 &amp; 7</H3>
  31. <P>1 - Add this paths to your search directory:
  32. <br>
  33. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;(DSPackDir)\src\Directx9
  34. <br>
  35. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - (DSPackDir)\src\DSPack
  36. </P>
  37. <P>
  38. 2 -&nbsp;Compile DirectX 9 Package (DirectX9_Dx.dpk)&nbsp;from the "packages"
  39. directtory.</P>
  40. <P>3 - Compile DSPack Package (DSPack_Dx.dpk) from the "packages" directory.</P>
  41. <P>4- Install&nbsp;Design Package (DSPackDesign_Dx.dpk) from the "packages"
  42. directory.</P>
  43. <P><STRONG><FONT color="#ff0033">If you have a warning message during the last step on
  44. Win9x, probaby the path : "../Delphi.../bin" is not correctly defined in
  45. "c:\autoexec.bat", in most case the path is too long. To correct this problem
  46. you have to set this path again. Alternatively change the bpl output directory
  47. option on each package to "$(DELPHI)\Bin"
  48. (Options&gt;Directories/Conditionals&gt;Output directory).</FONT></STRONG></P>
  49. <H3>CPP Builder 6</H3>
  50. <P>1 - Download the DirectX9 SDK from MS and update&nbsp;the "$(BCB)\Include"
  51. directory. You must also updates the DX SDK with the file provided in the
  52. "(DSPackDir)\Include" directory.</P>
  53. <P>2&nbsp;- Add this paths to your search directory:
  54. <BR>
  55. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;(DSPackDir)\src\Directx9
  56. <BR>
  57. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - (DSPackDir)\src\DSPack
  58. </P>
  59. <P>
  60. 2 -&nbsp;Compile DirectX 9 Package (DirectX9_BCB6.dpk)&nbsp;from the "packages"
  61. directtory.</P>
  62. <P>3 - Compile DSPack Package (DSPack_BCB6.dpk) from the "packages" directory.</P>
  63. <P>4- Install&nbsp;Design Package (DSPackDesign_BCB6.dpk) from the "packages"
  64. directory.</P>
  65. <H2>What does it cost ?</H2>
  66. <P>Nothing, DSPack is distributed under the MPL 1.1, but I accept money to pay web
  67. hosting.</P>
  68. <P>Henri Gourvest<br>
  69. <A href="mailto:hgourvest@progdigy.com">hgourvest@progdigy.com</A></P>
  70. </body>
  71. </html>