<?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>LMD Innovative Blog &#187; 2010</title>
	<atom:link href="http://blog.lmd.de/tag/2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lmd.de</link>
	<description>News, Tutorials</description>
	<lastBuildDate>Mon, 16 Jan 2012 18:38:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>New LMD 2010 Installers available (.06)</title>
		<link>http://blog.lmd.de/2009/12/new-lmd-2010-installers-available-06/</link>
		<comments>http://blog.lmd.de/2009/12/new-lmd-2010-installers-available-06/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 18:33:00 +0000</pubDate>
		<dc:creator>rmaricca</dc:creator>
				<category><![CDATA[Announce]]></category>
		<category><![CDATA[LMD ElPack]]></category>
		<category><![CDATA[LMD IDE-Tools]]></category>
		<category><![CDATA[LMD Packs]]></category>
		<category><![CDATA[LMD VCL]]></category>
		<category><![CDATA[LMD-Tools]]></category>
		<category><![CDATA[Non-Tech]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[installers]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.lmd.de/?p=132</guid>
		<description><![CDATA[New LMD 2010 installers are available. New versions of major packs are : LMD-Tools 10.06 LMD ElPack 8.06 LMD IDE-Tools 3.06 Review changes on history page. This is mainly a release to work around a problem introduced with recent Delphi 2010 Updates in the shared runtime. The following line: TLMDOnHeaderWrite = procedure(Sender : TObject; var [...]]]></description>
			<content:encoded><![CDATA[<p>New LMD 2010 installers are available. New versions of major packs are :</p>
<p><a href="http://blog.lmd.de/ja">LMD-Tools</a> <strong>10.06</strong><br />
<a href="http://blog.lmd.de/Kn">LMD ElPack</a> <strong>8.06</strong><br />
<a href="http://blog.lmd.de/jb">LMD IDE-Tools</a> <strong>3.06</strong></p>
<p>Review changes on <a href="http://blog.lmd.de/oW">history page</a>.</p>
<p>This is mainly a release to work around a problem introduced with recent Delphi 2010 Updates in the shared runtime. The following line:</p>
<pre class="brush:delphi;toolbar:false;gutter:false;">TLMDOnHeaderWrite = procedure(Sender : TObject; var Target : Text) of object;</pre>
<p>causes now a TI894 internal error.</p>
<p>This method signature is used OnHeaderWrite events in TLMDApplication class and TLMDApplicationCtrl control. For Delphi 2010 and above this line is now changed to:</p>
<pre class="brush:delphi;toolbar:false;gutter:false">TLMDOnHeaderWrite=procedure(Sender : TObject;const Target: TStringList) of object;</pre>
<p>This is a breaking change. If you used this event you need to change your code slightly (add your header lines now to Stringlist instead writing to a TEXT variable.<br />
Please also note that this problem appeared for source code user in Delphi/C++ Builder with Update 2 or higher only. If you are not affected by this problem there is no need to update to .06 release.</p>
<pre>[*] Memory leak in LMDVistaDialog.pas was fixed.
[+] Added OldFilter property for TLMDCustomFileDialog.FileTypes, you now be able to set old filters like this Text files (*.txt)|*.TXT
[*] Added default option to enable sizing in dealogs in OSes previous than Vista
[*] TLMDPngObject - fixed drawing on Vista glass</pre>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.lmd.de/2009/12/new-lmd-2010-installers-available-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>December update of LMD 2010 installers</title>
		<link>http://blog.lmd.de/2009/12/119/</link>
		<comments>http://blog.lmd.de/2009/12/119/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 17:47:29 +0000</pubDate>
		<dc:creator>rmaricca</dc:creator>
				<category><![CDATA[Announce]]></category>
		<category><![CDATA[LMD ElPack]]></category>
		<category><![CDATA[LMD IDE-Tools]]></category>
		<category><![CDATA[LMD Packs]]></category>
		<category><![CDATA[LMD VCL]]></category>
		<category><![CDATA[LMD-Tools]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[installers]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.lmd.de/?p=119</guid>
		<description><![CDATA[New LMD 2010 installers are available. New versions of major packs are : LMD-Tools 10.05 LMD ElPack 8.05 LMD IDE-Tools 3.05 Besides that several standalone packs and the Freeware SE packages were updated as well. Both public and protected download areas were updated with new installers. Review changes on history page. LMD 2010 platform changes [...]]]></description>
			<content:encoded><![CDATA[<p>New LMD 2010 installers are available. New versions of major packs are :</p>
<p><a href="http://blog.lmd.de/ja">LMD-Tools</a> <strong>10.05</strong><br />
<a href="http://blog.lmd.de/Kn">LMD ElPack</a> <strong>8.05</strong><br />
<a href="http://blog.lmd.de/jb">LMD IDE-Tools</a> <strong>3.05</strong></p>
<p>Besides that several standalone packs and the Freeware SE packages were updated as well.</p>
<p>Both public and protected download areas were updated with new installers.<br />
Review changes on <a href="http://blog.lmd.de/oW">history page</a>. LMD 2010 platform changes can be reviewed in <a href="http://blog.lmd.de/5C">public Wiki</a>. A comparison of all LMD packages packages can be reviewed in the <a href="http://blog.lmd.de/pp">feature matrix</a>.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.lmd.de/2009/12/119/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>November update of LMD 2010 installers</title>
		<link>http://blog.lmd.de/2009/11/november-update-of-lmd-2010/</link>
		<comments>http://blog.lmd.de/2009/11/november-update-of-lmd-2010/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 09:52:54 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[Announce]]></category>
		<category><![CDATA[LMD ElPack]]></category>
		<category><![CDATA[LMD IDE-Tools]]></category>
		<category><![CDATA[LMD VCL]]></category>
		<category><![CDATA[LMD-Tools]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[installers]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.lmd.de/?p=81</guid>
		<description><![CDATA[New LMD 2010 installers are available. New versions of major packs are : LMD-Tools 10.04 LMD ElPack 8.04 LMD IDE-Tools 3.04 Besides that several standalone packs were updated as well. Please note the updated executable demo projects: LMD Grid Demo Office Theme Renderer Demo IDE-Tools 3 Demo. Both public and protected download areas were updated [...]]]></description>
			<content:encoded><![CDATA[<p>New LMD 2010 installers are available. New versions of major packs are :</p>
<p>LMD-Tools 10.04<br />
LMD ElPack 8.04<br />
LMD IDE-Tools 3.04</p>
<p>Besides that several standalone packs were updated as well.<br />
Please note the updated executable demo projects:</p>
<ul>
<li><a href="http://blog.lmd.de/fh">LMD Grid Demo</a></li>
<li><a href="http://blog.lmd.de/nZ">Office Theme Renderer Demo</a></li>
<li><a href="http://blog.lmd.de/Mk">IDE-Tools 3 Demo</a>.</li>
</ul>
<p>Both public and protected download areas were updated with new installers.<br />
Review changes on <a href="http://blog.lmd.de/oW">history page</a>. LMD 2010 platform changes can be reviewed in <a href="http://blog.lmd.de/5C">public Wiki</a>.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.lmd.de/2009/11/november-update-of-lmd-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

