<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>DirectDrawOverlayLib Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Home</link><description>DirectDrawOverlayLib Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;An unmanaged C&amp;#43;&amp;#43; library to create, manage and draw to DirectDraw overlays. A C&amp;#43;&amp;#43;&amp;#47;CLI wrapper is planned.&lt;br /&gt;&lt;br /&gt;DirectDraw overlays are special DirectDraw surfaces that are shown over everything else, including full-screen games and applications. They can be used to implement programs like XFire that display information during full-screen game operation.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;License&lt;/b&gt;&lt;br /&gt;The library is licensed under the &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Project/License.aspx" class="externalLink"&gt;zlib/libpng license&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. The sample is licensed under the MIT license.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;The library and samples are in beta. They seem to be working fine on pre-Windows-Vista systems, but are experiencing problems under Vista. The managed wrapper is available in the latest source, and is packaged as a library in &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Release/ProjectReleases.aspx?ReleaseId=6255"&gt;0.5b Managed&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;Details on the sample can be found &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Overlay%20Sample&amp;amp;referringTitle=Home"&gt;here&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to get it&lt;/b&gt;&lt;br /&gt;Check the &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Release/ProjectReleases.aspx" class="externalLink"&gt;project releases&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. The latest unmanaged release is &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Release/ProjectReleases.aspx?ReleaseId=3687"&gt;0.5 Beta&lt;/a&gt;, and the latest managed release is &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Release/ProjectReleases.aspx?ReleaseId=6255"&gt;0.5b Managed&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to build it&lt;/b&gt;&lt;br /&gt;To build the library and its tests:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download &lt;a href="http://www.boost.org" class="externalLink"&gt;Boost&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Set the environment variable &lt;i&gt;BOOST&lt;/i&gt; to point to its location&lt;/li&gt;&lt;li&gt;Build the library project with Visual Studio&lt;/li&gt;
&lt;/ol&gt;To build the sample:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download &lt;a href="http://www.wxwidgets.org" class="externalLink"&gt;wxWidgets 2.8.3&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Build the configurations &amp;quot;Debug Unicode DLL&amp;quot; and &amp;quot;Release Unicode DLL&amp;quot;&lt;/li&gt;&lt;li&gt;Set the environment variable &lt;i&gt;WXWIN&lt;/i&gt; to point to the wxWidgets root folder&lt;/li&gt;&lt;li&gt;Build the sample project with Visual Studio&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author>mhaggag</author><pubDate>Sun, 05 Aug 2007 05:59:33 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070805055933A</guid></item><item><title>UPDATED WIKI: Overlay Sample</title><link>http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Overlay Sample&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
The native sample is a simple wxWidgets application that displays the following form:&lt;br /&gt;&lt;img src="http://www.codeplex.com/DirectDrawOverlayLib/Project/FileDownload.aspx?DownloadId=11105" alt="OverlaySample-Window.png" /&gt;&lt;br /&gt; &lt;br /&gt;The Visible/Hidden radio buttons toggle the visibility of the overlay surface. When you select Visible, the overlay surface will be created and shown to the top-left of the screen, containing a snapshot of the sample window. The sample updates the overlay surface updates twice per second. To illustrate this, there's a text box that you can edit, and watch your changes as they're reflected in the overlay.&lt;br /&gt; &lt;br /&gt;Given that overlays aren't captured by PrntScn, I made the following mockup to give you an idea of what to expect:&lt;br /&gt;&lt;img src="http://www.codeplex.com/DirectDrawOverlayLib/Project/FileDownload.aspx?DownloadId=11107" alt="OverlaySample-Screen.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>mhaggag</author><pubDate>Tue, 24 Apr 2007 17:40:40 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Overlay Sample 20070424054040P</guid></item><item><title>UPDATED WIKI: Overlay Sample</title><link>http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Overlay Sample&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
The native sample is a simple wxWidgets application that displays the following form:&lt;br /&gt;&lt;img src="http://www.codeplex.com/DirectDrawOverlayLib/Project/FileDownload.aspx?DownloadId=11105" alt="OverlaySample-Window.png" /&gt;&lt;br /&gt; &lt;br /&gt;The Visible/Hidden radio buttons toggle the visibility of the overlay surface. When you select Visible, the overlay surface will be created and shown to the top-left of the screen, containing a snapshot of the sample window. The sample updates the overlay surface updates twice per second. To illustrate this, there's a text box that you can edit, and watch your changes as they're reflected in the overlay.&lt;br /&gt; &lt;br /&gt;Given that overlays aren't captured by PrntScn, I made the following mockup to give you an idea of what to expect:&lt;br /&gt;&lt;img src="http://www.codeplex.com/DirectDrawOverlayLib/Project/FileDownload.aspx?DownloadId=11106" alt="OverlaySample-Screen.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>mhaggag</author><pubDate>Tue, 24 Apr 2007 17:35:03 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Overlay Sample 20070424053503P</guid></item><item><title>UPDATED WIKI: Overlay Sample</title><link>http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Overlay Sample&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
The native sample is a simple wxWidgets application that displays the following form:&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:OverlaySample-Window.png]&lt;br /&gt; &lt;br /&gt;The Visible/Hidden radio buttons toggle the visibility of the overlay surface. When you select Visible, the overlay surface will be created and shown to the top-left of the screen, containing a snapshot of the sample window. The sample updates the overlay surface updates twice per second. To illustrate this, there's a text box that you can edit, and watch your changes as they're reflected in the overlay.&lt;br /&gt; &lt;br /&gt;Given that overlays aren't captured by PrntScn, I made the following mockup to give you an idea of what to expect:&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:OverlaySample-Screen.png]&lt;br /&gt;
&lt;/div&gt;</description><author>mhaggag</author><pubDate>Tue, 24 Apr 2007 17:32:48 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Overlay Sample 20070424053248P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;An unmanaged C&amp;#43;&amp;#43; library to create, manage and draw to DirectDraw overlays. A C&amp;#43;&amp;#43;&amp;#47;CLI wrapper is planned.&amp;#13;&amp;#10;&amp;#13;&amp;#10;DirectDraw overlays are special DirectDraw surfaces that are shown over everything else, including full-screen games and applications. They can be used to implement programs like XFire that display information during full-screen game operation.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;License&lt;/b&gt;&lt;br /&gt;The library is licensed under the &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Project/License.aspx" class="externalLink"&gt;zlib/libpng license&lt;/a&gt;. The sample is licensed under the MIT license.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;The unmanaged library and sample are in beta. They seem to be working fine on pre-Windows-Vista systems, but are experiencing problems under Vista. Work on the managed wrapper and sample has not been started yet.&lt;br /&gt; &lt;br /&gt;Details on the sample can be found &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Overlay%20Sample&amp;amp;referringTitle=Home"&gt;here&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to get it&lt;/b&gt;&lt;br /&gt;Check the &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Release/ProjectReleases.aspx" class="externalLink"&gt;project releases&lt;/a&gt;. The latest release is &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Release/ProjectReleases.aspx?ReleaseId=3687"&gt;0.5 Beta&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to build it&lt;/b&gt;&lt;br /&gt;To build the library and its tests:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download &lt;a href="http://www.boost.org" class="externalLink"&gt;Boost&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Set the environment variable &lt;i&gt;BOOST&lt;/i&gt; to point to its location&lt;/li&gt;&lt;li&gt;Build the library project with Visual Studio&lt;/li&gt;
&lt;/ol&gt;To build the sample:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download &lt;a href="http://www.wxwidgets.org" class="externalLink"&gt;wxWidgets 2.8.3&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Build the configurations &amp;quot;Debug Unicode DLL&amp;quot; and &amp;quot;Release Unicode DLL&amp;quot;&lt;/li&gt;&lt;li&gt;Set the environment variable &lt;i&gt;WXWIN&lt;/i&gt; to point to the wxWidgets root folder&lt;/li&gt;&lt;li&gt;Build the sample project with Visual Studio&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author>mhaggag</author><pubDate>Tue, 24 Apr 2007 16:33:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070424043354P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;An unmanaged C&amp;#43;&amp;#43; library to create, manage and draw to DirectDraw overlays. A C&amp;#43;&amp;#43;&amp;#47;CLI wrapper is planned.&amp;#13;&amp;#10;&amp;#13;&amp;#10;DirectDraw overlays are special DirectDraw surfaces that are shown over everything else, including full-screen games and applications. They can be used to implement programs like XFire that display information during full-screen game operation.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;License&lt;/b&gt;&lt;br /&gt;The library is licensed under the &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Project/License.aspx" class="externalLink"&gt;zlib/libpng license&lt;/a&gt;. The sample is licensed under the MIT license.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;The unmanaged library and sample are in beta. They seem to be working fine on pre-Windows-Vista systems, but are experiencing problems under Vista. Work on the managed wrapper and sample has not been started yet.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to get it&lt;/b&gt;&lt;br /&gt;Check the &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Release/ProjectReleases.aspx" class="externalLink"&gt;project releases&lt;/a&gt;. The latest release is &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Release/ProjectReleases.aspx?ReleaseId=3687"&gt;0.5 Beta&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to build it&lt;/b&gt;&lt;br /&gt;To build the library and its tests:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download &lt;a href="http://www.boost.org" class="externalLink"&gt;Boost&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Set the environment variable &lt;i&gt;BOOST&lt;/i&gt; to point to its location&lt;/li&gt;&lt;li&gt;Build the library project with Visual Studio&lt;/li&gt;
&lt;/ol&gt;To build the sample:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download &lt;a href="http://www.wxwidgets.org" class="externalLink"&gt;wxWidgets 2.8.3&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Build the configurations &amp;quot;Debug Unicode DLL&amp;quot; and &amp;quot;Release Unicode DLL&amp;quot;&lt;/li&gt;&lt;li&gt;Set the environment variable &lt;i&gt;WXWIN&lt;/i&gt; to point to the wxWidgets root folder&lt;/li&gt;&lt;li&gt;Build the sample project with Visual Studio&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author>mhaggag</author><pubDate>Tue, 24 Apr 2007 16:28:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070424042825P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;An unmanaged C&amp;#43;&amp;#43; library to create, manage and draw to DirectDraw overlays. A C&amp;#43;&amp;#43;&amp;#47;CLI wrapper is planned.&amp;#13;&amp;#10;&amp;#13;&amp;#10;DirectDraw overlays are special DirectDraw surfaces that are shown over everything else, including full-screen games and applications. They can be used to implement programs like XFire that display information during full-screen game operation.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;License&lt;/b&gt;&lt;br /&gt;The library is licensed under the &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Project/License.aspx" class="externalLink"&gt;zlib/libpng license&lt;/a&gt;. The sample is licensed under the MIT license.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;The unmanaged library and sample are in beta. They seem to be working fine on pre-Windows-Vista systems, but are experiencing problems under Vista. Work on the managed wrapper and sample has not been started yet.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to get it&lt;/b&gt;&lt;br /&gt;Check the [project releases|url:http://www.codeplex.com/DirectDrawOverlayLib/Release/ProjectReleases.aspx]. The latest release is &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Release/ProjectReleases.aspx?ReleaseId=3687"&gt;0.5 Beta&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to build it&lt;/b&gt;&lt;br /&gt;To build the library and its tests:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download &lt;a href="http://www.boost.org" class="externalLink"&gt;Boost&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Set the environment variable &lt;i&gt;BOOST&lt;/i&gt; to point to its location&lt;/li&gt;&lt;li&gt;Build the library project with Visual Studio&lt;/li&gt;
&lt;/ol&gt;To build the sample:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download &lt;a href="http://www.wxwidgets.org" class="externalLink"&gt;wxWidgets 2.8.3&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Build the configurations &amp;quot;Debug Unicode DLL&amp;quot; and &amp;quot;Release Unicode DLL&amp;quot;&lt;/li&gt;&lt;li&gt;Set the environment variable &lt;i&gt;WXWIN&lt;/i&gt; to point to the wxWidgets root folder&lt;/li&gt;&lt;li&gt;Build the sample project with Visual Studio&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author>mhaggag</author><pubDate>Tue, 24 Apr 2007 16:27:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070424042753P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;An unmanaged C&amp;#43;&amp;#43; library to create, manage and draw to DirectDraw overlays. A C&amp;#43;&amp;#43;&amp;#47;CLI wrapper is planned.&amp;#13;&amp;#10;&amp;#13;&amp;#10;DirectDraw overlays are special DirectDraw surfaces that are shown over everything else, including full-screen games and applications. They can be used to implement programs like XFire that display information during full-screen game operation.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;License&lt;/b&gt;&lt;br /&gt;The library is licensed under the &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Project/License.aspx" class="externalLink"&gt;zlib/libpng license&lt;/a&gt;. The sample is licensed under the MIT license.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;The unmanaged library and sample are in beta. They seem to be working fine on pre-Windows-Vista systems, but are experiencing problems under Vista. Work on the managed wrapper and sample has not been started yet.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to get it&lt;/b&gt;&lt;br /&gt;Check the &lt;a href="project%20releases" class="externalLink"&gt;http://www.codeplex.com/DirectDrawOverlayLib/Release/ProjectReleases.aspx&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to build it&lt;/b&gt;&lt;br /&gt;To build the library and its tests:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download &lt;a href="http://www.boost.org" class="externalLink"&gt;Boost&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Set the environment variable &lt;i&gt;BOOST&lt;/i&gt; to point to its location&lt;/li&gt;&lt;li&gt;Build the library project with Visual Studio&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;To build the sample:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download &lt;a href="http://www.wxwidgets.org" class="externalLink"&gt;wxWidgets 2.8.3&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Build the configurations &amp;quot;Debug Unicode DLL&amp;quot; and &amp;quot;Release Unicode DLL&amp;quot;&lt;/li&gt;&lt;li&gt;Set the environment variable &lt;i&gt;WXWIN&lt;/i&gt; to point to the wxWidgets root folder&lt;/li&gt;&lt;li&gt;Build the sample project with Visual Studio&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author>mhaggag</author><pubDate>Tue, 24 Apr 2007 16:20:47 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070424042047P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;An unmanaged C&amp;#43;&amp;#43; library to create, manage and draw to DirectDraw overlays. A managed C&amp;#43;&amp;#43;&amp;#47;CLI wrapper is also available for .NET clients.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;License&lt;/b&gt;&lt;br /&gt;The library is licensed under the &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Project/License.aspx" class="externalLink"&gt;zlib/libpng license&lt;/a&gt;. The sample is licensed under the MIT license.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;The unmanaged library and sample are in beta. Work on the managed wrapper and sample has not been started yet.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to get it&lt;/b&gt;&lt;br /&gt;No releases have been added yet, so you'll have to get the source and build it. To build the library and its tests:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download &lt;a href="http://www.boost.org" class="externalLink"&gt;Boost&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Set the environment variable &lt;i&gt;BOOST&lt;/i&gt; to point to its location&lt;/li&gt;&lt;li&gt;Build the library project with Visual Studio&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;To build the sample:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download &lt;a href="http://www.wxwidgets.org" class="externalLink"&gt;wxWidgets 2.8.3&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Build the configurations &amp;quot;Debug Unicode DLL&amp;quot; and &amp;quot;Release Unicode DLL&amp;quot;&lt;/li&gt;&lt;li&gt;Set the environment variable &lt;i&gt;WXWIN&lt;/i&gt; to point to the wxWidgets root folder&lt;/li&gt;&lt;li&gt;Build the sample project with Visual Studio&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Alternatively, just wait for a couple of days until I provide a binary/source release.&lt;br /&gt;
&lt;/div&gt;</description><author>mhaggag</author><pubDate>Thu, 19 Apr 2007 12:39:31 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070419123931P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
!Project Description&lt;br /&gt;An unmanaged C&amp;#43;&amp;#43; library to create, manage and draw to DirectDraw overlays. A managed C&amp;#43;&amp;#43;&amp;#47;CLI wrapper is also available for .NET clients.
&lt;br /&gt; &lt;br /&gt;The library is licensed under the &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Project/License.aspx" class="externalLink"&gt;zlib/libpng license&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;!Status&lt;br /&gt;The unmanaged library and sample are in beta. Work on the managed wrapper and sample hasn't started yet.&lt;br /&gt;
&lt;/div&gt;</description><author>mhaggag</author><pubDate>Thu, 19 Apr 2007 12:26:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070419122635P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/DirectDrawOverlayLib/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;An unmanaged C&amp;#43;&amp;#43; library to create, manage and draw to DirectDraw overlays. A managed C&amp;#43;&amp;#43;&amp;#47;CLI wrapper is also available for .NET clients.
&lt;br /&gt; &lt;br /&gt;The library is licensed under the &lt;a href="http://www.codeplex.com/DirectDrawOverlayLib/Project/License.aspx" class="externalLink"&gt;zlib/libpng license&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;** You should delete the following note before publishing **&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project is currently in setup mode and only available to project coordinators and developers. Once you have finished setting up your project you can publish it to make it available to everyone.&lt;br /&gt; &lt;br /&gt;There are three requirements before you publish:&lt;br /&gt; &lt;br /&gt;- Edit this page to provide information about your project&lt;br /&gt;- Upload the initial source code for your project&lt;br /&gt;- Add your project license&lt;br /&gt; &lt;br /&gt;You can also get additional information on starting a new project here: &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Project%20Startup%20Guide" class="externalLink"&gt;Project Startup Guide&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>mhaggag</author><pubDate>Tue, 17 Apr 2007 15:50:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070417035008P</guid></item></channel></rss>