<?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>ISDN-Objects &#187; Delphi 2009</title>
	<atom:link href="http://www.isdn-objects.de/index.php/tag/delphi-2009/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isdn-objects.de</link>
	<description>Native ISDN / CAPI components for DELPHI</description>
	<lastBuildDate>Sun, 11 Oct 2009 12:36:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New upgrade and source code packages available at ShareIT</title>
		<link>http://www.isdn-objects.de/2009/08/18/new-upgrade-and-source-code-packages-available-at-shareit/</link>
		<comments>http://www.isdn-objects.de/2009/08/18/new-upgrade-and-source-code-packages-available-at-shareit/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 11:52:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Delphi 2007]]></category>
		<category><![CDATA[Delphi 2009]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.isdn-objects.de/?p=97</guid>
		<description><![CDATA[The new upgrade packages for Delphi 2007 and 2009 as well as the source code packages are available at ShareIT now. In the next days I will make the direct download work, but nevertheless you can order right now. The components will be mailed to you.
]]></description>
			<content:encoded><![CDATA[<p>The new upgrade packages for Delphi 2007 and 2009 as well as the source code packages are available at ShareIT now. In the next days I will make the direct download work, but nevertheless you can order right now. The components will be mailed to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.isdn-objects.de/2009/08/18/new-upgrade-and-source-code-packages-available-at-shareit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delphi 2009 support</title>
		<link>http://www.isdn-objects.de/2009/07/25/delphi-2009-support/</link>
		<comments>http://www.isdn-objects.de/2009/07/25/delphi-2009-support/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 11:43:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Delphi 2009]]></category>

		<guid isPermaLink="false">http://www.isdn-objects.de/?p=90</guid>
		<description><![CDATA[Converting the kind of "old" source code to Delphi 2009 (did you know that ISDN-Objects was still compatible to Delphi 2?) was a bit of a challenge because of the new Unicode support of Delphi 2009. You probably had your own experiences so far with that one, didn't you!?
Since ISDN-Objects low level CAPI handling code [...]]]></description>
			<content:encoded><![CDATA[<p>Converting the kind of "old" source code to Delphi 2009 (did you know that ISDN-Objects was still compatible to Delphi 2?) was a bit of a challenge because of the new Unicode support of Delphi 2009. You probably had your own experiences so far with that one, didn't you!?</p>
<p>Since ISDN-Objects low level CAPI handling code has lots of byte and buffer fiddling stuff, you can imagine that there was much code using <code>PChar</code> and <code>Arrays of Char</code> types. But it proved to be pretty easy to convert the code, once I understood that most of the time <code>PChar</code> converts to <code>PAnsiChar</code> and <code>Array of Char</code> converts to <code>Array of AnsiChar</code>.</p>
<p>Now I have to extensively test the converted code. Hopefully I will not discover any pitfalls so that we can make the source code available soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.isdn-objects.de/2009/07/25/delphi-2009-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
