<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Drag and Drop Component Suite v4.2 released</title>
	<link>https://melander.dk/articles/dragdrop42released/</link>
	<description>Note: I no longer maintain or monitor this site</description>
	<pubDate>Tue, 09 Jun 2026 08:38:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Anders Melander</title>
		<link>https://melander.dk/articles/dragdrop42released/#comment-282</link>
		<dc:creator>Anders Melander</dc:creator>
		<pubDate>Tue, 27 Jan 2009 22:08:24 +0000</pubDate>
		<guid>https://melander.dk/articles/dragdrop42released/#comment-282</guid>
		<description>I believe I have just fixed this problem. Please try with the next V5 snapshot when it becomes available (within a week hopefully).</description>
		<content:encoded><![CDATA[<p>I believe I have just fixed this problem. Please try with the next V5 snapshot when it becomes available (within a week hopefully).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thor Sæther</title>
		<link>https://melander.dk/articles/dragdrop42released/#comment-183</link>
		<dc:creator>Thor Sæther</dc:creator>
		<pubDate>Tue, 17 Jun 2008 12:40:30 +0000</pubDate>
		<guid>https://melander.dk/articles/dragdrop42released/#comment-183</guid>
		<description>Hello Anders,

I have been using your component suite for a long time, to support interexchange of files within my application and to/from file system, Outlook etc. 
However, after I upgraded from 4.1 to version 4.2 (and the 5.0 version), I can no longer stream Outlook msg-files. I use the &lt;code&gt;TDropComboTarget&lt;/code&gt; class and stream data as follows:

&lt;pre lang="delphi"&gt;bytesCopied := myFileStream.CopyFrom(droppedItem, droppedItem.Size);
&lt;/pre&gt;

This works well with version 4.1, but from version 4.2 the &lt;code&gt;droppedItem.Size&lt;/code&gt; (&lt;code&gt;TStream&lt;/code&gt; instance) reports 0, and the resulting file becomes empty, or 1kb and corrupted. I use Delphi 7 and FastMM4.

Any suggestions?

Best regards

Thor Sæther</description>
		<content:encoded><![CDATA[<p>Hello Anders,</p>
<p>I have been using your component suite for a long time, to support interexchange of files within my application and to/from file system, Outlook etc.<br />
However, after I upgraded from 4.1 to version 4.2 (and the 5.0 version), I can no longer stream Outlook msg-files. I use the <code>TDropComboTarget</code> class and stream data as follows:</p>

<div class="wp_syntax"><div class="code"><pre class="delphi">bytesCopied := myFileStream.<span style="color: #006600;">CopyFrom</span><span style="color: #66cc66;">&#40;</span>droppedItem, droppedItem.<span style="color: #006600;">Size</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p>This works well with version 4.1, but from version 4.2 the <code>droppedItem.Size</code> (<code>TStream</code> instance) reports 0, and the resulting file becomes empty, or 1kb and corrupted. I use Delphi 7 and FastMM4.</p>
<p>Any suggestions?</p>
<p>Best regards</p>
<p>Thor Sæther</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Melander</title>
		<link>https://melander.dk/articles/dragdrop42released/#comment-168</link>
		<dc:creator>Anders Melander</dc:creator>
		<pubDate>Sun, 01 Jun 2008 18:08:50 +0000</pubDate>
		<guid>https://melander.dk/articles/dragdrop42released/#comment-168</guid>
		<description>The leaks are known one time leaks and can safely be ignored, but I&#39;ll fix them for the next release.

You have a point about the Title property being ansi. I completely forgot that even though an URL can only be ansi, it is quite possible to have a title that requires unicode (&lt;a href="http://www.lorem-ipsum.info" rel="nofollow"&gt;?????????&lt;/a&gt;). I&#39;ll fix that too.</description>
		<content:encoded><![CDATA[<p>The leaks are known one time leaks and can safely be ignored, but I&#39;ll fix them for the next release.</p>
<p>You have a point about the Title property being ansi. I completely forgot that even though an URL can only be ansi, it is quite possible to have a title that requires unicode (<a href="http://www.lorem-ipsum.info" rel="nofollow" class="liexternal">?????????</a>). I&#39;ll fix that too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Melander</title>
		<link>https://melander.dk/articles/dragdrop42released/#comment-156</link>
		<dc:creator>Anders Melander</dc:creator>
		<pubDate>Wed, 14 May 2008 18:22:00 +0000</pubDate>
		<guid>https://melander.dk/articles/dragdrop42released/#comment-156</guid>
		<description>I&#39;m sorry, but you&#39;ll have to be a bit more specific than that.</description>
		<content:encoded><![CDATA[<p>I&#39;m sorry, but you&#39;ll have to be a bit more specific than that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Lu</title>
		<link>https://melander.dk/articles/dragdrop42released/#comment-155</link>
		<dc:creator>Kevin Lu</dc:creator>
		<pubDate>Wed, 14 May 2008 17:43:46 +0000</pubDate>
		<guid>https://melander.dk/articles/dragdrop42released/#comment-155</guid>
		<description>two problem:
1. not support unicode in delphi 7.
2. memory leak.

both v 4.2 and v5.0</description>
		<content:encoded><![CDATA[<p>two problem:<br />
1. not support unicode in delphi 7.<br />
2. memory leak.</p>
<p>both v 4.2 and v5.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Lu</title>
		<link>https://melander.dk/articles/dragdrop42released/#comment-167</link>
		<dc:creator>Kevin Lu</dc:creator>
		<pubDate>Wed, 14 May 2008 07:01:12 +0000</pubDate>
		<guid>https://melander.dk/articles/dragdrop42released/#comment-167</guid>
		<description>Hi Anders, I found two problems with the component:
&lt;ol&gt;&lt;li&gt;Memory leak.&lt;br /&gt;
Use &lt;a href="http://v.mahon.free.fr/pro/freeware/memcheck" rel="nofollow"&gt;MemCheck&lt;/a&gt; or FastMM4  and enabled the memory leak detection, run a project with the drag and drop component, you&#39;ll see the leak report.&lt;/li&gt;
&lt;li&gt;Not unicode compatible with Delphi7.&lt;br /&gt;
I capture an URL with &lt;code&gt;TURLDropTarget&lt;/code&gt;. Since the Title property is of type string in Delphi 7, the unicode text will be  converted to ansistring using local codepage. &lt;/li&gt;&lt;/ol&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Anders, I found two problems with the component:</p>
<ol>
<li>Memory leak.<br />
Use <a href="http://v.mahon.free.fr/pro/freeware/memcheck" rel="nofollow" class="liexternal">MemCheck</a> or FastMM4  and enabled the memory leak detection, run a project with the drag and drop component, you&#39;ll see the leak report.</li>
<li>Not unicode compatible with Delphi7.<br />
I capture an URL with <code>TURLDropTarget</code>. Since the Title property is of type string in Delphi 7, the unicode text will be  converted to ansistring using local codepage. </li>
</ol>
]]></content:encoded>
	</item>
</channel>
</rss>
