-
Notifications
You must be signed in to change notification settings - Fork 9
/
readme.htm
71 lines (71 loc) · 3.65 KB
/
readme.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!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:[email protected]">[email protected]</A></P>
</body>
</html>