<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: 31 C++Builder XE3 videos in January - Jan 14 - Using Pixel Shader Image Effects in your C++Builder XE3 Windows and Mac apps</title>
	<atom:link href="http://blogs.embarcadero.com/davidi/2013/01/23/42362/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.embarcadero.com/davidi/2013/01/23/42362</link>
	<description>David I's (David Intersimone) Embarcadero blog about programming, languages, databases, history, and more.</description>
	<pubDate>Sat, 25 May 2013 01:11:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Sip from the Firehose : Combining multiple image effect filters in your C++ FireMonkey applications</title>
		<link>http://blogs.embarcadero.com/davidi/2013/01/23/42362#comment-62107</link>
		<dc:creator>Sip from the Firehose : Combining multiple image effect filters in your C++ FireMonkey applications</dc:creator>
		<pubDate>Mon, 04 Feb 2013 22:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/davidi/?p=42362#comment-62107</guid>
		<description>[...] effect components and image effect filters in your C++Builder XE3 Windows and Mac applications. "January 14 - Using Pixel Shader Image Effects in your C++Builder XE3 Windows and Mac apps" showed you how to use an image effect component in the UI of your application.  "January 19 - [...]</description>
		<content:encoded><![CDATA[<p>[...] effect components and image effect filters in your C++Builder XE3 Windows and Mac applications. "January 14 - Using Pixel Shader Image Effects in your C++Builder XE3 Windows and Mac apps" showed you how to use an image effect component in the UI of your application.  "January 19 - [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Intersimone</title>
		<link>http://blogs.embarcadero.com/davidi/2013/01/23/42362#comment-60379</link>
		<dc:creator>David Intersimone</dc:creator>
		<pubDate>Tue, 29 Jan 2013 16:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/davidi/?p=42362#comment-60379</guid>
		<description>yilmaz - check out my January 19 video - shows you how to use the lower level effect filters in code to access the output of a filter - http://blogs.embarcadero.com/davidi/2013/01/28/42408</description>
		<content:encoded><![CDATA[<p>yilmaz - check out my January 19 video - shows you how to use the lower level effect filters in code to access the output of a filter - <a href="http://blogs.embarcadero.com/davidi/2013/01/28/42408" rel="nofollow">http://blogs.embarcadero.com/davidi/2013/01/28/42408</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yilmaz Yoru</title>
		<link>http://blogs.embarcadero.com/davidi/2013/01/23/42362#comment-59297</link>
		<dc:creator>Yilmaz Yoru</dc:creator>
		<pubDate>Wed, 23 Jan 2013 23:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/davidi/?p=42362#comment-59297</guid>
		<description>Thanx for the great video. How can I paste that modified image into another bitmap as fast as possible?

{   
   TBitmapHandle hdc;

   hdc = GetDC( Image2-&#62;Bitmap-&#62;Handle);

   BitBlt(
   Image1-&#62;Bitmap-&#62;Handle,
   64,8,Image1-&#62;Width,
   Image1-&#62;Height,
   hdc,
   0,0,
   SRCCOPY);

   ReleaseDC(NULL, hdc);
}

I can't use Handle on FireMonkey or something is changed here ... I have this error: 

[bcc32 Error] EffectTest_Unit1.cpp(35): E2034 Cannot convert 'unsigned int' to 'HWND__ *'
  Full parser context
[bcc32 Error] EffectTest_Unit1.cpp(35): E2342 Type mismatch in parameter 'hWnd' (wanted 'HWND__ *', got 'unsigned int')</description>
		<content:encoded><![CDATA[<p>Thanx for the great video. How can I paste that modified image into another bitmap as fast as possible?</p>
<p>{<br />
   TBitmapHandle hdc;</p>
<p>   hdc = GetDC( Image2-&gt;Bitmap-&gt;Handle);</p>
<p>   BitBlt(<br />
   Image1-&gt;Bitmap-&gt;Handle,<br />
   64,8,Image1-&gt;Width,<br />
   Image1-&gt;Height,<br />
   hdc,<br />
   0,0,<br />
   SRCCOPY);</p>
<p>   ReleaseDC(NULL, hdc);<br />
}</p>
<p>I can&#8217;t use Handle on FireMonkey or something is changed here &#8230; I have this error: </p>
<p>[bcc32 Error] EffectTest_Unit1.cpp(35): E2034 Cannot convert &#8216;unsigned int&#8217; to &#8216;HWND__ *&#8217;<br />
  Full parser context<br />
[bcc32 Error] EffectTest_Unit1.cpp(35): E2342 Type mismatch in parameter &#8216;hWnd&#8217; (wanted &#8216;HWND__ *&#8217;, got &#8216;unsigned int&#8217;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
