<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Indigo Rose Software &#187; DeltaMAX</title>
	<atom:link href="http://www.indigorose.com/products/deltamax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.indigorose.com</link>
	<description>Tools for Professional Software Developers</description>
	<lastBuildDate>Fri, 20 Nov 2009 18:12:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Overview of DeltaMAX 1.0</title>
		<link>http://www.indigorose.com/deltamax/overview-delta-max/</link>
		<comments>http://www.indigorose.com/deltamax/overview-delta-max/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 21:42:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DeltaMAX]]></category>
		<category><![CDATA[activex]]></category>
		<category><![CDATA[binary difference]]></category>
		<category><![CDATA[binary differencing]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[delta]]></category>
		<category><![CDATA[delta max]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[diffs]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[file differencing]]></category>
		<category><![CDATA[indigo rose]]></category>
		<category><![CDATA[indigorose]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[visual basic]]></category>
		<category><![CDATA[xdelta]]></category>

		<guid isPermaLink="false">http://www.indigorose.com/?p=148</guid>
		<description><![CDATA[DeltaMAX is an advanced binary differencing engine library for Windows. It allows you to create and apply binary difference files (&#8221;patch files&#8221;) from your applications. It is the same binary differencing engine used in Visual Patch.
Binary differencing is the process of analyzing two files and then compactly representing the differences or &#8220;delta&#8221; between them. Also [...]


More Information:<ol><li><a href='http://www.indigorose.com/deltamax/brochure-delta-max/' rel='bookmark' title='Permanent Link: DeltaMAX 1.0 Product Brochure'>DeltaMAX 1.0 Product Brochure</a> <small>DeltaMAX is an advanced binary differencing engine. It is capable...</small></li><li><a href='http://www.indigorose.com/deltamax/features-delta-max/' rel='bookmark' title='Permanent Link: Product Features'>Product Features</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li><li><a href='http://www.indigorose.com/deltamax/users-guide-delta-max/' rel='bookmark' title='Permanent Link: Online User&#8217;s Guide'>Online User&#8217;s Guide</a> <small>The best way to get started with DeltaMAX is to...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1838" title="thumbnail-deltamax" src="http://www.indigorose.com/content/thumbnail-deltamax.jpg" alt="thumbnail-deltamax" width="150" height="100" />DeltaMAX is an advanced binary differencing engine library for Windows. It allows you to create and apply binary difference files (&#8221;patch files&#8221;) from your applications. It is the same binary differencing engine used in Visual Patch.</p>
<p>Binary differencing is the process of analyzing two files and then compactly representing the differences or &#8220;delta&#8221; between them. Also known as &#8220;delta compression,&#8221; binary differencing is able to represent the data that differs between two files in the most compact way possible.</p>
<p>The most common application of binary differencing is in creating software patches. This involves analyzing two versions of a file in order to extract only the data that has changed from one version to the other. The results of this analysis can then be used to recreate the newer version from any file that exactly matches the original. By only containing the differences, such a patch file can be very small.</p>
<p>Of course, there are many other uses for binary differencing beyond deploying software updates. Because so little data needs to be transmitted, delta compression makes it possible to distribute changes to large data files as efficiently possible.</p>
<h5>Key Features</h5>
<ul>
<li><a class="wmp" href="http://www.indigorose.com/content/screenshots/deltamax/large/CSharpSampleProject.gif"><img class="alignright" title="DeltaMAX" src="http://www.indigorose.com/content/screenshots/deltamax/small/CSharpSampleProject.gif" alt="" width="300" height="218" /></a><strong>Very fast encoding.</strong> DeltaMAX is able to perform multiple passes in less time than it takes other tools to perform a single pass.</li>
<li><strong>Fast decoding.</strong> DeltaMAX uses efficient file I/O buffering in order to apply differences quickly.</li>
<li><strong>Low memory requirements for decoding.</strong> DeltaMAX requires only minimal amounts of memory for decoding, and is able to apply differences in low memory situations.</li>
<li><strong>Compact encoding format.</strong> DeltaMAX uses a custom encoding scheme that is very efficient.</li>
<li><strong>Unique multi-pass optimization.</strong> DeltaMAX can perform multiple encoding passes in order to experimentally achieve the best results. This is especially important because the optimal settings can vary according to the unique internal structure of each individual file.</li>
<li><strong>Works with all file types.</strong> DeltaMAX can create differences for all kinds of files (e.g. software executables, word documents, satellite images, medical databases, ocean maps, game data files&#8230;)</li>
<li><strong>Support for large files.</strong> DeltaMAX is exceptional in its ability to handle very large files (up to 2GB) and to encode these large files very quickly.</li>
<li><strong>Developed for Windows.</strong> DeltaMAX was developed specifically for the Windows platform, and does not sacrifice performance to achieve platform independence.</li>
</ul>
<h5>Benefits of Binary Differencing</h5>
<p>Binary differencing is the process of analyzing two files and then compactly representing the differences or &#8220;delta&#8221; between them. Also known as &#8220;delta compression,&#8221; binary differencing is able to represent the data that differs between two files in the most compact way possible.</p>
<p>This technology is most commonly used in software updating and patch management applications, however it is also ideal for use in backup software, server synchronization, data transmission or wherever the environment calls for reduced storage space and lower bandwidth usage.</p>
<p>Having less data to transmit means that file changes can be sent and received faster, which means less time is spent waiting for updates, improving productivity and making “background” updates possible.</p>
<p>In addition to reduced file sizes, binary differenced files are very secure. Difference files contain only the byte level differences between the two source files. Transmitting only tiny portions of a file in a format that can&#8217;t be used without the original greatly reduces the risk of unauthorized use.</p>
<h5>Competitive Position</h5>
<p>Some binary differencing libraries claim to include large-file support, but they process large files so slowly that it really isn&#8217;t feasible to use them for that purpose. DeltaMAX uses a unique binary differencing algorithm that was developed to process very large files as quickly as possible. It does this while also achieving the best compression performance possible on all file sizes, large and small.</p>
<p>For example, in benchmark testing DeltaMAX was able to create a patch for a 1.2 GB data file in under 3 minutes, whereas the nearest competitor we tested required more than 70 minutes to process the data on the same system. Some of the competing libraries we tested were not even able to process such a large file, and either failed completely or were still processing after more than 24 hours.</p>
<p>Remarkably, DeltaMAX achieves its speed without sacrificing performance, creating difference files that compare favorably in size to difference files created by other tools. In fact, the speed of DeltaMAX permits additional size optimizations that are not feasible with other tools. For example, it can perform multiple passes with different settings in order to find the optimal parameters for each particular file-and still manage to do so in less time than competing tools require for a single pass!</p>


<p>More Information:<ol><li><a href='http://www.indigorose.com/deltamax/brochure-delta-max/' rel='bookmark' title='Permanent Link: DeltaMAX 1.0 Product Brochure'>DeltaMAX 1.0 Product Brochure</a> <small>DeltaMAX is an advanced binary differencing engine. It is capable...</small></li><li><a href='http://www.indigorose.com/deltamax/features-delta-max/' rel='bookmark' title='Permanent Link: Product Features'>Product Features</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li><li><a href='http://www.indigorose.com/deltamax/users-guide-delta-max/' rel='bookmark' title='Permanent Link: Online User&#8217;s Guide'>Online User&#8217;s Guide</a> <small>The best way to get started with DeltaMAX is to...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.indigorose.com/deltamax/overview-delta-max/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Features</title>
		<link>http://www.indigorose.com/deltamax/features-delta-max/</link>
		<comments>http://www.indigorose.com/deltamax/features-delta-max/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 18:08:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DeltaMAX]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[binary diffing]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[comparing]]></category>
		<category><![CDATA[delta library]]></category>
		<category><![CDATA[delta max]]></category>
		<category><![CDATA[differencing]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[indigo rose]]></category>
		<category><![CDATA[indigorose]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[object code]]></category>
		<category><![CDATA[patching engine]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.indigorose.com/?p=373</guid>
		<description><![CDATA[DeltaMAX is an advanced binary differencing engine library for Windows. Now you can incorporate state-of-the-art file differencing into your own software applications. DeltaMAX features incredible compression ratios and blazing speed. Compare it to any other delta compression system, and you’ll immediately see the advantage.
DeltaMAX can be easily incorporated into your software using either traditional direct [...]


More Information:<ol><li><a href='http://www.indigorose.com/deltamax/brochure-delta-max/' rel='bookmark' title='Permanent Link: DeltaMAX 1.0 Product Brochure'>DeltaMAX 1.0 Product Brochure</a> <small>DeltaMAX is an advanced binary differencing engine. It is capable...</small></li><li><a href='http://www.indigorose.com/deltamax/overview-delta-max/' rel='bookmark' title='Permanent Link: Overview of DeltaMAX 1.0'>Overview of DeltaMAX 1.0</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li><li><a href='http://www.indigorose.com/deltamax/users-guide-delta-max/' rel='bookmark' title='Permanent Link: Online User&#8217;s Guide'>Online User&#8217;s Guide</a> <small>The best way to get started with DeltaMAX is to...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>DeltaMAX is an advanced binary differencing engine library for Windows. Now you can incorporate state-of-the-art file differencing into your own software applications. DeltaMAX features incredible compression ratios and blazing speed. Compare it to any other delta compression system, and you’ll immediately see the advantage.</p>
<p>DeltaMAX can be easily incorporated into your software using either traditional direct DLL calls or from any language that supports COM (ActiveX) controls. Regardless of the type of data being distributed, like executables, documents, databases, images, game data or videos, DeltaMAX can handle it.</p>
<ul>
<li><strong>Binary Differencing Engine.</strong> State-of-the-art engine developed specifically for its impressive speed characteristics, especially for gigabyte-sized files. Create smaller patches for larger files faster.</li>
</ul>
<ul>
<li><strong>Easy To Integrate.</strong> Includes spport for both direct DLL and COM/ActiveX interfaces. Use it with virtually any Windows development language including C, C++, C#, Visual Basic, Delphi, .NET, Visual Studio and more.</li>
</ul>
<ul>
<li><strong>Incredible Speed</strong>. DeltaMAX is able to generate difference files in only seconds, unlike the hours required by some tools.</li>
</ul>
<ul>
<li><strong>Compact Library.</strong> Written in 100% hand optimized C++ code, the DeltaMAX DLL is compact and easy to deploy with your software. There are no external dependencies.</li>
</ul>
<ul>
<li><strong>Low Resource Use.</strong> Requires considerably less memory than other file differencing systems, while still maintaining an advantage in speed and compression ratio.</li>
</ul>
<ul>
<li><strong>Sample Code.</strong> DeltaMAX is easy to incorporate into your application. We include sample code and projects written in Visual C++, Visual Basic, VB.NET and C# .NET to get you started.</li>
</ul>
<ul>
<li><strong>Handles Huge Files.</strong> Competing tools can stall out on files as small as 40 MB. DeltaMAX can handle gigabyte sized files with ease Source Code Available &#8211; A source code option for the DeltaMAX library is also available separately for projects that require it.</li>
</ul>
<ul>
<li><strong>Fully Compatible.</strong>  DeltaMAX is fully compatible with all versions of Microsoft Windows, from 95 to Vista. DeltaMAX was designed to work in extremely low memory situations. Where other solutions fail, DeltaMAX excels.</li>
</ul>
<ul>
<li><strong>Data Security.</strong>  Unlike complete files, difference files contain only the data that is different between two source files.</li>
</ul>
<ul>
<li><strong>Built-In Optimizations.</strong>  Unique multi-pass optimization performs multiple encoding passes in order to achieve the best results possible.</li>
</ul>
<ul>
<li><strong>Fast Decode.</strong>  DeltaMAX uses efficient file I/O buffering in order to apply differences quickly.</li>
</ul>
<ul>
<li><strong>Tiny Differences.</strong>  Proprietary encoding algorithm creates remarkably compact difference files. Compression ratios can be as dramatic as 99% or more.</li>
</ul>
<ul>
<li><strong>FREE Technical Support.</strong>  A free 1 Year web/email support and maintenance plan is included. We’ll answer your questions quickly and efficiently.</li>
</ul>
<ul>
<li><strong>Best Value.</strong>  Compare it to other tools and you’ll see that DeltaMAX works better, is backed with fantastic technical support and is priced realistically.</li>
</ul>
<ul>
<li><strong>Proven Record.</strong>  Indigo Rose Software development tools are trusted by over 20,000 software developers worldwide for reliability and exceptional technical support.</li>
</ul>
<h5>System Requirements</h5>
<p>The DeltaMAX library is a 32-bit Windows DLL. It is compatible with Windows 9x, Windows 2000, Windows XP and Windows Vista. It is written in C++ (ATL) and requires no additional runtimes or DLLs to be distributed with it.</p>
<p>The DeltaMAX .DLL has both a traditional direct DLL interface compatible with C/C++ as well as a COM interface for use with Visual Basic, Visual Studio, .NET, Delphi and other languages that support COM (ActiveX) interfaces.</p>
<p>In order to create difference files:</p>
<ul>
<li>Windows 95/98/ME/NT4(SP6)/2000/XP/Vista</li>
<li>128 MB RAM (1 GB RAM recommended)</li>
<li>800&#215;600 display resolution</li>
<li>20 MB free hard drive space</li>
</ul>
<p>In order to apply difference files:</p>
<ul>
<li>Windows 95/98/ME/NT4(SP6)/2000/XP/Vista</li>
<li>32 MB RAM</li>
<li>640&#215;480 display resolution</li>
<li>10 MB free hard drive space</li>
</ul>


<p>More Information:<ol><li><a href='http://www.indigorose.com/deltamax/brochure-delta-max/' rel='bookmark' title='Permanent Link: DeltaMAX 1.0 Product Brochure'>DeltaMAX 1.0 Product Brochure</a> <small>DeltaMAX is an advanced binary differencing engine. It is capable...</small></li><li><a href='http://www.indigorose.com/deltamax/overview-delta-max/' rel='bookmark' title='Permanent Link: Overview of DeltaMAX 1.0'>Overview of DeltaMAX 1.0</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li><li><a href='http://www.indigorose.com/deltamax/users-guide-delta-max/' rel='bookmark' title='Permanent Link: Online User&#8217;s Guide'>Online User&#8217;s Guide</a> <small>The best way to get started with DeltaMAX is to...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.indigorose.com/deltamax/features-delta-max/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DeltaMAX 1.0 Product Brochure</title>
		<link>http://www.indigorose.com/deltamax/brochure-delta-max/</link>
		<comments>http://www.indigorose.com/deltamax/brochure-delta-max/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 18:01:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DeltaMAX]]></category>
		<category><![CDATA[binary difference]]></category>
		<category><![CDATA[binary patching]]></category>
		<category><![CDATA[brochure]]></category>
		<category><![CDATA[byte comparison]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[delta max]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[file changes]]></category>
		<category><![CDATA[indigo rose]]></category>
		<category><![CDATA[indigorose]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[toolkit]]></category>
		<category><![CDATA[updating]]></category>

		<guid isPermaLink="false">http://www.indigorose.com/?p=366</guid>
		<description><![CDATA[DeltaMAX is an advanced binary differencing engine. It is capable of analyzing two files and storing only the byte level differences between them. What makes DeltaMAX exceptional is its ability to handle very large files (up to 2GB) and to encode files very quickly. The DeltaMAX engine provides significant performance gains over older technology. In [...]


More Information:<ol><li><a href='http://www.indigorose.com/deltamax/overview-delta-max/' rel='bookmark' title='Permanent Link: Overview of DeltaMAX 1.0'>Overview of DeltaMAX 1.0</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li><li><a href='http://www.indigorose.com/deltamax/features-delta-max/' rel='bookmark' title='Permanent Link: Product Features'>Product Features</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li><li><a href='http://www.indigorose.com/deltamax/users-guide-delta-max/' rel='bookmark' title='Permanent Link: Online User&#8217;s Guide'>Online User&#8217;s Guide</a> <small>The best way to get started with DeltaMAX is to...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>DeltaMAX is an advanced binary differencing engine. It is capable of analyzing two files and storing only the byte level differences between them. What makes DeltaMAX exceptional is its ability to handle very large files (up to 2GB) and to encode files very quickly. The DeltaMAX engine provides significant performance gains over older technology. In our test suite, it was able to delta compress a 120 MB video game texture data file by 99.6% in only 9.05 seconds. In comparison, a competitive technology required over 25 minutes to achieve a compression ratio of only 18.7%. Incorporating the DeltaMAX engine into your software application will give you a distinct competitive advantage.</p>
<p> <strong><a href="http://www.indigorose.com/pdf/deltamax/DeltaMAX-Brochure-Web.pdf" target="_blank">Click here to download a printable DeltaMAX 1.0 brochure</a></strong></p>
<p> </p>
<p><a href="http://get.adobe.com/reader/" target="_blank"><img class="alignleft size-full wp-image-812" title="get_adobe_reader" src="http://www.indigorose.com/content/get_adobe_reader.gif" alt="get_adobe_reader" width="112" height="33" /></a> </p>
<p><span style="color: #999999;"><em>Note: This brochure in Adobe Acrobat PDF format. You may need to download and install the Adobe Reader software in order to view it.</em></span></p>


<p>More Information:<ol><li><a href='http://www.indigorose.com/deltamax/overview-delta-max/' rel='bookmark' title='Permanent Link: Overview of DeltaMAX 1.0'>Overview of DeltaMAX 1.0</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li><li><a href='http://www.indigorose.com/deltamax/features-delta-max/' rel='bookmark' title='Permanent Link: Product Features'>Product Features</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li><li><a href='http://www.indigorose.com/deltamax/users-guide-delta-max/' rel='bookmark' title='Permanent Link: Online User&#8217;s Guide'>Online User&#8217;s Guide</a> <small>The best way to get started with DeltaMAX is to...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.indigorose.com/deltamax/brochure-delta-max/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download a Free 30-Day Trial Version</title>
		<link>http://www.indigorose.com/deltamax/download-delta-max/</link>
		<comments>http://www.indigorose.com/deltamax/download-delta-max/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 18:03:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DeltaMAX]]></category>
		<category><![CDATA[binary diff]]></category>
		<category><![CDATA[comparing files]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[delta max]]></category>
		<category><![CDATA[differencing]]></category>
		<category><![CDATA[indigo rose]]></category>
		<category><![CDATA[indigorose]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[warez]]></category>

		<guid isPermaLink="false">http://www.indigorose.com/?p=371</guid>
		<description><![CDATA[The best way to decide if DeltaMAX is right for you, is to download the free 30-day trial version. You&#8217;ll be able to really &#8220;kick the tires&#8221; and see what it can do.
To download the free trial version, please enter your information into the fields below. We&#8217;ll email you the download instructions within minutes of [...]


More Information:<ol><li><a href='http://www.indigorose.com/deltamax/brochure-delta-max/' rel='bookmark' title='Permanent Link: DeltaMAX 1.0 Product Brochure'>DeltaMAX 1.0 Product Brochure</a> <small>DeltaMAX is an advanced binary differencing engine. It is capable...</small></li><li><a href='http://www.indigorose.com/deltamax/overview-delta-max/' rel='bookmark' title='Permanent Link: Overview of DeltaMAX 1.0'>Overview of DeltaMAX 1.0</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li><li><a href='http://www.indigorose.com/deltamax/features-delta-max/' rel='bookmark' title='Permanent Link: Product Features'>Product Features</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-234" title="thumbnail-download" src="/content/thumbnail-download.jpg" alt="thumbnail-download" width="150" height="100" />The best way to decide if DeltaMAX is right for you, is to download the free 30-day trial version. You&#8217;ll be able to really &#8220;kick the tires&#8221; and see what it can do.</p>
<p>To download the free trial version, please enter your information into the fields below. We&#8217;ll email you the download instructions within minutes of submitting your request.</p>
<p><!-- BEGIN FORM --></p>
<form id="frmSS11" action="http://www.indigorose.com/lists/form.php?form=11" method="post">
<table align="center" style="text-align: center; margin: auto;" border="0">
<tbody>
<tr>
<td style="text-align: right;"><em>Full Name:</em></td>
<td>
<input id="CustomFields_1_11" style="width: 150px;" maxlength="50" name="CustomFields[1]" type="text" /></td>
</tr>
<tr>
<td style="text-align: right;"><em>Email Address:</em></td>
<td>
<input style="width: 150px;" name="email" type="text" /></td>
</tr>
<tr>
<td style="text-align: center;"></td>
<td>
<input type="submit" value="Download Trial" /></td>
</tr>
</tbody>
</table>
</form>
<p><!-- END FORM --></p>
<p><span style="color: #c0c0c0;">Note: By submitting this form, you agree to receive followup emails regarding DeltaMAX. You may unsubscribe from these emails at any time. We do not sell, rent or give away your email address to anyone. We only use it to keep you informed about DeltaMAX and how to get the most out of your free trial.</span></p>


<p>More Information:<ol><li><a href='http://www.indigorose.com/deltamax/brochure-delta-max/' rel='bookmark' title='Permanent Link: DeltaMAX 1.0 Product Brochure'>DeltaMAX 1.0 Product Brochure</a> <small>DeltaMAX is an advanced binary differencing engine. It is capable...</small></li><li><a href='http://www.indigorose.com/deltamax/overview-delta-max/' rel='bookmark' title='Permanent Link: Overview of DeltaMAX 1.0'>Overview of DeltaMAX 1.0</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li><li><a href='http://www.indigorose.com/deltamax/features-delta-max/' rel='bookmark' title='Permanent Link: Product Features'>Product Features</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.indigorose.com/deltamax/download-delta-max/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online User&#8217;s Guide</title>
		<link>http://www.indigorose.com/deltamax/users-guide-delta-max/</link>
		<comments>http://www.indigorose.com/deltamax/users-guide-delta-max/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 18:02:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DeltaMAX]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[delta max]]></category>
		<category><![CDATA[file changes]]></category>
		<category><![CDATA[file delta]]></category>
		<category><![CDATA[indigo rose]]></category>
		<category><![CDATA[indigorose]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[user's guide]]></category>
		<category><![CDATA[usersguide]]></category>

		<guid isPermaLink="false">http://www.indigorose.com/?p=368</guid>
		<description><![CDATA[The best way to get started with DeltaMAX is to check out the sample code included with the library. The library is quite easy to use, and seeing it used in a simple application will provide all the guidance that most programmers need.
However, you&#8217;ll certainly want to read through the documentation to learn about the [...]


More Information:<ol><li><a href='http://www.indigorose.com/deltamax/brochure-delta-max/' rel='bookmark' title='Permanent Link: DeltaMAX 1.0 Product Brochure'>DeltaMAX 1.0 Product Brochure</a> <small>DeltaMAX is an advanced binary differencing engine. It is capable...</small></li><li><a href='http://www.indigorose.com/deltamax/overview-delta-max/' rel='bookmark' title='Permanent Link: Overview of DeltaMAX 1.0'>Overview of DeltaMAX 1.0</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li><li><a href='http://www.indigorose.com/deltamax/features-delta-max/' rel='bookmark' title='Permanent Link: Product Features'>Product Features</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>The best way to get started with Delta<em>MAX</em> is to check out the sample code included with the library. The library is quite easy to use, and seeing it used in a simple application will provide all the guidance that most programmers need.</p>
<p>However, you&#8217;ll certainly want to read through the documentation to learn about the available function calls and parameters. We&#8217;ve included everything in the download, but we&#8217;ve also made the documentation available online in &#8220;webhelp&#8221; format &#8211; should you like to take a peek before installing the software.</p>
<p><a title="Click Here to View the DeltaMAX Documentation" href="http://www.indigorose.com/webhelp/deltamax/" target="_blank">Click Here to View the Delta<em>MAX</em> Documentation</a></p>


<p>More Information:<ol><li><a href='http://www.indigorose.com/deltamax/brochure-delta-max/' rel='bookmark' title='Permanent Link: DeltaMAX 1.0 Product Brochure'>DeltaMAX 1.0 Product Brochure</a> <small>DeltaMAX is an advanced binary differencing engine. It is capable...</small></li><li><a href='http://www.indigorose.com/deltamax/overview-delta-max/' rel='bookmark' title='Permanent Link: Overview of DeltaMAX 1.0'>Overview of DeltaMAX 1.0</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li><li><a href='http://www.indigorose.com/deltamax/features-delta-max/' rel='bookmark' title='Permanent Link: Product Features'>Product Features</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.indigorose.com/deltamax/users-guide-delta-max/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
