Giter VIP home page Giter VIP logo

dspack's Introduction

<!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&nbsp;(Sep 2004).</H1>
		<P>DSPack is a set of Components and class to write Multimedia Applications using 
			MS Direct Show&nbsp;and DirectX technologies. DSPack&nbsp;is designed to work 
			with DirectX&nbsp;9 on Win9X, ME, 2000, and Windows XP operating 
			systems.&nbsp;Now&nbsp;VMR (Video Mixing Renderer) is&nbsp;available 
			on&nbsp;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 &amp; 7</H3>
		<P>1 - Add this paths to your search directory:
			<br>
			&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;(DSPackDir)\src\Directx9
			<br>
			&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - (DSPackDir)\src\DSPack
		</P>
		<P>
			2 -&nbsp;Compile DirectX 9 Package (DirectX9_Dx.dpk)&nbsp;from the "packages" 
			directtory.</P>
		<P>3 - Compile DSPack Package (DSPack_Dx.dpk) from the "packages" directory.</P>
		<P>4- Install&nbsp;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&gt;Directories/Conditionals&gt;Output directory).</FONT></STRONG></P>
		<H3>CPP Builder 6</H3>
		<P>1 - Download the DirectX9 SDK from MS and update&nbsp;the "$(BCB)\Include" 
			directory. You must also updates the DX SDK with the file provided in the 
			"(DSPackDir)\Include" directory.</P>
		<P>2&nbsp;- Add this paths to your search directory:
			<BR>
			&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;(DSPackDir)\src\Directx9
			<BR>
			&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - (DSPackDir)\src\DSPack
		</P>
		<P>
			2 -&nbsp;Compile DirectX 9 Package (DirectX9_BCB6.dpk)&nbsp;from the "packages" 
			directtory.</P>
		<P>3 - Compile DSPack Package (DSPack_BCB6.dpk) from the "packages" directory.</P>
		<P>4- Install&nbsp;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>

dspack's People

Contributors

yepsfx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dspack's Issues

Compiler warnings

Hello,

Please note these compiler warnings:

[dcc64 Warning] DXSUtil.pas(4309): W1073 Combining signed type and unsigned 64-bit type - treated as an unsigned type
[dcc64 Warning] DXSUtil.pas(4310): W1073 Combining signed type and unsigned 64-bit type - treated as an unsigned type
[dcc64 Warning] DXSUtil.pas(4391): W1073 Combining signed type and unsigned 64-bit type - treated as an unsigned type
[dcc64 Warning] DXSUtil.pas(4405): W1073 Combining signed type and unsigned 64-bit type - treated as an unsigned type
[dcc64 Warning] DXSUtil.pas(4420): W1073 Combining signed type and unsigned 64-bit type - treated as an unsigned type
[dcc64 Warning] DXSUtil.pas(4478): W1073 Combining signed type and unsigned 64-bit type - treated as an unsigned type
[dcc64 Warning] DXSUtil.pas(4542): W1073 Combining signed type and unsigned 64-bit type - treated as an unsigned type
[dcc64 Hint] DSPack.pas(5643): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc64 Hint] DSPack.pas(5645): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc64 Hint] DSPack.pas(5685): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc64 Hint] DSPack.pas(5687): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc64 Hint] DSPack.pas(5727): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc64 Hint] DSPack.pas(5729): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list

Best regards.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.